From 63b46af996bc0de7c193fd23b8421ab9ff802bc0 Mon Sep 17 00:00:00 2001 From: Sheldon Hearn Date: Fri, 1 Feb 2002 12:37:21 +0000 Subject: [PATCH] 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(-) diff --git a/bin/chmod/chmod.1 b/bin/chmod/chmod.1 index 8a0123baa66..6b58134cd3d 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