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 | |
| parent | edf0e5b3f896da8bf8b1fd0b923401d0c0141aa4 (diff) | |
Notes
| -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 | ||||
| -rw-r--r-- | sbin/route/route.8 | 2 | ||||
| -rw-r--r-- | share/man/man4/Makefile | 15 | ||||
| -rw-r--r-- | share/man/man4/lo.4 | 4 | ||||
| -rw-r--r-- | share/man/man7/hier.7 | 24 |
7 files changed, 32 insertions, 26 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 diff --git a/lib/libipx/ipx.3 b/lib/libipx/ipx.3 index 207fe7b35ba9..ded18fc5791a 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 diff --git a/sbin/route/route.8 b/sbin/route/route.8 index fbb971cb3308..53ed6e6502ea 100644 --- a/sbin/route/route.8 +++ b/sbin/route/route.8 @@ -310,7 +310,7 @@ to create the new entry. .Sh SEE ALSO .Xr netintro 4 , .Xr route 4 , -.Xr esis 4 , +.\" Xr esis 4 , .Xr IPXrouted .Xr routed 8 .\" .Xr XNSrouted 8 diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index cfb1fac43a2e..93f39d72e722 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -1,12 +1,15 @@ # @(#)Makefile 8.1 (Berkeley) 6/18/93 -MAN4= bpf.4 cd.4 ch.4 clnp.4 cltp.4 ddb.4 drum.4 esis.4 fd.4 fpa.4 \ - icmp.4 idp.4 inet.4 intro.4 ip.4 ipfirewall.4 iso.4 \ - lkm.4 lo.4 netintro.4 ns.4 \ - nsip.4 null.4 pt.4 pty.4 route.4 \ - scsi.4 sd.4 snp.4 spp.4 st.4 su.4 tcp.4 \ - ttcp.4 termios.4 tp.4 tty.4 udp.4 uk.4 update.4 unix.4 worm.4 yp.4 \ +MAN4= bpf.4 cd.4 ch.4 ddb.4 drum.4 fd.4 fpa.4 \ + icmp.4 inet.4 intro.4 ip.4 ipfirewall.4 \ + lkm.4 lo.4 netintro.4 \ + null.4 pt.4 pty.4 route.4 \ + scsi.4 sd.4 snp.4 st.4 su.4 tcp.4 \ + ttcp.4 termios.4 tty.4 udp.4 uk.4 update.4 unix.4 worm.4 yp.4 \ zero.4 + +# not installed: clnp.4 cltp.4 esis.4 idp.4 iso.4 ns.4 nsip.4 spp.4 tp.4 + MLINKS+=fd.4 stderr.4 fd.4 stdin.4 fd.4 stdout.4 MLINKS+=netintro.4 networking.4 MLINKS+=ipfirewall.4 ipacct.4 ipfirewall.4 ipfw.4 ipfirewall.4 ipaccounting.4 diff --git a/share/man/man4/lo.4 b/share/man/man4/lo.4 index 7fe453b7f3e5..6f65c1e88d7e 100644 --- a/share/man/man4/lo.4 +++ b/share/man/man4/lo.4 @@ -67,8 +67,8 @@ family; the packet was dropped. .El .Sh SEE ALSO .Xr intro 4 , -.Xr inet 4 , -.Xr ns 4 +.Xr inet 4 +.\" .Xr ns 4 .Sh HISTORY The .Nm diff --git a/share/man/man7/hier.7 b/share/man/man7/hier.7 index c7f1eb691d9b..00fa6f600aa3 100644 --- a/share/man/man7/hier.7 +++ b/share/man/man7/hier.7 @@ -121,22 +121,22 @@ see machine specific C include files .It Li net/ misc network C include files -.It Li netimp/ -C include files for IMP protocols; -see -.Xr imp 4 +.\" .It Li netimp/ +.\" C include files for IMP protocols; +.\" see +.\" .Xr imp 4 .It Li netinet/ C include files for Internet standard protocols; see .Xr inet 4 -.It Li netiso/ -C include files for ISO standard protocols; -see -.Xr iso 4 -.It Li netns/ -C include files for XNS standard protocols; -see -.Xr \&ns 4 +.\" .It Li netiso/ +.\" C include files for ISO standard protocols; +.\" see +.\" .Xr iso 4 +.\" .It Li netns/ +.\" C include files for XNS standard protocols; +.\" see +.\" .Xr \&ns 4 .It Li nfs/ C include files for NFS (Network File System) .It Li pascal/ |
