OSDN Git Service

(split) LDP: Update original to LDP v3.50.
[linuxjm/LDP_man-pages.git] / original / man3 / getpwent_r.3
index 510643f..a9076a9 100644 (file)
@@ -1,5 +1,6 @@
 .\" Copyright (c) 2003 Andries Brouwer (aeb@cwi.nl)
 .\"
+.\" %%%LICENSE_START(GPLv2+_DOC_FULL)
 .\" This is free documentation; you can redistribute it and/or
 .\" modify it under the terms of the GNU General Public License as
 .\" published by the Free Software Foundation; either version 2 of
@@ -16,9 +17,9 @@
 .\" GNU General Public License for more details.
 .\"
 .\" You should have received a copy of the GNU General Public
-.\" License along with this manual; if not, write to the Free
-.\" Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111,
-.\" USA.
+.\" License along with this manual; if not, see
+.\" <http://www.gnu.org/licenses/>.
+.\" %%%LICENSE_END
 .\"
 .TH GETPWENT_R 3 2010-10-21 "GNU" "Linux Programmer's Manual"
 .SH NAME
@@ -99,7 +100,7 @@ is stored in the provided buffer
 .IR *pwbuf ,
 and a pointer to this \fIstruct passwd\fP is returned in
 .IR *pwbufp .
-.SH "RETURN VALUE"
+.SH RETURN VALUE
 On success, these functions return 0 and
 .I *pwbufp
 is a pointer to the \fIstruct passwd\fP.
@@ -114,7 +115,7 @@ No more entries.
 .B ERANGE
 Insufficient buffer space supplied.
 Try again with larger buffer.
-.SH "CONFORMING TO"
+.SH CONFORMING TO
 These functions are GNU extensions, done in a style resembling
 the POSIX version of functions like
 .BR getpwnam_r (3).
@@ -176,7 +177,7 @@ main(void)
 .\"               printf("getpwent_r: %s", strerror(i));
 .\"               exit(EXIT_SUCCESS);
 .\"         }
-.SH "SEE ALSO"
+.SH SEE ALSO
 .BR fgetpwent (3),
 .BR getpw (3),
 .BR getpwent (3),