From c4b84f1c5dfc932d356496e4af396b38176008f2 Mon Sep 17 00:00:00 2001 From: David Sterba Date: Fri, 6 Nov 2020 14:35:10 +0100 Subject: [PATCH] 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 --- Documentation/btrfs-man5.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/btrfs-man5.asciidoc b/Documentation/btrfs-man5.asciidoc index 65352009..2af76775 100644 --- a/Documentation/btrfs-man5.asciidoc +++ b/Documentation/btrfs-man5.asciidoc @@ -901,7 +901,7 @@ The device is usually created by a system device node manager (eg. udev), but 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