]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
docs: Fixed syntax error in makedev-syntax example.
authorAlan Yaniger <alan@tkos.co.il>
Sun, 6 Mar 2016 20:29:11 +0000 (22:29 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Mon, 23 May 2016 20:44:22 +0000 (22:44 +0200)
In the makedev syntax documentation, one of the examples lacks the "mode"
value.  This patch fixes that example.

Signed-off-by: Alan Yaniger <alan@tkos.co.il>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
docs/manual/makedev-syntax.txt

index 0bbc16ec29ec6e02d1fd7bf5b32da549406cee51..e4dffc95aaad5f275f0d32475e331b6b36e5efac 100644 (file)
@@ -44,7 +44,7 @@ this syntax, you will need to write:
 ----
 /usr/bin/foo f 755 0 0 - - - - -
 /usr/bin/bar f 755 root root - - - - -
-/data/buz f buz-user buz-group - - - - -
+/data/buz f 644 buz-user buz-group - - - - -
 ----
 
 Alternatively, if you want to change owner/permission of a directory