OSDN Git Service

(split) LDP: Update original to LDP v3.50.
[linuxjm/LDP_man-pages.git] / original / man2 / getresuid.2
index 368eb1a..9e4c4ca 100644 (file)
@@ -1,8 +1,7 @@
-.\" Hey Emacs! This file is -*- nroff -*- source.
-.\"
 .\" Copyright (C) 1997 Andries Brouwer (aeb@cwi.nl)
 .\" and Copyright (c) 2007, Michael Kerrisk <mtk.manpages@gmail.com>
 .\"
+.\" %%%LICENSE_START(VERBATIM)
 .\" Permission is granted to make and distribute verbatim copies of this
 .\" manual provided the copyright notice and this permission notice are
 .\" preserved on all copies.
 .\"
 .\" Formatted or processed versions of this manual, if unaccompanied by
 .\" the source, must acknowledge the copyright and authors of this work.
+.\" %%%LICENSE_END
 .\"
 .\" Modified, 2003-05-26, Michael Kerrisk, <mtk.manpages@gmail.com>
+.\"
 .TH GETRESUID 2 2010-11-22 "Linux" "Linux Programmer's Manual"
 .SH NAME
 getresuid, getresgid \- get real, effective and saved user/group IDs
@@ -46,7 +47,7 @@ and
 respectively.
 .BR getresgid ()
 performs the analogous task for the process's group IDs.
-.SH "RETURN VALUE"
+.SH RETURN VALUE
 On success, zero is returned.
 On error, \-1 is returned, and
 .I errno
@@ -63,7 +64,7 @@ The prototypes are given by glibc since version 2.3.2,
 provided
 .B _GNU_SOURCE
 is defined.
-.SH "CONFORMING TO"
+.SH CONFORMING TO
 These calls are nonstandard;
 they also appear on HP-UX and some of the BSDs.
 .SH NOTES
@@ -82,7 +83,7 @@ The glibc
 and
 .BR getresgid ()
 wrapper functions transparently deal with the variations across kernel versions.
-.SH "SEE ALSO"
+.SH SEE ALSO
 .BR getuid (2),
 .BR setresuid (2),
 .BR setreuid (2),