aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/net/Makefile.inc
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2001-08-31 10:54:44 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2001-08-31 10:54:44 +0000
commit81a3cb97a5e39ab53062df9bd762ba6e0f9156cb (patch)
treec7be8c5716f7094eaf574a5d2f7152c8e5bf6ec8 /lib/libc/net/Makefile.inc
parentd6002fef6feb2d8cd11929b6e0bf0d868101334b (diff)
downloadsrc-81a3cb97a5e39ab53062df9bd762ba6e0f9156cb.tar.gz
src-81a3cb97a5e39ab53062df9bd762ba6e0f9156cb.zip
Add manpage for inet_net_ntop(3) and inet_net_pton(3).
Obtained from: NetBSD
Notes
Notes: svn path=/head/; revision=82644
Diffstat (limited to 'lib/libc/net/Makefile.inc')
-rw-r--r--lib/libc/net/Makefile.inc4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libc/net/Makefile.inc b/lib/libc/net/Makefile.inc
index 8144f40ed1ed..343755d2c3a0 100644
--- a/lib/libc/net/Makefile.inc
+++ b/lib/libc/net/Makefile.inc
@@ -46,7 +46,8 @@ MAN+= addr2ascii.3 byteorder.3 ethers.3 getaddrinfo.3 gethostbyname.3 \
getifaddrs.3 getipnodebyname.3 \
getnameinfo.3 getnetent.3 getprotoent.3 getservent.3 hesiod.3 \
if_indextoname.3 \
- inet.3 inet6_option_space.3 inet6_rthdr_space.3 linkaddr.3 \
+ inet.3 inet_net.3 \
+ inet6_option_space.3 inet6_rthdr_space.3 linkaddr.3 \
nsdispatch.3 rcmd.3 resolver.3
# not installed: iso_addr.3 ns.3
@@ -75,6 +76,7 @@ MLINKS+=inet.3 addr.3 inet.3 inet_addr.3 inet.3 inet_aton.3 \
inet.3 inet_network.3 inet.3 inet_ntoa.3 \
inet.3 inet_ntop.3 inet.3 inet_pton.3 \
inet.3 network.3 inet.3 ntoa.3
+MLINKS+=inet_net.3 inet_net_ntop.3 inet_net.3 inet_net_pton.3
MLINKS+=inet6_option_space.3 inet6_option_alloc.3 \
inet6_option_space.3 inet6_option_append.3 \
inet6_option_space.3 inet6_option_find.3 \