diff options
| author | Mike Pritchard <mpp@FreeBSD.org> | 1996-04-08 05:15:09 +0000 |
|---|---|---|
| committer | Mike Pritchard <mpp@FreeBSD.org> | 1996-04-08 05:15:09 +0000 |
| commit | e40f3f85d445479be03457351cca3239dff1a2d6 (patch) | |
| tree | 88434be17d3077515e21c3d8b754f74b8733950b /lib/libc | |
| parent | edf0e5b3f896da8bf8b1fd0b923401d0c0141aa4 (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/net/Makefile.inc | 7 | ||||
| -rw-r--r-- | lib/libc/net/linkaddr.3 | 4 |
2 files changed, 7 insertions, 4 deletions
diff --git a/lib/libc/net/Makefile.inc b/lib/libc/net/Makefile.inc index bb0c4eab859a..4c9bd23c584a 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 82a6297ba7f6..ae0410443903 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 |
