summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Unangst <tedu@cvs.openbsd.org>2004-05-03 17:20:46 +0000
committerTed Unangst <tedu@cvs.openbsd.org>2004-05-03 17:20:46 +0000
commitcfe49fe7c49490fd81d472fbca32e752e1ea1347 (patch)
treed5d571f7302d94591bfb96252a7750f578cdc911
parente90d8f0d9ca5b4228bd1097be477b5d3129fb270 (diff)
typo spotted by grange
-rw-r--r--lib/libc/stdlib/strtonum.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdlib/strtonum.3 b/lib/libc/stdlib/strtonum.3
index 31aae9075bd..cc7271581c2 100644
--- a/lib/libc/stdlib/strtonum.3
+++ b/lib/libc/stdlib/strtonum.3
@@ -29,7 +29,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $OpenBSD: strtonum.3,v 1.1 2004/05/03 17:09:24 tedu Exp $
+.\" $OpenBSD: strtonum.3,v 1.2 2004/05/03 17:20:45 tedu Exp $
.\"
.Dd April 29, 2004
.Dt STRTONUM 3
@@ -87,7 +87,7 @@ stores an error string in
indicating the failure.
.Sh RETURN VALUES
The
-.Fn strtol
+.Fn strtonum
function returns the result of the conversion,
unless the value would underflow or overflow.
On error, 0 is returned.