- Remove MLINKS to nonexistant manpages
- Change some section numbers to match reality - For MLINKS to manpages from ports, mention which port installs them MFC after: 3 days
This commit is contained in:
parent
52023244de
commit
f0ea72a038
@ -41,7 +41,7 @@ the packet filter,
|
||||
.Xr pf 4 .
|
||||
Logged packets can easily be monitored in real
|
||||
time by invoking
|
||||
.Xr tcpdump 8
|
||||
.Xr tcpdump 1
|
||||
on the
|
||||
.Nm
|
||||
interface, or stored to disk using
|
||||
@ -75,13 +75,13 @@ struct pfloghdr {
|
||||
# tcpdump -n -e -ttt -i pflog0
|
||||
.Ed
|
||||
.Sh SEE ALSO
|
||||
.Xr tcpdump 1
|
||||
.Xr inet 4 ,
|
||||
.Xr inet6 4 ,
|
||||
.Xr netintro 4 ,
|
||||
.Xr pf 4 ,
|
||||
.Xr ifconfig 8 ,
|
||||
.Xr pflogd 8 ,
|
||||
.Xr tcpdump 8
|
||||
.Xr pflogd 8
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Nm
|
||||
|
@ -210,7 +210,7 @@ net.inet.carp.preempt=1
|
||||
.Ed
|
||||
.Sh BUGS
|
||||
Possibility to view state changes using
|
||||
.Xr tcpdump 8
|
||||
.Xr tcpdump 1
|
||||
has not been ported from
|
||||
.Ox
|
||||
yet.
|
||||
|
@ -24,6 +24,8 @@
|
||||
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
.\"
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd November 20, 2002
|
||||
.Dt PFCTL 8
|
||||
.Os
|
||||
@ -83,7 +85,7 @@ When the variable
|
||||
is set to
|
||||
.Dv YES
|
||||
in
|
||||
.Xr rc.conf.local 8 ,
|
||||
.Xr rc.conf.local 5 ,
|
||||
the rule file specified with the variable
|
||||
.Va pf_rules
|
||||
is loaded automatically by the
|
||||
@ -594,11 +596,11 @@ Passive operating system fingerprint database.
|
||||
.Xr pf 4 ,
|
||||
.Xr pf.conf 5 ,
|
||||
.Xr pf.os 5 ,
|
||||
.Xr rc.conf 5 ,
|
||||
.Xr sysctl.conf 5 ,
|
||||
.Xr authpf 8 ,
|
||||
.Xr ftp-proxy 8 ,
|
||||
.Xr rc 8 ,
|
||||
.Xr rc.conf 8 ,
|
||||
.Xr sysctl 8
|
||||
.Sh HISTORY
|
||||
The
|
||||
|
@ -3383,7 +3383,6 @@ driver.
|
||||
.Xr pmclog 3 ,
|
||||
.Xr hwpmc 4 ,
|
||||
.Xr pmccontrol 8 ,
|
||||
.Xr pmcreport 8 ,
|
||||
.Xr pmcstat 8
|
||||
.Sh BUGS
|
||||
The information returned by
|
||||
|
@ -203,7 +203,7 @@ pid stored here
|
||||
.It Pa /usr/share/examples/startslip/*
|
||||
.El
|
||||
.Sh SEE ALSO
|
||||
.Xr uustat 1 ,
|
||||
.Xr uustat 1 Pq Pa ports/net/freebsd-uucp ,
|
||||
.Xr slattach 8 ,
|
||||
.Xr sliplogin 8
|
||||
.Sh HISTORY
|
||||
|
@ -87,7 +87,7 @@ Show only variable names, not their values.
|
||||
This is particularly useful with shells that offer programmable
|
||||
completion.
|
||||
To enable completion of variable names in
|
||||
.Xr zsh 1 ,
|
||||
.Xr zsh 1 Pq Pa ports/shells/zsh ,
|
||||
use the following code:
|
||||
.Bd -literal -offset indent
|
||||
listsysctls () { set -A reply $(sysctl -AN ${1%.*}) }
|
||||
|
@ -163,7 +163,7 @@ typedef struct _agp_unbind {
|
||||
AGP device node.
|
||||
.El
|
||||
.Sh SEE ALSO
|
||||
.Xr XFree86 1
|
||||
.Xr X 7 Pq Pa ports/x11/xorg
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Nm
|
||||
|
@ -41,7 +41,7 @@ In addition to these two modes in the IEEE 802.11 specification, the
|
||||
.Nm
|
||||
driver also supports a variant of adhoc mode out of spec for DS radio cards,
|
||||
which makes it possible to communicate with adhoc mode of
|
||||
.Xr wi 8
|
||||
.Xr wi 4
|
||||
driver.
|
||||
The NWID does not affect in this mode.
|
||||
.Pp
|
||||
|
@ -89,7 +89,7 @@ I recommend a
|
||||
partition of at least 5GB.
|
||||
.Pp
|
||||
On the master server, use
|
||||
.Xr cvsup 1
|
||||
.Xr cvsup 1 Pq Pa ports/net/cvsup
|
||||
to automatically pull down and maintain
|
||||
the
|
||||
.Fx
|
||||
|
@ -410,7 +410,6 @@ can use a light
|
||||
.Xr jail 8
|
||||
to indirectly bind services that do not otherwise give you the option.
|
||||
.Sh SEE ALSO
|
||||
.Xr ipnat 1 ,
|
||||
.Xr dummynet 4 ,
|
||||
.Xr ipnat 5 ,
|
||||
.Xr rc.conf 5 ,
|
||||
@ -418,6 +417,7 @@ to indirectly bind services that do not otherwise give you the option.
|
||||
.Xr samba 7 Pq Pa ports/net/samba ,
|
||||
.Xr config 8 ,
|
||||
.Xr ipfw 8 ,
|
||||
.Xr ipnat 8 ,
|
||||
.Xr jail 8 ,
|
||||
.Xr natd 8 ,
|
||||
.Xr nfsd 8
|
||||
|
@ -66,7 +66,7 @@ from
|
||||
.Pa http://www.FreeBSD.org/ports/
|
||||
first!
|
||||
The
|
||||
.Xr portcheckout 1
|
||||
.Xr portcheckout 1 Pq Pa ports/devel/portcheckout
|
||||
script (also a port, of course!) will help to download new ports.
|
||||
.Pp
|
||||
For more information about using ports, see
|
||||
@ -443,7 +443,7 @@ before starting to test the
|
||||
variables.
|
||||
.It Va DISABLE_VULNERABILITIES
|
||||
If defined, disable check for security vulnerabilities using
|
||||
.Xr portaudit 1
|
||||
.Xr portaudit 1 Pq Pa ports/security/portaudit
|
||||
when installing new ports.
|
||||
.El
|
||||
.Sh FILES
|
||||
@ -470,6 +470,7 @@ The big Kahuna.
|
||||
The following are part of the ports collection:
|
||||
.Pp
|
||||
.Xr pib 1 ,
|
||||
.Xr portaudit 1 ,
|
||||
.Xr portcheckout 1 ,
|
||||
.Xr portlint 1
|
||||
.Rs
|
||||
|
@ -326,7 +326,7 @@ For example,
|
||||
running an old version of
|
||||
.Xr imapd 8
|
||||
or
|
||||
.Xr popper 8
|
||||
.Xr popper 8 Pq Pa ports/mail/popper
|
||||
is like giving a universal root
|
||||
ticket out to the entire world.
|
||||
Never run a server that you have not checked
|
||||
@ -404,7 +404,7 @@ the system-default SUID and SGID binaries can be considered reasonably safe.
|
||||
Still, root holes are occasionally found in these binaries.
|
||||
A root hole
|
||||
was found in Xlib in 1998 that made
|
||||
.Xr xterm 1
|
||||
.Xr xterm 1 Pq Pa ports/x11/xterm
|
||||
(which is typically SUID)
|
||||
vulnerable.
|
||||
It is better to be safe than sorry and the prudent sysadmin will restrict SUID
|
||||
@ -945,7 +945,7 @@ machines.
|
||||
.Xr netstat 1 ,
|
||||
.Xr openssl 1 ,
|
||||
.Xr ssh 1 ,
|
||||
.Xr xdm 1 ,
|
||||
.Xr xdm 1 Pq Pa ports/x11/xorg-clients ,
|
||||
.Xr group 5 ,
|
||||
.Xr ttys 5 ,
|
||||
.Xr accton 8 ,
|
||||
|
@ -615,7 +615,7 @@ All rights are reserved.
|
||||
.Pp
|
||||
Copyright (c) 1990, 1991, 1992, 1993, 1995, 1996 Hugh Mahon.
|
||||
.Sh "SEE ALSO"
|
||||
.Xr ispell 1 ,
|
||||
.Xr ispell 1 Pq Pa ports/textproc/ispell ,
|
||||
.Xr lpr 1 ,
|
||||
.Xr spell 1 ,
|
||||
.Xr termcap 5 ,
|
||||
|
@ -86,9 +86,9 @@ there).
|
||||
For real encryption, refer to
|
||||
.Xr bdes 1 ,
|
||||
.Xr openssl 1 ,
|
||||
.Xr pgp 1 ,
|
||||
.Xr pgp 1 Pq Pa ports/security/pgp ,
|
||||
or
|
||||
.Xr gpg 1 .
|
||||
.Xr gpg 1 Pq Pa ports/security/gnupg .
|
||||
However, restrictions for exporting,
|
||||
importing or using such tools might exist in some countries, so those
|
||||
stronger programs are not being shipped as part of the operating
|
||||
|
@ -163,7 +163,7 @@ option.
|
||||
.Pp
|
||||
You cannot run an interactive command
|
||||
(like
|
||||
.Xr rogue 6
|
||||
.Xr ee 1
|
||||
or
|
||||
.Xr vi 1 )
|
||||
using
|
||||
|
@ -323,7 +323,7 @@ utility
|
||||
guards against multiple users connecting to a remote system by opening
|
||||
modems and terminal lines with exclusive access, and by honoring the
|
||||
locking protocol used by
|
||||
.Xr uucico 8 .
|
||||
.Xr uucico 8 Pq Pa ports/net/freebsd-uucp .
|
||||
.Pp
|
||||
During file transfers,
|
||||
.Nm
|
||||
@ -609,7 +609,7 @@ record file
|
||||
line access log
|
||||
.It Pa /var/spool/lock/LCK..*
|
||||
lock file to avoid conflicts with
|
||||
.Xr uucp 1
|
||||
.Xr uucp 1 Pq Pa ports/net/freebsd-uucp
|
||||
.El
|
||||
.Sh SEE ALSO
|
||||
.Xr phones 5 ,
|
||||
|
@ -207,7 +207,7 @@ uudecode -o /dev/stdout < $MAIL | zcat | tar xfv -
|
||||
.Xr basename 1 ,
|
||||
.Xr compress 1 ,
|
||||
.Xr mail 1 ,
|
||||
.Xr uucp 1 ,
|
||||
.Xr uucp 1 Pq Pa ports/net/freebsd-uucp ,
|
||||
.Xr uuencode 5
|
||||
.Sh HISTORY
|
||||
The
|
||||
|
@ -85,7 +85,7 @@ may be one of:
|
||||
.It Cm msinfo
|
||||
Show the first LBA of the last track on the media
|
||||
and the next writeable address on the media for use with the
|
||||
.Xr mkisofs 8 Ns 's
|
||||
.Xr mkisofs 8 Ns 's Pq Pa ports/sysutils/cdrtools
|
||||
.Fl C
|
||||
switch when adding additional data to ISO file systems with extra sessions.
|
||||
.It Cm blank
|
||||
|
@ -44,7 +44,7 @@ Addresses and ports can be specified by name or numeric value.
|
||||
.Ex -std
|
||||
.Sh EXAMPLES
|
||||
If a connection to
|
||||
.Xr httpd 8
|
||||
.Xr httpd 8 Pq Pa ports/www/apache2
|
||||
is causing congestion on a network link, one can drop the TCP session
|
||||
in charge:
|
||||
.Bd -literal -offset indent
|
||||
|
Loading…
Reference in New Issue
Block a user