summaryrefslogtreecommitdiffstats
path: root/man2/getuid.2
diff options
context:
space:
mode:
Diffstat (limited to 'man2/getuid.2')
-rw-r--r--man2/getuid.212
1 files changed, 6 insertions, 6 deletions
diff --git a/man2/getuid.2 b/man2/getuid.2
index 1b94158..978b8ec 100644
--- a/man2/getuid.2
+++ b/man2/getuid.2
@@ -3,7 +3,7 @@
.\" SPDX-License-Identifier: Linux-man-pages-copyleft
.\"
.\" Historical remark, aeb, 2004-06-05
-.TH getuid 2 2023-03-30 "Linux man-pages 6.05.01"
+.TH getuid 2 2023-10-31 "Linux man-pages 6.7"
.SH NAME
getuid, geteuid \- get user identity
.SH LIBRARY
@@ -12,14 +12,14 @@ Standard C library
.SH SYNOPSIS
.nf
.B #include <unistd.h>
-.PP
+.P
.B uid_t getuid(void);
.B uid_t geteuid(void);
.fi
.SH DESCRIPTION
.BR getuid ()
returns the real user ID of the calling process.
-.PP
+.P
.BR geteuid ()
returns the effective user ID of the calling process.
.SH ERRORS
@@ -32,7 +32,7 @@ and never modify
POSIX.1-2008.
.SH HISTORY
POSIX.1-2001, 4.3BSD.
-.PP
+.P
In UNIX\ V6 the
.BR getuid ()
call returned
@@ -41,7 +41,7 @@ UNIX\ V7 introduced separate calls
.BR getuid ()
and
.BR geteuid ().
-.PP
+.P
The original Linux
.BR getuid ()
and
@@ -57,7 +57,7 @@ The glibc
and
.BR geteuid ()
wrapper functions transparently deal with the variations across kernel versions.
-.PP
+.P
On Alpha, instead of a pair of
.BR getuid ()
and