]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man3/strtol.3
getent.1, intro.1, time.1, _exit.2, _syscall.2, accept.2, access.2, acct.2, adjtimex...
[thirdparty/man-pages.git] / man3 / strtol.3
index c93828a9be98047fd8c4e7890c18acf2d3e72301..038692f8b672955ce2efaf6eb907e3e16d947e90 100644 (file)
@@ -96,7 +96,7 @@ The
 function works just like the
 .BR strtol ()
 function but returns a long long integer value.
-.SH "RETURN VALUE"
+.SH RETURN VALUE
 The
 .BR strtol ()
 function returns the result of the conversion,
@@ -134,7 +134,7 @@ The resulting value was out of range.
 .LP
 The implementation may also set \fIerrno\fP to \fBEINVAL\fP in case
 no conversion was performed (no digits seen, and 0 returned).
-.SH "CONFORMING TO"
+.SH CONFORMING TO
 .BR strtol ()
 conforms to SVr4, 4.3BSD, C89, C99 and POSIX.1-2001, and
 .BR strtoll ()
@@ -258,7 +258,7 @@ main(int argc, char *argv[])
     exit(EXIT_SUCCESS);
 }
 .fi
-.SH "SEE ALSO"
+.SH SEE ALSO
 .BR atof (3),
 .BR atoi (3),
 .BR atol (3),