diff options
author | brueffer <brueffer@FreeBSD.org> | 2005-07-14 20:29:08 +0000 |
---|---|---|
committer | brueffer <brueffer@FreeBSD.org> | 2005-07-14 20:29:08 +0000 |
commit | 2a75eb6afb72a7bd0f226dce36202f89f12280ec (patch) | |
tree | 6541e3c2182cf4117b8ae4de1f119802e5540eac /share/man/man7 | |
parent | 0fcf9ba9f37cab240207cac6dde106bae32393e3 (diff) | |
download | FreeBSD-src-2a75eb6afb72a7bd0f226dce36202f89f12280ec.zip FreeBSD-src-2a75eb6afb72a7bd0f226dce36202f89f12280ec.tar.gz |
- 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
Diffstat (limited to 'share/man/man7')
-rw-r--r-- | share/man/man7/development.7 | 2 | ||||
-rw-r--r-- | share/man/man7/firewall.7 | 2 | ||||
-rw-r--r-- | share/man/man7/ports.7 | 5 | ||||
-rw-r--r-- | share/man/man7/security.7 | 6 |
4 files changed, 8 insertions, 7 deletions
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 , |