summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorAnthony J. Bentley <bentley@cvs.openbsd.org>2024-03-06 07:29:38 +0000
committerAnthony J. Bentley <bentley@cvs.openbsd.org>2024-03-06 07:29:38 +0000
commitd88418af73ca7e0edae83d7faf2d5b88f28e900c (patch)
tree61af49ad6bb584c8f5155d65fa2faf7543a1c81b /lib/libc
parent69db63612a3a41618a02d62ff82c91413d0ffe1b (diff)
POSIX defines inet_ntoa, not inet_aton.
ok deraadt@ jmc@
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/net/inet_addr.36
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/net/inet_addr.3 b/lib/libc/net/inet_addr.3
index dec5a2ec16a..cbb9e14f6de 100644
--- a/lib/libc/net/inet_addr.3
+++ b/lib/libc/net/inet_addr.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: inet_addr.3,v 1.6 2022/09/11 06:38:10 jmc Exp $
+.\" $OpenBSD: inet_addr.3,v 1.7 2024/03/06 07:29:37 bentley Exp $
.\" $NetBSD: inet.3,v 1.7 1997/06/18 02:25:24 lukem Exp $
.\"
.\" Copyright (c) 1983, 1990, 1991, 1993
@@ -30,7 +30,7 @@
.\"
.\" @(#)inet.3 8.1 (Berkeley) 6/4/93
.\"
-.Dd $Mdocdate: September 11 2022 $
+.Dd $Mdocdate: March 6 2024 $
.Dt INET_ADDR 3
.Os
.Sh NAME
@@ -154,7 +154,7 @@ otherwise, the number is interpreted as decimal).
The
.Nm inet_addr
and
-.Nm inet_aton
+.Nm inet_ntoa
functions conform to
.St -p1003.1-2008 .
.Sh HISTORY