diff options
author | 2019-08-30 18:33:17 +0000 | |
---|---|---|
committer | 2019-08-30 18:33:17 +0000 | |
commit | 4d9461faa6762224aa423e95d4a7ab96513c4703 (patch) | |
tree | 92560b6ffbfc6459f72ce182b58dbc2a307d0de0 /lib/libc | |
parent | mop up for the pcap.3 rename; (diff) | |
download | wireguard-openbsd-4d9461faa6762224aa423e95d4a7ab96513c4703.tar.xz wireguard-openbsd-4d9461faa6762224aa423e95d4a7ab96513c4703.zip |
Move 4 manual pages from not-a-function filenames to a correct filename,
and correct Xr.
ok jmc
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/net/Makefile.inc | 8 | ||||
-rw-r--r-- | lib/libc/net/ether_aton.3 (renamed from lib/libc/net/ethers.3) | 4 | ||||
-rw-r--r-- | lib/libc/net/htobe64.3 (renamed from lib/libc/net/byteorder.3) | 4 | ||||
-rw-r--r-- | lib/libc/net/inet_addr.3 | 6 | ||||
-rw-r--r-- | lib/libc/net/inet_net_ntop.3 (renamed from lib/libc/net/inet_net.3) | 6 | ||||
-rw-r--r-- | lib/libc/net/res_init.3 (renamed from lib/libc/net/resolver.3) | 4 |
6 files changed, 16 insertions, 16 deletions
diff --git a/lib/libc/net/Makefile.inc b/lib/libc/net/Makefile.inc index b78cd6be852..41a3164d6a9 100644 --- a/lib/libc/net/Makefile.inc +++ b/lib/libc/net/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.59 2016/03/30 06:38:41 jmc Exp $ +# $OpenBSD: Makefile.inc,v 1.60 2019/08/30 18:33:17 deraadt Exp $ # net sources .PATH: ${LIBCSRCDIR}/arch/${MACHINE_CPU}/net ${LIBCSRCDIR}/net @@ -28,9 +28,9 @@ SRCS+= ip6opt.c rthdr.c vars6.c .include "${LIBCSRCDIR}/arch/${MACHINE_CPU}/net/Makefile.inc" -MAN+= byteorder.3 ethers.3 gai_strerror.3 getaddrinfo.3 gethostbyname.3 \ +MAN+= htobe64.3 ether_aton.3 gai_strerror.3 getaddrinfo.3 gethostbyname.3 \ getifaddrs.3 getnameinfo.3 getnetent.3 getpeereid.3 getprotoent.3 \ getrrsetbyname.3 getservent.3 htonl.3 if_indextoname.3 \ - inet_addr.3 inet_lnaof.3 inet_net.3 inet_ntop.3 \ + inet_addr.3 inet_lnaof.3 inet_net_ntop.3 inet_ntop.3 \ inet6_opt_init.3 inet6_rth_space.3 link_ntoa.3 \ - rcmd.3 rcmdsh.3 resolver.3 sockatmark.3 + rcmd.3 rcmdsh.3 res_init.3 sockatmark.3 diff --git a/lib/libc/net/ethers.3 b/lib/libc/net/ether_aton.3 index 021e1ced737..98beb5e4921 100644 --- a/lib/libc/net/ethers.3 +++ b/lib/libc/net/ether_aton.3 @@ -1,8 +1,8 @@ -.\" $OpenBSD: ethers.3,v 1.25 2018/11/09 17:49:32 brynet Exp $ +.\" $OpenBSD: ether_aton.3,v 1.1 2019/08/30 18:33:17 deraadt Exp $ .\" .\" Written by roland@frob.com. Public domain. .\" -.Dd $Mdocdate: November 9 2018 $ +.Dd $Mdocdate: August 30 2019 $ .Dt ETHER_ATON 3 .Os .Sh NAME diff --git a/lib/libc/net/byteorder.3 b/lib/libc/net/htobe64.3 index 98f6aff3622..3e500897e28 100644 --- a/lib/libc/net/byteorder.3 +++ b/lib/libc/net/htobe64.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: byteorder.3,v 1.22 2015/11/10 23:48:18 jmc Exp $ +.\" $OpenBSD: htobe64.3,v 1.1 2019/08/30 18:33:17 deraadt Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -27,7 +27,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: November 10 2015 $ +.Dd $Mdocdate: August 30 2019 $ .Dt HTOBE64 3 .Os .Sh NAME diff --git a/lib/libc/net/inet_addr.3 b/lib/libc/net/inet_addr.3 index 231f94ff1b8..77d5cde9c75 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.3 2018/04/28 16:03:43 schwarze Exp $ +.\" $OpenBSD: inet_addr.3,v 1.4 2019/08/30 18:33:17 deraadt 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 28 2018 $ +.Dd $Mdocdate: August 30 2019 $ .Dt INET_ADDR 3 .Os .Sh NAME @@ -144,7 +144,7 @@ in the C language (i.e., a leading 0x or 0X implies hexadecimal; a leading 0 implies octal; otherwise, the number is interpreted as decimal). .Sh SEE ALSO -.Xr byteorder 3 , +.Xr htonl 3 , .Xr gethostbyname 3 , .Xr inet_lnaof 3 , .Xr inet_net 3 , diff --git a/lib/libc/net/inet_net.3 b/lib/libc/net/inet_net_ntop.3 index adb7589fca4..db10bf962c7 100644 --- a/lib/libc/net/inet_net.3 +++ b/lib/libc/net/inet_net_ntop.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: inet_net.3,v 1.19 2018/04/28 20:29:18 schwarze Exp $ +.\" $OpenBSD: inet_net_ntop.3,v 1.1 2019/08/30 18:33:17 deraadt 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: April 28 2018 $ +.Dd $Mdocdate: August 30 2019 $ .Dt INET_NET_NTOP 3 .Os .Sh NAME @@ -185,7 +185,7 @@ notation, the value of the address still includes all bits supplied in the external representation, even those bits which are the host part of an Internet address. .Sh SEE ALSO -.Xr byteorder 3 , +.Xr htonl 3 , .Xr inet_pton 3 , .Xr inet 4 , .Xr hosts 5 diff --git a/lib/libc/net/resolver.3 b/lib/libc/net/res_init.3 index e354bdbec40..01a6b8e0b33 100644 --- a/lib/libc/net/resolver.3 +++ b/lib/libc/net/res_init.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: resolver.3,v 1.39 2019/05/13 14:11:20 schwarze Exp $ +.\" $OpenBSD: res_init.3,v 1.1 2019/08/30 18:33:17 deraadt Exp $ .\" .\" Copyright (c) 1985, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -27,7 +27,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: May 13 2019 $ +.Dd $Mdocdate: August 30 2019 $ .Dt RES_INIT 3 .Os .Sh NAME |