summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2004-11-22 00:58:39 +0000
committerjmc <jmc@openbsd.org>2004-11-22 00:58:39 +0000
commit745560dce5bb127f03325b7c3feb9fecd23622e2 (patch)
treee464c801f7bf96afd78ebae2380afd3aa5e8c750 /lib/libc/stdlib
parentMore sensible error when both the -n and -A flags are used. Text OK jmc@ (diff)
downloadwireguard-openbsd-745560dce5bb127f03325b7c3feb9fecd23622e2.tar.xz
wireguard-openbsd-745560dce5bb127f03325b7c3feb9fecd23622e2.zip
.{N,O}x fixes;
Diffstat (limited to 'lib/libc/stdlib')
-rw-r--r--lib/libc/stdlib/strtonum.35
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libc/stdlib/strtonum.3 b/lib/libc/stdlib/strtonum.3
index f50c4d756ec..f6e7b8222c1 100644
--- a/lib/libc/stdlib/strtonum.3
+++ b/lib/libc/stdlib/strtonum.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: strtonum.3,v 1.7 2004/09/21 15:01:59 millert Exp $
+.\" $OpenBSD: strtonum.3,v 1.8 2004/11/22 00:58:39 jmc Exp $
.\"
.\" Copyright (c) 2004 Ted Unangst
.\"
@@ -139,5 +139,4 @@ are either impossible or difficult to use safely.
The
.Fn strtonum
function first appeared in
-.Ox
-3.6.
+.Ox 3.6 .