diff options
author | bcr <bcr@FreeBSD.org> | 2010-10-21 18:21:19 +0000 |
---|---|---|
committer | bcr <bcr@FreeBSD.org> | 2010-10-21 18:21:19 +0000 |
commit | df1e327558f79c8194bb5da0a5b759d230230fb2 (patch) | |
tree | b193c9b99567b514e4bf10e756c116fbf784b950 /lib | |
parent | eaaaed5d4b8ce712fad3bec16edd176211253ef0 (diff) | |
download | FreeBSD-src-df1e327558f79c8194bb5da0a5b759d230230fb2.zip FreeBSD-src-df1e327558f79c8194bb5da0a5b759d230230fb2.tar.gz |
Sync with OpenBSD rev. 1.13:
strtonum does not require limits.h
Obtained from: OpenBSD
Discussed with: ru@
MFC after: 5 days
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/stdlib/strtonum.3 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libc/stdlib/strtonum.3 b/lib/libc/stdlib/strtonum.3 index 90f0b57..b83aadd 100644 --- a/lib/libc/stdlib/strtonum.3 +++ b/lib/libc/stdlib/strtonum.3 @@ -12,7 +12,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.\" $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 $ .\" $FreeBSD$ .\" .Dd April 29, 2004 @@ -23,7 +23,6 @@ .Nd "reliably convert string value to an integer" .Sh SYNOPSIS .In stdlib.h -.In limits.h .Ft long long .Fo strtonum .Fa "const char *nptr" |