This commit is contained in:
Michael Kerrisk 2008-07-09 15:40:36 +00:00
parent 58f4fca643
commit 4f9f83f047
1 changed files with 2 additions and 1 deletions

View File

@ -48,7 +48,8 @@ POSIX.1-2001, 4.3BSD.
.SS History
In Unix V6 the
.BR getuid ()
call returned (euid << 8) + uid.
call returned
.IR "(euid << 8) + uid" .
Unix V7 introduced separate calls
.BR getuid ()
and