summaryrefslogtreecommitdiff
path: root/docs/manual
diff options
context:
space:
mode:
authorAlan Yaniger <alan@tkos.co.il>2016-03-06 22:29:11 +0200
committerPeter Korsgaard <peter@korsgaard.com>2016-05-23 22:44:22 +0200
commitcaf4caa49b72de20dc3f60a4e4e53d11f747cfd5 (patch)
tree40367b0174c0ba0db2d647fd4e8437fdb2562092 /docs/manual
parent794935068bf67171dd101c673c3cb4954035a413 (diff)
docs: Fixed syntax error in makedev-syntax example.
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>
Diffstat (limited to 'docs/manual')
-rw-r--r--docs/manual/makedev-syntax.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/makedev-syntax.txt b/docs/manual/makedev-syntax.txt
index 0bbc16ec2..e4dffc95a 100644
--- a/docs/manual/makedev-syntax.txt
+++ b/docs/manual/makedev-syntax.txt
@@ -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