summaryrefslogtreecommitdiff
path: root/man3/strtoul.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/strtoul.3')
-rw-r--r--man3/strtoul.36
1 files changed, 3 insertions, 3 deletions
diff --git a/man3/strtoul.3 b/man3/strtoul.3
index b62e6a82..e41f3f2d 100644
--- a/man3/strtoul.3
+++ b/man3/strtoul.3
@@ -105,7 +105,7 @@ function works just like the
function but returns an
.I "unsigned long long int"
value.
-.SH "RETURN VALUE"
+.SH RETURN VALUE
The
.BR strtoul ()
function returns either the result of the conversion
@@ -137,7 +137,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 strtoul ()
conforms to SVr4, C89, C99 and POSIX-2001, and
.BR strtoull ()
@@ -185,7 +185,7 @@ See the example on the
.BR strtol (3)
manual page;
the use of the functions described in this manual page is similar.
-.SH "SEE ALSO"
+.SH SEE ALSO
.BR atof (3),
.BR atoi (3),
.BR atol (3),