diff options
author | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-05-19 04:30:20 +0000 |
---|---|---|
committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-05-19 04:30:20 +0000 |
commit | 2b2581ee37f080c0a95d20aedecd5cb04e81ef4a (patch) | |
tree | 4ce1a3bcc3cd8793e50f48abba8eab04c8e7ea07 /man3/strtoul.3 | |
parent | 2dd578fd5b80cbfe5892b200633aa1442c4ac674 (diff) |
Fix inconsistencies in order of .SH sections
Diffstat (limited to 'man3/strtoul.3')
-rw-r--r-- | man3/strtoul.3 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/man3/strtoul.3 b/man3/strtoul.3 index dc3627e5..9d73da77 100644 --- a/man3/strtoul.3 +++ b/man3/strtoul.3 @@ -110,6 +110,11 @@ 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" +.BR strtoul () +conforms to SVr4, C89, C99 and POSIX-2001, and +.BR strtoull () +to C99 and POSIX.1-2001. .SH NOTES Since .BR strtoul () @@ -144,11 +149,6 @@ or to Negative values are considered valid input and are silently converted to the equivalent unsigned long value. -.SH "CONFORMING TO" -.BR strtoul () -conforms to SVr4, C89, C99 and POSIX-2001, and -.BR strtoull () -to C99 and POSIX.1-2001. .SH EXAMPLE See the example on the .BR strtol (3) |