inet(3) -> inet_net(3);
authorjmc <jmc@openbsd.org>
Thu, 8 May 2014 13:08:43 +0000 (13:08 +0000)
committerjmc <jmc@openbsd.org>
Thu, 8 May 2014 13:08:43 +0000 (13:08 +0000)
sbin/mountd/exports.5
share/man/man4/netintro.4
share/man/man5/hosts.5
share/man/man5/networks.5
usr.bin/telnet/telnet.1
usr.sbin/arp/arp.8

index 4a787aa..53aaee7 100644 (file)
@@ -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
index 211b240..8618283 100644 (file)
@@ -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 ,
index c8deb02..bee0707 100644 (file)
@@ -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
index fc01d04..60bda2d 100644 (file)
@@ -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
index 7c3d2fb..f2e6625 100644 (file)
@@ -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
index 32ea149..a35be9a 100644 (file)
@@ -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 ,