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 /share | |
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 'share')
-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 |
3 files changed, 23 insertions, 20 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index cfb1fac..93f39d7 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 7fe453b..6f65c1e 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 c7f1eb6..00fa6f6 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/ |