From db7383218356e911c7b89306678ef73e382596e0 Mon Sep 17 00:00:00 2001 From: jmc Date: Thu, 8 May 2014 13:08:43 +0000 Subject: [PATCH] inet(3) -> inet_net(3); --- sbin/mountd/exports.5 | 6 +++--- share/man/man4/netintro.4 | 6 +++--- share/man/man5/hosts.5 | 8 ++++---- share/man/man5/networks.5 | 6 +++--- usr.bin/telnet/telnet.1 | 6 +++--- usr.sbin/arp/arp.8 | 6 +++--- 6 files changed, 19 insertions(+), 19 deletions(-) diff --git a/sbin/mountd/exports.5 b/sbin/mountd/exports.5 index 4a787aafe25..53aaee71607 100644 --- a/sbin/mountd/exports.5 +++ b/sbin/mountd/exports.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: exports.5,v 1.19 2014/02/13 10:20:13 schwarze Exp $ +.\" $OpenBSD: exports.5,v 1.20 2014/05/08 13:08:43 jmc Exp $ .\" $NetBSD: exports.5,v 1.9 1996/02/18 11:57:50 fvdl Exp $ .\" .\" Copyright (c) 1989, 1991, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)exports.5 8.3 (Berkeley) 3/29/95 .\" -.Dd $Mdocdate: February 13 2014 $ +.Dd $Mdocdate: May 8 2014 $ .Dt EXPORTS 5 .Os .Sh NAME @@ -187,7 +187,7 @@ and optionally .Sm on If the mask is not specified, it will default to the mask for that network class (A, B or C; see -.Xr inet 3 ) . +.Xr inet_net 3 ) . .Pp For example: .Bd -literal -offset indent diff --git a/share/man/man4/netintro.4 b/share/man/man4/netintro.4 index 211b2403543..8618283c60e 100644 --- a/share/man/man4/netintro.4 +++ b/share/man/man4/netintro.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: netintro.4,v 1.42 2012/11/23 20:13:26 sthen Exp $ +.\" $OpenBSD: netintro.4,v 1.43 2014/05/08 13:08:43 jmc Exp $ .\" $NetBSD: netintro.4,v 1.4 1995/10/19 08:03:40 jtc Exp $ .\" .\" Copyright (c) 1983, 1990, 1991, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)netintro.4 8.2 (Berkeley) 11/30/93 .\" -.Dd $Mdocdate: November 23 2012 $ +.Dd $Mdocdate: May 8 2014 $ .Dt NETINTRO 4 .Os .Sh NAME @@ -503,7 +503,7 @@ from the group .Xr netstat 1 , .Xr ioctl 2 , .Xr socket 2 , -.Xr inet 3 , +.Xr inet_net 3 , .Xr arp 4 , .Xr bluetooth 4 , .Xr bridge 4 , diff --git a/share/man/man5/hosts.5 b/share/man/man5/hosts.5 index c8deb02e440..bee0707b54a 100644 --- a/share/man/man5/hosts.5 +++ b/share/man/man5/hosts.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: hosts.5,v 1.19 2011/10/16 15:07:28 lum Exp $ +.\" $OpenBSD: hosts.5,v 1.20 2014/05/08 13:08:43 jmc Exp $ .\" $NetBSD: hosts.5,v 1.4 1994/11/30 19:31:20 jtc Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)hosts.5 8.2 (Berkeley) 12/11/93 .\" -.Dd $Mdocdate: October 16 2011 $ +.Dd $Mdocdate: May 8 2014 $ .Dt HOSTS 5 .Os .Sh NAME @@ -77,7 +77,7 @@ Internet addresses are specified using either dot notation (IPv4) or colon separated notation (IPv6). Further information on network addressing is contained in -.Xr inet 3 . +.Xr inet_net 3 . Host names may contain any printable character other than a field delimiter, newline, or comment character. .Sh FILES @@ -88,7 +88,7 @@ newline, or comment character. .Xr getaddrinfo 3 , .Xr gethostbyname 3 , .Xr getnameinfo 3 , -.Xr inet 3 , +.Xr inet_net 3 , .Xr resolv.conf 5 , .Xr ifconfig 8 , .Xr named 8 diff --git a/share/man/man5/networks.5 b/share/man/man5/networks.5 index fc01d04ee96..60bda2d2d1a 100644 --- a/share/man/man5/networks.5 +++ b/share/man/man5/networks.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: networks.5,v 1.16 2012/09/26 17:34:38 jmc Exp $ +.\" $OpenBSD: networks.5,v 1.17 2014/05/08 13:08:43 jmc Exp $ .\" $NetBSD: networks.5,v 1.9 1999/03/17 20:19:47 garbled Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)networks.5 8.1 (Berkeley) 6/5/93 .\" -.Dd $Mdocdate: September 26 2012 $ +.Dd $Mdocdate: May 8 2014 $ .Dt NETWORKS 5 .Os .Sh NAME @@ -72,7 +72,7 @@ Network number may be specified in the conventional (dot) notation using the .Xr inet_network 3 routine from the IP address manipulation library, -.Xr inet 3 . +.Xr inet_net 3 . Network names may contain .Qq a through diff --git a/usr.bin/telnet/telnet.1 b/usr.bin/telnet/telnet.1 index 7c3d2fb7735..f2e66254c8e 100644 --- a/usr.bin/telnet/telnet.1 +++ b/usr.bin/telnet/telnet.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: telnet.1,v 1.47 2014/02/26 20:56:11 claudio Exp $ +.\" $OpenBSD: telnet.1,v 1.48 2014/05/08 13:08:43 jmc Exp $ .\" $NetBSD: telnet.1,v 1.5 1996/02/28 21:04:12 thorpej Exp $ .\" .\" Copyright (c) 1983, 1990, 1993 @@ -30,7 +30,7 @@ .\" .\" from: @(#)telnet.1 8.4 (Berkeley) 2/3/94 .\" -.Dd $Mdocdate: February 26 2014 $ +.Dd $Mdocdate: May 8 2014 $ .Dt TELNET 1 .Os .Sh NAME @@ -580,7 +580,7 @@ will attempt to contact a TELNET server at the default port. The host specification may be either a host name (see .Xr hosts 5 ) or an Internet address specified in the ``dot notation'' (see -.Xr inet 3 ) . +.Xr inet_net 3 ) . The .Fl l option may be used to specify the user name diff --git a/usr.sbin/arp/arp.8 b/usr.sbin/arp/arp.8 index 32ea1494f9d..a35be9a0c6a 100644 --- a/usr.sbin/arp/arp.8 +++ b/usr.sbin/arp/arp.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: arp.8,v 1.31 2014/02/26 20:51:17 claudio Exp $ +.\" $OpenBSD: arp.8,v 1.32 2014/05/08 13:08:43 jmc Exp $ .\" $NetBSD: arp.8,v 1.7 1995/03/01 11:50:59 chopps Exp $ .\" .\" Copyright (c) 1985, 1991, 1993 @@ -30,7 +30,7 @@ .\" .\" from: @(#)arp.8 8.1 (Berkeley) 6/6/93 .\" -.Dd $Mdocdate: February 26 2014 $ +.Dd $Mdocdate: May 8 2014 $ .Dt ARP 8 .Os .Sh NAME @@ -194,7 +194,7 @@ for IP addresses 204.1.2.3 and 204.1.2.4: # arp -s 204.1.2.4 00:90:27:bb:cc:dd pub .Ed .Sh SEE ALSO -.Xr inet 3 , +.Xr inet_net 3 , .Xr arp 4 , .Xr ethers 5 , .Xr ifconfig 8 , -- 2.20.1