summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorThorsten Lockert <tholo@cvs.openbsd.org>1996-08-14 04:18:56 +0000
committerThorsten Lockert <tholo@cvs.openbsd.org>1996-08-14 04:18:56 +0000
commit596c2317eee31ab9606c6b88085644407d4d2f0f (patch)
tree591a11ea2bc8b7761148967451e41e42fb437232 /lib/libc
parentd2b29e6c91c06493cae7142433df6b48db4ea15b (diff)
Install iso_addr(3) man page
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/net/Makefile.inc5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/net/Makefile.inc b/lib/libc/net/Makefile.inc
index 6c1f2926c0a..dcaebd23765 100644
--- a/lib/libc/net/Makefile.inc
+++ b/lib/libc/net/Makefile.inc
@@ -18,8 +18,8 @@ SRCS+= gethostnamadr.c getnetbyaddr.c getnetbyname.c getnetent.c \
.include "${.CURDIR}/arch/${MACHINE_ARCH}/net/Makefile.inc"
-MAN+= byteorder.3 gethostbyname.3 getnetent.3 getprotoent.3 getservent.3 \
- inet.3 link_addr.3 ns.3 rcmd.3 resolver.3 ethers.3
+MAN+= byteorder.3 ethers.3 gethostbyname.3 getnetent.3 getprotoent.3 \
+ getservent.3 inet.3 iso_addr.3 link_addr.3 ns.3 rcmd.3 resolver.3
MLINKS+=byteorder.3 htonl.3 byteorder.3 htons.3 byteorder.3 ntohl.3 \
byteorder.3 ntohs.3
@@ -38,6 +38,7 @@ MLINKS+=inet.3 addr.3 inet.3 inet_addr.3 inet.3 inet_aton.3 \
inet.3 inet_lnaof.3 inet.3 inet_makeaddr.3 inet.3 inet_netof.3 \
inet.3 inet_network.3 inet.3 inet_ntoa.3 inet.3 network.3 \
inet.3 ntoa.3
+MLINKS+=iso_addr.3 iso_ntoa.3
MLINKS+=link_addr.3 link_ntoa.3
MLINKS+=ns.3 ns_addr.3 ns.3 ns_ntoa.3
MLINKS+=rcmd.3 iruserok.3 rcmd.3 rresvport.3 rcmd.3 ruserok.3