diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2018-04-28 20:29:19 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2018-04-28 20:29:19 +0000 |
commit | 0706e0547a733eba42d8f0522332df4cf85494ee (patch) | |
tree | 1943baf733c5d79c32fdc558518ec5e3ac30977a /lib/libc | |
parent | 934016bb860770f928d7b976cb7750e0dc17dd9b (diff) |
reference hosts(5) instead of networks(5)
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/net/inet_net.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/net/inet_net.3 b/lib/libc/net/inet_net.3 index be6723efc93..adb7589fca4 100644 --- a/lib/libc/net/inet_net.3 +++ b/lib/libc/net/inet_net.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: inet_net.3,v 1.18 2015/11/10 23:48:18 jmc Exp $ +.\" $OpenBSD: inet_net.3,v 1.19 2018/04/28 20:29:18 schwarze Exp $ .\" $NetBSD: inet_net.3,v 1.1 1997/06/18 02:25:27 lukem Exp $ .\" .\" Copyright (c) 1997 The NetBSD Foundation, Inc. @@ -28,7 +28,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: November 10 2015 $ +.Dd $Mdocdate: April 28 2018 $ .Dt INET_NET_NTOP 3 .Os .Sh NAME @@ -188,7 +188,7 @@ part of an Internet address. .Xr byteorder 3 , .Xr inet_pton 3 , .Xr inet 4 , -.Xr networks 5 +.Xr hosts 5 .Sh HISTORY The .Nm inet_net_ntop |