]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man2/getresuid.2
man*/: srcfix (Use .P instead of .PP or .LP)
[thirdparty/man-pages.git] / man2 / getresuid.2
index b107238c75c61b92a474362fb6a84efd97c4ee5c..b39bf5b7fe9c7a6edf840d09b69051680d6a4957 100644 (file)
@@ -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