summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2005-11-13 18:57:17 +0000
committerJim Meyering <jim@meyering.net>2005-11-13 18:57:17 +0000
commita0d4d9ab95b7205bf0882edb0a38008f8d9ec8a5 (patch)
tree88f0324aa8827e167749499b6ab485f7ba02db76 /doc
parentfdbc317e46f2373ebc48cf1705beeb5819e51d9f (diff)
downloadcoreutils-a0d4d9ab95b7205bf0882edb0a38008f8d9ec8a5.tar.xz
(Mode Structure): Capitalize two sentences in an
enumerated list and fix a typo. From Aaron Hawley.
Diffstat (limited to 'doc')
-rw-r--r--doc/perm.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/perm.texi b/doc/perm.texi
index c765b9f8c..41b24f6d3 100644
--- a/doc/perm.texi
+++ b/doc/perm.texi
@@ -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