summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2004-05-04 18:37:25 +0000
committerjmc <jmc@openbsd.org>2004-05-04 18:37:25 +0000
commitecd54700c6f85943239bfc0d65838d25efb2652d (patch)
treebde1a5c0185a26180837c84a27ca46ec73efec11 /lib/libc/stdlib
parentSendEnv here too; (diff)
downloadwireguard-openbsd-ecd54700c6f85943239bfc0d65838d25efb2652d.tar.xz
wireguard-openbsd-ecd54700c6f85943239bfc0d65838d25efb2652d.zip
sort SEE ALSO;
Diffstat (limited to 'lib/libc/stdlib')
-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 cc7271581c2..bb738a55f7f 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.2 2004/05/03 17:20:45 tedu Exp $
+.\" $OpenBSD: strtonum.3,v 1.3 2004/05/04 18:37:25 jmc Exp $
.\"
.Dd April 29, 2004
.Dt STRTONUM 3
@@ -104,8 +104,8 @@ The given string did not consist solely of a valid number.
.Xr atol 3 ,
.Xr atoll 3 ,
.Xr sscanf 3 ,
-.Xr strtol 3 ,
.Xr strtod 3 ,
+.Xr strtol 3 ,
.Xr strtoul 3
.Sh STANDARDS
.Fn strtonum