]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
Remove confusing text describe real and effective IDs.
authorMichael Kerrisk <mtk.manpages@gmail.com>
Thu, 23 Jun 2005 14:56:40 +0000 (14:56 +0000)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Thu, 23 Jun 2005 14:56:40 +0000 (14:56 +0000)
As per http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=285852

man2/getgid.2
man2/getuid.2

index 492e09063b5397ddc66a416fa5342fa20af74e59..38c0dd1294750bdf3cdbffa9937e94c79f1fd9ce 100644 (file)
@@ -39,9 +39,6 @@ returns the real group ID of the current process.
 
 .B getegid
 returns the effective group ID of the current process.
-
-The real ID corresponds to the ID of the calling process.  The effective ID
-corresponds to the set ID bit on the file being executed.
 .SH ERRORS
 These functions are always successful.
 .SH "CONFORMING TO"
index 78e9641bd7576f5de57b40a4c69efb7b46c54a98..3f702aa7852a2054140d2ffeb0f179b2bd8615fd 100644 (file)
@@ -40,9 +40,6 @@ returns the real user ID of the current process.
 
 .B geteuid
 returns the effective user ID of the current process.
-
-The real ID corresponds to the ID of the calling process.  The effective ID
-corresponds to the set ID bit on the file being executed.
 .SH ERRORS
 These functions are always successful.
 .SH "CONFORMING TO"