summaryrefslogtreecommitdiffstats
path: root/bin/chmod
diff options
context:
space:
mode:
authorsheldonh <sheldonh@FreeBSD.org>2002-02-01 12:37:21 +0000
committersheldonh <sheldonh@FreeBSD.org>2002-02-01 12:37:21 +0000
commit84ced5c7080970a55546e52a87caf7fad3d481ee (patch)
tree6ffc9b2c3cb597c163499eda73411c859d75b8e3 /bin/chmod
parent73dcd2da5cc07d2d693743e6e7622c13ea2888b8 (diff)
downloadFreeBSD-src-84ced5c7080970a55546e52a87caf7fad3d481ee.zip
FreeBSD-src-84ced5c7080970a55546e52a87caf7fad3d481ee.tar.gz
Refer to the original mode of the file, not the mode of the original
file. PR: docs/34224 Submitted by: "Gary W. Swearingen" <swear@blarg.net>
Diffstat (limited to 'bin/chmod')
-rw-r--r--bin/chmod/chmod.16
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/chmod/chmod.1 b/bin/chmod/chmod.1
index 8a0123b..6b58134 100644
--- a/bin/chmod/chmod.1
+++ b/bin/chmod/chmod.1
@@ -204,11 +204,11 @@ symbol ``X'' are only meaningful in conjunction with the
.Ar op
symbol ``+'', and are ignored in all other cases.
.It u
-The user permission bits in the mode of the original file.
+The user permission bits in the original mode of the file.
.It g
-The group permission bits in the mode of the original file.
+The group permission bits in the original mode of the file.
.It o
-The other permission bits in the mode of the original file.
+The other permission bits in the original mode of the file.
.El
.Pp
The
OpenPOWER on IntegriCloud