diff options
author | Pádraig Brady <P@draigBrady.com> | 2014-04-17 00:03:00 +0100 |
---|---|---|
committer | Pádraig Brady <P@draigBrady.com> | 2014-04-17 20:54:02 +0100 |
commit | f6bcfef3d20c593bb4108d4b34c6873081930e00 (patch) | |
tree | 5b105155f654d16a39f0ed49ee8c8682b60dcd7c /man | |
parent | ce74356bae48518545de01eded2106543b348cff (diff) | |
download | coreutils-f6bcfef3d20c593bb4108d4b34c6873081930e00.tar.xz |
doc: disambiguate chmod man page reference to (a) users
* man/chmod.x: Don't rely on the bold markup for 'a' to
distinguish it as that's not done in all cases.
Diffstat (limited to 'man')
-rw-r--r-- | man/chmod.x | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/chmod.x b/man/chmod.x index 190191f43..f26d7631d 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 |