Remove confusing text describe real and effective IDs.

As per http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=285852
This commit is contained in:
Michael Kerrisk 2005-06-23 14:56:40 +00:00
parent c6f59edf81
commit 9e16036151
2 changed files with 0 additions and 6 deletions

View 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"

View 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"