summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Unangst <tedu@cvs.openbsd.org>2006-04-25 05:15:43 +0000
committerTed Unangst <tedu@cvs.openbsd.org>2006-04-25 05:15:43 +0000
commit464cc770ac2cfc73fda54113429ec74211f3d95b (patch)
tree61be419daab71bddcee82f6f934903ad29de89f5
parent3128965fd7762eef5bc777717e295d4ae2464145 (diff)
strtonum does not require limits.h
spotted by ray some time ago
-rw-r--r--lib/libc/stdlib/strtonum.33
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libc/stdlib/strtonum.3 b/lib/libc/stdlib/strtonum.3
index 93fc746ee2e..6b3c9031d68 100644
--- a/lib/libc/stdlib/strtonum.3
+++ b/lib/libc/stdlib/strtonum.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: strtonum.3,v 1.12 2005/10/26 11:37:58 jmc Exp $
+.\" $OpenBSD: strtonum.3,v 1.13 2006/04/25 05:15:42 tedu Exp $
.\"
.\" Copyright (c) 2004 Ted Unangst
.\"
@@ -22,7 +22,6 @@
.Nd "reliably convert string value to an integer"
.Sh SYNOPSIS
.Fd #include <stdlib.h>
-.Fd #include <limits.h>
.Ft long long
.Fo strtonum
.Fa "const char *nptr"