summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/net/inet_addr.38
-rw-r--r--lib/libc/net/inet_lnaof.39
2 files changed, 7 insertions, 10 deletions
diff --git a/lib/libc/net/inet_addr.3 b/lib/libc/net/inet_addr.3
index d561df2ef1e..231f94ff1b8 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.2 2017/07/08 21:45:35 tedu Exp $
+.\" $OpenBSD: inet_addr.3,v 1.3 2018/04/28 16:03:43 schwarze 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: April 28 2018 $
.Dt INET_ADDR 3
.Os
.Sh NAME
@@ -146,12 +146,10 @@ otherwise, the number is interpreted as decimal).
.Sh SEE ALSO
.Xr byteorder 3 ,
.Xr gethostbyname 3 ,
-.Xr getnetent 3 ,
.Xr inet_lnaof 3 ,
.Xr inet_net 3 ,
.Xr inet_ntop 3 ,
-.Xr hosts 5 ,
-.Xr networks 5
+.Xr hosts 5
.Sh STANDARDS
The
.Nm inet_addr
diff --git a/lib/libc/net/inet_lnaof.3 b/lib/libc/net/inet_lnaof.3
index 082bca15596..70b4fee485c 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.2 2014/04/19 16:46:32 jmc Exp $
+.\" $OpenBSD: inet_lnaof.3,v 1.3 2018/04/28 16:03:43 schwarze 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 19 2014 $
+.Dd $Mdocdate: April 28 2018 $
.Dt INET_LNAOF 3
.Os
.Sh NAME
@@ -75,11 +75,10 @@ order (bytes ordered from left to right).
All network numbers and local address parts are
returned as machine format integer values.
.Sh SEE ALSO
-.Xr getnetent 3 ,
+.Xr gethostbyname 3 ,
.Xr inet_addr 3 ,
.Xr inet_net 3 ,
-.Xr hosts 5 ,
-.Xr networks 5
+.Xr hosts 5
.Sh HISTORY
The
.Nm inet_makeaddr ,