btrfs-progs: docs: fix mknod arguments of the control device

The provided does not work, the name argument is in the wrong place.

Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
David Sterba 2020-11-06 14:35:10 +01:00
parent fbc12fd9ec
commit c4b84f1c5d

View file

@ -901,7 +901,7 @@ The device is usually created by a system device node manager (eg. udev), but
can be created manually: can be created manually:
-------------------- --------------------
# mknod --mode=600 c 10 234 /dev/btrfs-control # mknod --mode=600 /dev/btrfs-control c 10 234
-------------------- --------------------
The control device is not strictly required but the device scanning will not The control device is not strictly required but the device scanning will not