summaryrefslogtreecommitdiffstats
path: root/man2/getresuid.2
diff options
context:
space:
mode:
Diffstat (limited to 'man2/getresuid.2')
-rw-r--r--man2/getresuid.26
1 files changed, 3 insertions, 3 deletions
diff --git a/man2/getresuid.2 b/man2/getresuid.2
index d5cadd7..9b4a1ff 100644
--- a/man2/getresuid.2
+++ b/man2/getresuid.2
@@ -5,7 +5,7 @@
.\"
.\" Modified, 2003-05-26, Michael Kerrisk, <mtk.manpages@gmail.com>
.\"
-.TH getresuid 2 2023-03-30 "Linux man-pages 6.05.01"
+.TH getresuid 2 2023-10-31 "Linux man-pages 6.7"
.SH NAME
getresuid, getresgid \- get real, effective, and saved user/group IDs
.SH LIBRARY
@@ -15,7 +15,7 @@ Standard C library
.nf
.BR "#define _GNU_SOURCE" " /* See feature_test_macros(7) */"
.B #include <unistd.h>
-.PP
+.P
.BI "int getresuid(uid_t *" ruid ", uid_t *" euid ", uid_t *" suid );
.BI "int getresgid(gid_t *" rgid ", gid_t *" egid ", gid_t *" sgid );
.fi
@@ -46,7 +46,7 @@ These calls also appear on HP-UX and some of the BSDs.
.SH HISTORY
Linux 2.1.44,
glibc 2.3.2.
-.PP
+.P
The original Linux
.BR getresuid ()
and