]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man3/getpwent_r.3
getent.1, intro.1, time.1, _exit.2, _syscall.2, accept.2, access.2, acct.2, adjtimex...
[thirdparty/man-pages.git] / man3 / getpwent_r.3
index 510643f047b4cd46b12cf1393aea461486413aca..a32ae9dece11b9069074b9a8ffff76e86efca1a5 100644 (file)
@@ -99,7 +99,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 +114,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 +176,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),