mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Do not install the now unsupported netns and netiso
related man pages. Comment out cross references to those man pages from other man pages.
This commit is contained in:
parent
edf0e5b3f8
commit
e40f3f85d4
7 changed files with 32 additions and 26 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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/
|
||||
|
|
|
|||
Loading…
Reference in a new issue