summaryrefslogtreecommitdiff
path: root/doc/perm.texi
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-11-28 23:03:08 +0100
committerJim Meyering <jim@meyering.net>2006-11-28 23:03:08 +0100
commitaa0fb1e032e2986a68eddf7b73d5fc1970b2ebb7 (patch)
tree8486233553da980afd8ce8a1047cb5a46ac18620 /doc/perm.texi
parent1ddf7faf11c9f24d2822bf9e588895743bd5e3fa (diff)
downloadcoreutils-aa0fb1e032e2986a68eddf7b73d5fc1970b2ebb7.tar.xz
* perm.texi (Mode Structure): Fix typo: s/setgid/setuid/.
Reported by Georg Neis as Debian bug 400778.
Diffstat (limited to 'doc/perm.texi')
-rw-r--r--doc/perm.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/perm.texi b/doc/perm.texi
index c74bf119b..78b5919cc 100644
--- a/doc/perm.texi
+++ b/doc/perm.texi
@@ -75,7 +75,7 @@ executable files (programs) and, on most systems, directories:
@cindex set-user-ID
@cindex setuid
Set the process's effective user ID to that of the file upon execution
-(called the @dfn{set-user-ID bit}, or sometimes the @dfn{setgid bit}).
+(called the @dfn{set-user-ID bit}, or sometimes the @dfn{setuid bit}).
For directories on a few systems, give files created in the directory
the same owner as the directory, no matter who creates them, and set
the set-user-ID bit of newly-created subdirectories.