summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/strtoul.3
diff options
context:
space:
mode:
authormpech <>2002-04-30 16:31:42 +0000
committermpech <>2002-04-30 16:31:42 +0000
commit735441d3d93924dacae18f55adaa1568893e6b65 (patch)
tree189d582d0ea158296c42182c0a16c4b8c12a8f5f /src/lib/libc/stdlib/strtoul.3
parent4085f6946e56aed5f42a339b220dde56d3365a01 (diff)
downloadopenbsd-735441d3d93924dacae18f55adaa1568893e6b65.tar.gz
openbsd-735441d3d93924dacae18f55adaa1568893e6b65.tar.bz2
openbsd-735441d3d93924dacae18f55adaa1568893e6b65.zip
Initial cleanup:
o) remove extra space in the end of line; o) remove extra blank lines in the end of file; o) remove .Pp before .Ss; o) CAVEAT -> CAVEATS; o) fix usage of .Fa; o) <blank-line> -> .Pp; o) wrap long lines; millert@ ok
Diffstat (limited to 'src/lib/libc/stdlib/strtoul.3')
-rw-r--r--src/lib/libc/stdlib/strtoul.34
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libc/stdlib/strtoul.3 b/src/lib/libc/stdlib/strtoul.3
index 991f811386..61269bc900 100644
--- a/src/lib/libc/stdlib/strtoul.3
+++ b/src/lib/libc/stdlib/strtoul.3
@@ -33,7 +33,7 @@
33.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 33.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
34.\" SUCH DAMAGE. 34.\" SUCH DAMAGE.
35.\" 35.\"
36.\" $OpenBSD: strtoul.3,v 1.8 2000/08/09 15:51:21 aaron Exp $ 36.\" $OpenBSD: strtoul.3,v 1.9 2002/04/30 16:31:42 mpech Exp $
37.\" 37.\"
38.Dd June 25, 1992 38.Dd June 25, 1992
39.Dt STRTOUL 3 39.Dt STRTOUL 3
@@ -47,7 +47,7 @@
47.Fd #include <limits.h> 47.Fd #include <limits.h>
48.Ft unsigned long 48.Ft unsigned long
49.Fn strtoul "const char *nptr" "char **endptr" "int base" 49.Fn strtoul "const char *nptr" "char **endptr" "int base"
50 50.Pp
51.Fd #include <sys/types.h> 51.Fd #include <sys/types.h>
52.Fd #include <stdlib.h> 52.Fd #include <stdlib.h>
53.Fd #include <limits.h> 53.Fd #include <limits.h>