From 2a75eb6afb72a7bd0f226dce36202f89f12280ec Mon Sep 17 00:00:00 2001 From: brueffer Date: Thu, 14 Jul 2005 20:29:08 +0000 Subject: - 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 --- contrib/pf/man/pflog.4 | 6 +++--- contrib/pf/man/pfsync.4 | 2 +- contrib/pf/pfctl/pfctl.8 | 6 ++++-- lib/libpmc/pmc.3 | 1 - sbin/startslip/startslip.1 | 2 +- sbin/sysctl/sysctl.8 | 2 +- share/man/man4/agp.4 | 2 +- share/man/man4/awi.4 | 2 +- share/man/man7/development.7 | 2 +- share/man/man7/firewall.7 | 2 +- share/man/man7/ports.7 | 5 +++-- share/man/man7/security.7 | 6 +++--- usr.bin/ee/ee.1 | 2 +- usr.bin/enigma/enigma.1 | 4 ++-- usr.bin/rsh/rsh.1 | 2 +- usr.bin/tip/tip/tip.1 | 4 ++-- usr.bin/uuencode/uuencode.1 | 2 +- usr.sbin/burncd/burncd.8 | 2 +- usr.sbin/tcpdrop/tcpdrop.8 | 2 +- 19 files changed, 29 insertions(+), 27 deletions(-) diff --git a/contrib/pf/man/pflog.4 b/contrib/pf/man/pflog.4 index 6fc278e..3040139 100644 --- a/contrib/pf/man/pflog.4 +++ b/contrib/pf/man/pflog.4 @@ -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 diff --git a/contrib/pf/man/pfsync.4 b/contrib/pf/man/pfsync.4 index 5746cd5..cde2f7e 100644 --- a/contrib/pf/man/pfsync.4 +++ b/contrib/pf/man/pfsync.4 @@ -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. diff --git a/contrib/pf/pfctl/pfctl.8 b/contrib/pf/pfctl/pfctl.8 index 9fdb00e..f7b663b 100644 --- a/contrib/pf/pfctl/pfctl.8 +++ b/contrib/pf/pfctl/pfctl.8 @@ -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 diff --git a/lib/libpmc/pmc.3 b/lib/libpmc/pmc.3 index 554a909..81d3e69 100644 --- a/lib/libpmc/pmc.3 +++ b/lib/libpmc/pmc.3 @@ -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 diff --git a/sbin/startslip/startslip.1 b/sbin/startslip/startslip.1 index e185065..2d6f43b 100644 --- a/sbin/startslip/startslip.1 +++ b/sbin/startslip/startslip.1 @@ -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 diff --git a/sbin/sysctl/sysctl.8 b/sbin/sysctl/sysctl.8 index 31e944a..d6fde98 100644 --- a/sbin/sysctl/sysctl.8 +++ b/sbin/sysctl/sysctl.8 @@ -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%.*}) } diff --git a/share/man/man4/agp.4 b/share/man/man4/agp.4 index a0f1ef8..1793356 100644 --- a/share/man/man4/agp.4 +++ b/share/man/man4/agp.4 @@ -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 diff --git a/share/man/man4/awi.4 b/share/man/man4/awi.4 index 13a0012..b1e416df 100644 --- a/share/man/man4/awi.4 +++ b/share/man/man4/awi.4 @@ -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 diff --git a/share/man/man7/development.7 b/share/man/man7/development.7 index ab8400c..d956315 100644 --- a/share/man/man7/development.7 +++ b/share/man/man7/development.7 @@ -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 diff --git a/share/man/man7/firewall.7 b/share/man/man7/firewall.7 index c2bad71..9760b9f 100644 --- a/share/man/man7/firewall.7 +++ b/share/man/man7/firewall.7 @@ -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 diff --git a/share/man/man7/ports.7 b/share/man/man7/ports.7 index d314193..09b84f9 100644 --- a/share/man/man7/ports.7 +++ b/share/man/man7/ports.7 @@ -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 diff --git a/share/man/man7/security.7 b/share/man/man7/security.7 index 02ce61b..fd988bb 100644 --- a/share/man/man7/security.7 +++ b/share/man/man7/security.7 @@ -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 , diff --git a/usr.bin/ee/ee.1 b/usr.bin/ee/ee.1 index 4072a4c..4da47bc 100644 --- a/usr.bin/ee/ee.1 +++ b/usr.bin/ee/ee.1 @@ -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 , diff --git a/usr.bin/enigma/enigma.1 b/usr.bin/enigma/enigma.1 index aa61f80..a66ad0a 100644 --- a/usr.bin/enigma/enigma.1 +++ b/usr.bin/enigma/enigma.1 @@ -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 diff --git a/usr.bin/rsh/rsh.1 b/usr.bin/rsh/rsh.1 index 469e130..ee5d0dd 100644 --- a/usr.bin/rsh/rsh.1 +++ b/usr.bin/rsh/rsh.1 @@ -163,7 +163,7 @@ option. .Pp You cannot run an interactive command (like -.Xr rogue 6 +.Xr ee 1 or .Xr vi 1 ) using diff --git a/usr.bin/tip/tip/tip.1 b/usr.bin/tip/tip/tip.1 index 24676e1..4ec0826 100644 --- a/usr.bin/tip/tip/tip.1 +++ b/usr.bin/tip/tip/tip.1 @@ -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 , diff --git a/usr.bin/uuencode/uuencode.1 b/usr.bin/uuencode/uuencode.1 index 30f3c48..7d61188 100644 --- a/usr.bin/uuencode/uuencode.1 +++ b/usr.bin/uuencode/uuencode.1 @@ -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 diff --git a/usr.sbin/burncd/burncd.8 b/usr.sbin/burncd/burncd.8 index d256482..18c1bc4 100644 --- a/usr.sbin/burncd/burncd.8 +++ b/usr.sbin/burncd/burncd.8 @@ -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 diff --git a/usr.sbin/tcpdrop/tcpdrop.8 b/usr.sbin/tcpdrop/tcpdrop.8 index fdb35b4..5fd3a43 100644 --- a/usr.sbin/tcpdrop/tcpdrop.8 +++ b/usr.sbin/tcpdrop/tcpdrop.8 @@ -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 -- cgit v1.1