aboutsummaryrefslogtreecommitdiffstats
path: root/man2/getuid.2
diff options
context:
space:
mode:
Diffstat (limited to 'man2/getuid.2')
-rw-r--r--man2/getuid.29
1 files changed, 7 insertions, 2 deletions
diff --git a/man2/getuid.2 b/man2/getuid.2
index e061a165c1..d735998cda 100644
--- a/man2/getuid.2
+++ b/man2/getuid.2
@@ -45,8 +45,13 @@ These functions are always successful.
.SH "CONFORMING TO"
POSIX.1-2001, 4.3BSD.
.SH HISTORY
-In Unix V6 the \fBgetuid\fP() call returned (euid << 8) + uid.
-Unix V7 introduced separate calls \fBgetuid\fP() and \fBgeteuid\fP().
+In Unix V6 the
+.BR getuid ()
+call returned (euid << 8) + uid.
+Unix V7 introduced separate calls
+.BR getuid ()
+and
+.BR geteuid ().
.SH "SEE ALSO"
.BR setreuid (2),
.BR setuid (2)