From 84ced5c7080970a55546e52a87caf7fad3d481ee Mon Sep 17 00:00:00 2001 From: sheldonh Date: Fri, 1 Feb 2002 12:37:21 +0000 Subject: Refer to the original mode of the file, not the mode of the original file. PR: docs/34224 Submitted by: "Gary W. Swearingen" --- bin/chmod/chmod.1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bin') 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 -- cgit v1.1