diff options
author | tedu <> | 2006-04-25 05:15:42 +0000 |
---|---|---|
committer | tedu <> | 2006-04-25 05:15:42 +0000 |
commit | 4fe079716cece1d7c5964785c0961d561af6eb70 (patch) | |
tree | 26c4f646ba1063fa30d3f8f40d77e0b93690ca25 | |
parent | bbbd1f39932721cf9371df2b05d20ea041c2ccb0 (diff) | |
download | openbsd-4fe079716cece1d7c5964785c0961d561af6eb70.tar.gz openbsd-4fe079716cece1d7c5964785c0961d561af6eb70.tar.bz2 openbsd-4fe079716cece1d7c5964785c0961d561af6eb70.zip |
strtonum does not require limits.h
spotted by ray some time ago
-rw-r--r-- | src/lib/libc/stdlib/strtonum.3 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libc/stdlib/strtonum.3 b/src/lib/libc/stdlib/strtonum.3 index 93fc746ee2..6b3c9031d6 100644 --- a/src/lib/libc/stdlib/strtonum.3 +++ b/src/lib/libc/stdlib/strtonum.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: strtonum.3,v 1.12 2005/10/26 11:37:58 jmc Exp $ | 1 | .\" $OpenBSD: strtonum.3,v 1.13 2006/04/25 05:15:42 tedu Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 2004 Ted Unangst | 3 | .\" Copyright (c) 2004 Ted Unangst |
4 | .\" | 4 | .\" |
@@ -22,7 +22,6 @@ | |||
22 | .Nd "reliably convert string value to an integer" | 22 | .Nd "reliably convert string value to an integer" |
23 | .Sh SYNOPSIS | 23 | .Sh SYNOPSIS |
24 | .Fd #include <stdlib.h> | 24 | .Fd #include <stdlib.h> |
25 | .Fd #include <limits.h> | ||
26 | .Ft long long | 25 | .Ft long long |
27 | .Fo strtonum | 26 | .Fo strtonum |
28 | .Fa "const char *nptr" | 27 | .Fa "const char *nptr" |