summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Youngman <jay@gnu.org>2007-11-25 11:36:11 +0000
committerJames Youngman <jay@gnu.org>2007-11-25 11:36:11 +0000
commit6d6cb862b6db4269da8bce03429c6d2c1e97bbe1 (patch)
treecce5283a911f0d3215f25649c3ff3e211d1875ab
parent0df7c650cfb21d7b97b0217cd6f1ee649fad18c7 (diff)
downloadfindutils-6d6cb862b6db4269da8bce03429c6d2c1e97bbe1.tar.gz
Fix setgid/setuid typo
-rw-r--r--ChangeLog4
-rw-r--r--doc/perm.texi2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 9628dc44..1e2babea 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-11-25 James Youngman <jay@gnu.org>
+
+ * doc/perm.texi (Mode Structure): Fix setgid/setuid typo.
+
2007-11-24 James Youngman <jay@gnu.org>
* doc/find.texi (Mode Bits): Correct the warning about the change
diff --git a/doc/perm.texi b/doc/perm.texi
index f5190730..6b54588c 100644
--- a/doc/perm.texi
+++ b/doc/perm.texi
@@ -63,7 +63,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.