* perm.texi (Mode Structure): Fix typo: s/setgid/setuid/.
authorJim Meyering <jim@meyering.net>
Tue, 28 Nov 2006 22:03:08 +0000 (23:03 +0100)
committerJim Meyering <jim@meyering.net>
Tue, 28 Nov 2006 22:03:08 +0000 (23:03 +0100)
Reported by Georg Neis as Debian bug 400778.

doc/ChangeLog
doc/perm.texi

index 7b97fc2..e9b8719 100644 (file)
@@ -1,3 +1,8 @@
+2006-11-28  Jim Meyering  <jim@meyering.net>
+
+       * perm.texi (Mode Structure): Fix typo: s/setgid/setuid/.
+       Reported by Georg Neis as Debian bug 400778.
+
 2006-10-27  Jim Meyering  <jim@meyering.net>
 
        * coreutils.texi (wc invocation): When giving the order in which
index c74bf11..78b5919 100644 (file)
@@ -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.