summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/net/inet_addr.36
-rw-r--r--lib/libc/net/inet_lnaof.36
-rw-r--r--lib/libc/net/inet_ntop.36
3 files changed, 9 insertions, 9 deletions
diff --git a/lib/libc/net/inet_addr.3 b/lib/libc/net/inet_addr.3
index 77d5cde9c75..129b08d2771 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.4 2019/08/30 18:33:17 deraadt Exp $
+.\" $OpenBSD: inet_addr.3,v 1.5 2019/08/30 20:06:07 jmc Exp $
.\" $NetBSD: inet.3,v 1.7 1997/06/18 02:25:24 lukem Exp $
.\"
.\" Copyright (c) 1983, 1990, 1991, 1993
@@ -144,10 +144,10 @@ in the C language (i.e., a leading 0x or 0X implies
hexadecimal; a leading 0 implies octal;
otherwise, the number is interpreted as decimal).
.Sh SEE ALSO
-.Xr htonl 3 ,
.Xr gethostbyname 3 ,
+.Xr htonl 3 ,
.Xr inet_lnaof 3 ,
-.Xr inet_net 3 ,
+.Xr inet_net_ntop 3 ,
.Xr inet_ntop 3 ,
.Xr hosts 5
.Sh STANDARDS
diff --git a/lib/libc/net/inet_lnaof.3 b/lib/libc/net/inet_lnaof.3
index 70b4fee485c..6151f7fe34c 100644
--- a/lib/libc/net/inet_lnaof.3
+++ b/lib/libc/net/inet_lnaof.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: inet_lnaof.3,v 1.3 2018/04/28 16:03:43 schwarze Exp $
+.\" $OpenBSD: inet_lnaof.3,v 1.4 2019/08/30 20:06:07 jmc 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: April 28 2018 $
+.Dd $Mdocdate: August 30 2019 $
.Dt INET_LNAOF 3
.Os
.Sh NAME
@@ -77,7 +77,7 @@ returned as machine format integer values.
.Sh SEE ALSO
.Xr gethostbyname 3 ,
.Xr inet_addr 3 ,
-.Xr inet_net 3 ,
+.Xr inet_net_ntop 3 ,
.Xr hosts 5
.Sh HISTORY
The
diff --git a/lib/libc/net/inet_ntop.3 b/lib/libc/net/inet_ntop.3
index 5c32aab6a99..0e168c7d86e 100644
--- a/lib/libc/net/inet_ntop.3
+++ b/lib/libc/net/inet_ntop.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: inet_ntop.3,v 1.3 2017/07/08 21:45:35 tedu Exp $
+.\" $OpenBSD: inet_ntop.3,v 1.4 2019/08/30 20:06:07 jmc 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: July 8 2017 $
+.Dd $Mdocdate: August 30 2019 $
.Dt INET_NTOP 3
.Os
.Sh NAME
@@ -167,7 +167,7 @@ or in compressed form:
.Sh SEE ALSO
.Xr gethostbyname 3 ,
.Xr inet_addr 3 ,
-.Xr inet_net 3 ,
+.Xr inet_net_ntop 3 ,
.Xr hosts 5
.Sh STANDARDS
The