From caf4caa49b72de20dc3f60a4e4e53d11f747cfd5 Mon Sep 17 00:00:00 2001 From: Alan Yaniger Date: Sun, 6 Mar 2016 22:29:11 +0200 Subject: [PATCH] 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 Acked-by: "Yann E. MORIN" Signed-off-by: Peter Korsgaard --- docs/manual/makedev-syntax.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/makedev-syntax.txt b/docs/manual/makedev-syntax.txt index 0bbc16ec29..e4dffc95aa 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 -- 2.30.2