]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man3/getprotoent_r.3
getent.1, intro.1, time.1, _exit.2, _syscall.2, accept.2, access.2, acct.2, adjtimex...
[thirdparty/man-pages.git] / man3 / getprotoent_r.3
index 3bbe2ed0f6ffea2b8d8b528c207c4f63173faaeb..2f1fa142b31b23823eb53aeacfbc503dac148842 100644 (file)
@@ -103,7 +103,7 @@ is set pointing to
 otherwise,
 .I *result
 is set to NULL.
-.SH "RETURN VALUE"
+.SH RETURN VALUE
 On success, these functions return 0.
 On error, they return one of the positive error numbers listed in ERRORS.
 
@@ -126,7 +126,7 @@ is too small.
 Try again with a larger buffer
 (and increased
 .IR buflen ).
-.SH "CONFORMING TO"
+.SH CONFORMING TO
 These functions are GNU extensions.
 Functions with similar names exist on some other systems,
 though typically with different calling signatures.
@@ -232,6 +232,6 @@ main(int argc, char *argv[])
     exit(EXIT_SUCCESS);
 }
 .fi
-.SH "SEE ALSO"
+.SH SEE ALSO
 .BR getprotoent (3),
 .BR protocols (5)