coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] doc: disambiguate chmod man page reference to (a) users


From: Pádraig Brady
Subject: [PATCH] doc: disambiguate chmod man page reference to (a) users
Date: Thu, 17 Apr 2014 00:07:29 +0100

* man/chmod.x: Don't rely on the bold markup for 'a' to
distinguish it as that's not done in all cases.
---
 man/chmod.x |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/man/chmod.x b/man/chmod.x
index 190191f..f26d763 100644
--- a/man/chmod.x
+++ b/man/chmod.x
@@ -28,7 +28,7 @@ A combination of the letters \fBugoa\fP controls which users' 
access
 to the file will be changed: the user who owns it (\fBu\fP), other
 users in the file's group (\fBg\fP), other users not in the file's
 group (\fBo\fP), or all users (\fBa\fP).  If none of these are given,
-the effect is as if \fBa\fP were
+the effect is as if (\fBa\fP) were
 given, but bits that are set in the umask are not affected.
 .PP
 The operator \fB+\fP causes the selected file mode bits to be added to
-- 
1.7.7.6




reply via email to

[Prev in Thread] Current Thread [Next in Thread]