diff options
author | mpp <mpp@FreeBSD.org> | 1996-04-08 05:15:09 +0000 |
---|---|---|
committer | mpp <mpp@FreeBSD.org> | 1996-04-08 05:15:09 +0000 |
commit | f13d17519fb4ad30eac746ec447eba0715fdbc01 (patch) | |
tree | 88434be17d3077515e21c3d8b754f74b8733950b /lib | |
parent | 3c57dc77537bfff8a25b061e147f5a1194613a28 (diff) | |
download | FreeBSD-src-f13d17519fb4ad30eac746ec447eba0715fdbc01.zip FreeBSD-src-f13d17519fb4ad30eac746ec447eba0715fdbc01.tar.gz |
Do not install the now unsupported netns and netiso
related man pages. Comment out cross references to those man
pages from other man pages.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/net/Makefile.inc | 7 | ||||
-rw-r--r-- | lib/libc/net/linkaddr.3 | 4 | ||||
-rw-r--r-- | lib/libipx/ipx.3 | 2 |
3 files changed, 8 insertions, 5 deletions
diff --git a/lib/libc/net/Makefile.inc b/lib/libc/net/Makefile.inc index bb0c4ea..4c9bd23 100644 --- a/lib/libc/net/Makefile.inc +++ b/lib/libc/net/Makefile.inc @@ -11,6 +11,7 @@ SRCS+= gethostbydns.c gethostbyht.c gethostbynis.c gethostnamadr.c \ linkaddr.c rcmd.c recv.c res_comp.c res_data.c res_debug.c \ res_init.c res_mkquery.c res_query.c res_send.c send.c ether_addr.c +# iso_addr.c # ns_addr.c ns_ntoa.c # machine-dependent net sources @@ -18,7 +19,9 @@ SRCS+= gethostbydns.c gethostbyht.c gethostbynis.c gethostnamadr.c \ MAN3+= net/byteorder.3 net/ethers.3 net/gethostbyname.3 net/getnetent.3 \ net/getprotoent.3 net/getservent.3 net/inet.3 net/linkaddr.3 \ - net/ns.3 net/rcmd.3 net/resolver.3 + net/rcmd.3 net/resolver.3 + +# not installed: net/ns.3 net/iso_addr.3 MLINKS+=byteorder.3 htonl.3 byteorder.3 htons.3 byteorder.3 ntohl.3 \ byteorder.3 ntohs.3 @@ -37,7 +40,7 @@ MLINKS+=inet.3 addr.3 inet.3 inet_addr.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 inet.3 inet_aton.3 MLINKS+=linkaddr.3 link_addr.3 linkaddr.3 link_ntoa.3 -MLINKS+=ns.3 ns_addr.3 ns.3 ns_ntoa.3 +#MLINKS+=ns.3 ns_addr.3 ns.3 ns_ntoa.3 MLINKS+=rcmd.3 rresvport.3 rcmd.3 iruserok.3 rcmd.3 ruserok.3 MLINKS+=resolver.3 dn_comp.3 resolver.3 dn_expand.3 resolver.3 res_init.3 \ resolver.3 res_mkquery.3 resolver.3 res_send.3 resolver.3 res_query.3 \ diff --git a/lib/libc/net/linkaddr.3 b/lib/libc/net/linkaddr.3 index 82a6297..ae04104 100644 --- a/lib/libc/net/linkaddr.3 +++ b/lib/libc/net/linkaddr.3 @@ -100,8 +100,8 @@ always returns a null terminated string. has no return value. (See .Sx BUGS . ) -.Sh SEE ALSO -.Xr iso 4 +.\" .Sh SEE ALSO +.\" .Xr iso 4 .Sh HISTORY The .Fn link_addr diff --git a/lib/libipx/ipx.3 b/lib/libipx/ipx.3 index 207fe7b..ded18fc 100644 --- a/lib/libipx/ipx.3 +++ b/lib/libipx/ipx.3 @@ -105,7 +105,7 @@ Otherwise, it is converted as a decimal number. None. (See .Sx BUGS . ) .Sh SEE ALSO -.Xr ns 4 , +.\" .Xr ns 4 , .Xr hosts 5 , .Xr networks 5 .Sh HISTORY |