diff options
author | deraadt <> | 1998-08-29 21:11:40 +0000 |
---|---|---|
committer | deraadt <> | 1998-08-29 21:11:40 +0000 |
commit | 43a4b6b64c7688c7b672c0f5d351a613e0bc531e (patch) | |
tree | c49d4812ec45b2ffd8167fd80aa4b6fcc7073396 /src/lib/libc/net | |
parent | ca145e262ddde230b9da6ab802aaaf29c7d38923 (diff) | |
download | openbsd-43a4b6b64c7688c7b672c0f5d351a613e0bc531e.tar.gz openbsd-43a4b6b64c7688c7b672c0f5d351a613e0bc531e.tar.bz2 openbsd-43a4b6b64c7688c7b672c0f5d351a613e0bc531e.zip |
man page repairs; aaron@ug.cs.dal.ca
Diffstat (limited to 'src/lib/libc/net')
-rw-r--r-- | src/lib/libc/net/Makefile.inc | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/lib/libc/net/Makefile.inc b/src/lib/libc/net/Makefile.inc index 377d244bcf..935a1904c1 100644 --- a/src/lib/libc/net/Makefile.inc +++ b/src/lib/libc/net/Makefile.inc | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile.inc,v 1.15 1997/11/20 18:33:34 deraadt Exp $ | 1 | # $OpenBSD: Makefile.inc,v 1.16 1998/08/29 21:11:40 deraadt Exp $ |
2 | 2 | ||
3 | # net sources | 3 | # net sources |
4 | .PATH: ${.CURDIR}/arch/${MACHINE_ARCH}/net ${.CURDIR}/net | 4 | .PATH: ${.CURDIR}/arch/${MACHINE_ARCH}/net ${.CURDIR}/net |
@@ -31,10 +31,11 @@ MLINKS+=byteorder.3 htonl.3 byteorder.3 htons.3 byteorder.3 ntohl.3 \ | |||
31 | byteorder.3 htole32.3 byteorder.3 letoh16.3 byteorder.3 letoh32.3 \ | 31 | byteorder.3 htole32.3 byteorder.3 letoh16.3 byteorder.3 letoh32.3 \ |
32 | byteorder.3 swap16.3 byteorder.3 swap32.3 | 32 | byteorder.3 swap16.3 byteorder.3 swap32.3 |
33 | MLINKS+=ethers.3 ether_aton.3 ethers.3 ether_hostton.3 ethers.3 ether_line.3 \ | 33 | MLINKS+=ethers.3 ether_aton.3 ethers.3 ether_hostton.3 ethers.3 ether_line.3 \ |
34 | ethers.3 ether_ntoa.3 ethers.3 ether_ntohost.3 | 34 | ethers.3 ether_ntoa.3 ethers.3 ether_ntohost.3 ethers.3 ether_addr.3 |
35 | MLINKS+=gethostbyname.3 endhostent.3 gethostbyname.3 gethostbyaddr.3 \ | 35 | MLINKS+=gethostbyname.3 endhostent.3 gethostbyname.3 gethostbyaddr.3 \ |
36 | gethostbyname.3 sethostent.3 gethostbyname.3 gethostent.3 \ | 36 | gethostbyname.3 sethostent.3 gethostbyname.3 gethostent.3 \ |
37 | gethostbyname.3 herror.3 gethostbyname.3 gethostbyname2.3 | 37 | gethostbyname.3 herror.3 gethostbyname.3 gethostbyname2.3 \ |
38 | gethostbyname.3 hstrerror.3 | ||
38 | MLINKS+=getnetent.3 endnetent.3 getnetent.3 getnetbyaddr.3 \ | 39 | MLINKS+=getnetent.3 endnetent.3 getnetent.3 getnetbyaddr.3 \ |
39 | getnetent.3 getnetbyname.3 getnetent.3 setnetent.3 | 40 | getnetent.3 getnetbyname.3 getnetent.3 setnetent.3 |
40 | MLINKS+=getprotoent.3 endprotoent.3 getprotoent.3 getprotobyname.3 \ | 41 | MLINKS+=getprotoent.3 endprotoent.3 getprotoent.3 getprotobyname.3 \ |