]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(Mode Structure): Capitalize two sentences in an
authorJim Meyering <jim@meyering.net>
Sun, 13 Nov 2005 18:57:17 +0000 (18:57 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 13 Nov 2005 18:57:17 +0000 (18:57 +0000)
enumerated list and fix a typo.  From Aaron Hawley.

doc/perm.texi

index c765b9f8c06478d751f398922bec262c092ec07b..41b24f6d33aa1f353f5656e3c48df57d4c6a8b4d 100644 (file)
@@ -57,11 +57,11 @@ executable files (programs) and, on some systems, directories:
 @enumerate
 @item
 @cindex setuid
-set the process's effective user ID to that of the file upon execution
+Set the process's effective user ID to that of the file upon execution
 (called the @dfn{setuid bit}).  No effect on directories.
 @item
 @cindex setgid
-set the process's effective group ID to that of the file upon execution
+Set the process's effective group ID to that of the file upon execution
 (called the @dfn{setgid bit}).  For directories on some systems, put
 files created in the directory into the same group as the directory, no
 matter what group the user who creates them is in.
@@ -224,7 +224,7 @@ but not to execute it, use:
 a=rw
 @end example
 
-To remove write permission for from all users other than the file's
+To remove write permission for all users other than the file's
 owner, use:
 
 @example