From aa0fb1e032e2986a68eddf7b73d5fc1970b2ebb7 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 28 Nov 2006 23:03:08 +0100 Subject: [PATCH] * perm.texi (Mode Structure): Fix typo: s/setgid/setuid/. Reported by Georg Neis as Debian bug 400778. --- doc/ChangeLog | 5 +++++ doc/perm.texi | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/doc/ChangeLog b/doc/ChangeLog index 7b97fc2b05..e9b87194ab 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,8 @@ +2006-11-28 Jim Meyering + + * perm.texi (Mode Structure): Fix typo: s/setgid/setuid/. + Reported by Georg Neis as Debian bug 400778. + 2006-10-27 Jim Meyering * coreutils.texi (wc invocation): When giving the order in which diff --git a/doc/perm.texi b/doc/perm.texi index c74bf119b2..78b5919cce 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. -- 2.47.3