diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2014-05-09 06:37:39 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2014-05-09 06:37:39 +0000 |
commit | 279722c18189a3dd65bc68ae22af204664f6e1e2 (patch) | |
tree | e2b95d75a4c4ff08c86b6aa6f559c69f4ac18ad3 /share | |
parent | 7247a280eeeb2ea13aff62807edc5fcc101859d2 (diff) |
my previous attempt to fix the renaming of the inet(3) pages was wrong;
this fixes those by referencing the correct page, and cleans up the netintro/
inet entries;
all this on the advice (and ok) of guenther!
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/inet.4 | 6 | ||||
-rw-r--r-- | share/man/man4/netintro.4 | 5 | ||||
-rw-r--r-- | share/man/man5/hosts.5 | 8 | ||||
-rw-r--r-- | share/man/man5/networks.5 | 9 |
4 files changed, 14 insertions, 14 deletions
diff --git a/share/man/man4/inet.4 b/share/man/man4/inet.4 index 9d84ea24670..2b555e43a76 100644 --- a/share/man/man4/inet.4 +++ b/share/man/man4/inet.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: inet.4,v 1.15 2014/01/21 03:15:46 schwarze Exp $ +.\" $OpenBSD: inet.4,v 1.16 2014/05/09 06:37:38 jmc Exp $ .\" $NetBSD: inet.4,v 1.3 1994/11/30 16:22:18 jtc Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)inet.4 8.1 (Berkeley) 6/5/93 .\" -.Dd $Mdocdate: January 21 2014 $ +.Dd $Mdocdate: May 9 2014 $ .Dt INET 4 .Os .Sh NAME @@ -156,6 +156,8 @@ Get interface network mask. .Sh SEE ALSO .Xr ioctl 2 , .Xr socket 2 , +.Xr inet_net 3 , +.Xr inet_ntop 3 , .Xr icmp 4 , .Xr ip 4 , .Xr netintro 4 , diff --git a/share/man/man4/netintro.4 b/share/man/man4/netintro.4 index 8618283c60e..08113e333d8 100644 --- a/share/man/man4/netintro.4 +++ b/share/man/man4/netintro.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: netintro.4,v 1.43 2014/05/08 13:08:43 jmc Exp $ +.\" $OpenBSD: netintro.4,v 1.44 2014/05/09 06:37:38 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: May 8 2014 $ +.Dd $Mdocdate: May 9 2014 $ .Dt NETINTRO 4 .Os .Sh NAME @@ -503,7 +503,6 @@ from the group .Xr netstat 1 , .Xr ioctl 2 , .Xr socket 2 , -.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 bee0707b54a..6654f00d9b0 100644 --- a/share/man/man5/hosts.5 +++ b/share/man/man5/hosts.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: hosts.5,v 1.20 2014/05/08 13:08:43 jmc Exp $ +.\" $OpenBSD: hosts.5,v 1.21 2014/05/09 06:37:38 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: May 8 2014 $ +.Dd $Mdocdate: May 9 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_net 3 . +.Xr inet_addr 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_net 3 , +.Xr inet_addr 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 60bda2d2d1a..c2155d85290 100644 --- a/share/man/man5/networks.5 +++ b/share/man/man5/networks.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: networks.5,v 1.17 2014/05/08 13:08:43 jmc Exp $ +.\" $OpenBSD: networks.5,v 1.18 2014/05/09 06:37:38 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: May 8 2014 $ +.Dd $Mdocdate: May 9 2014 $ .Dt NETWORKS 5 .Os .Sh NAME @@ -70,9 +70,8 @@ the line are not interpreted by routines which search the file. Network number may be specified in the conventional .Ql \&. (dot) notation using the -.Xr inet_network 3 -routine from the IP address manipulation library, -.Xr inet_net 3 . +.Xr inet_addr 3 +routine from the IP address manipulation library. Network names may contain .Qq a through |