diff options
author | joel <joel@FreeBSD.org> | 2013-05-13 18:13:50 +0000 |
---|---|---|
committer | joel <joel@FreeBSD.org> | 2013-05-13 18:13:50 +0000 |
commit | d1ce45a46f7a9b89b123dcde2d66f0ece46d880a (patch) | |
tree | 401a28c9c52f5ecdecdab12f3d0829ced996014a /share/man/man7 | |
parent | 291f413ed8d0dec9c88fc58da7a31334ad3c09cd (diff) | |
download | FreeBSD-src-d1ce45a46f7a9b89b123dcde2d66f0ece46d880a.zip FreeBSD-src-d1ce45a46f7a9b89b123dcde2d66f0ece46d880a.tar.gz |
mdoc sweep
Diffstat (limited to 'share/man/man7')
-rw-r--r-- | share/man/man7/firewall.7 | 4 | ||||
-rw-r--r-- | share/man/man7/hier.7 | 58 |
2 files changed, 44 insertions, 18 deletions
diff --git a/share/man/man7/firewall.7 b/share/man/man7/firewall.7 index 20108d2..48558b2 100644 --- a/share/man/man7/firewall.7 +++ b/share/man/man7/firewall.7 @@ -91,7 +91,7 @@ a firewall in the sample firewall section below. .Sh IPFW KERNEL CONFIGURATION You do not need to create a custom kernel to use the IP firewalling features. If you enable firewalling in your -.Em /etc/rc.conf +.Pa /etc/rc.conf (see below), the ipfw kernel module will be loaded automatically when necessary. However, @@ -103,7 +103,7 @@ option set. If compiled in the kernel, ipfw denies all packets by default, which means that, if you do not load in a permissive ruleset via -.Em /etc/rc.conf , +.Pa /etc/rc.conf , rebooting into your new kernel will take the network offline. This can prevent you from being able to access your system if you are not sitting at the console. diff --git a/share/man/man7/hier.7 b/share/man/man7/hier.7 index 320b079..328f88d 100644 --- a/share/man/man7/hier.7 +++ b/share/man/man7/hier.7 @@ -434,15 +434,31 @@ local executables, libraries, etc. Also used as the default destination for the .Fx ports framework. -Within local/, the general layout sketched out by +Within +.Pa local/ , +the general layout sketched out by .Nm -for /usr +for +.Pa /usr should be used. -Exceptions are the man directory (directly under local/ -rather than under local/share/), ports documentation (in share/doc/<port>/), -and /usr/local/etc (mimics /etc). +Exceptions are the +.Pa man +directory +.Po directly under +.Pa local/ +rather than under +.Pa local/share/ Ns Pc , +ports documentation +.Po in +.Pa share/doc/<port>/ Ns Pc , +and +.Pa /usr/local/etc +.Po mimics +.Pa /etc Ns Pc . .It Pa obj/ -architecture-specific target tree produced by building the /usr/src tree +architecture-specific target tree produced by building the +.Pa /usr/src +tree .It Pa ports/ The .Fx @@ -633,38 +649,48 @@ source code for contributed software .It Pa crypto/ source code for contributed cryptography software .It Pa etc/ -source code for files in /etc +source code for files in +.Pa /etc .It Pa games/ -source code for files in /usr/games +source code for files in +.Pa /usr/games .It Pa gnu/ Utilities covered by the GNU General Public License .It Pa include/ -source code for files in /usr/include +source code for files in +.Pa /usr/include .It Pa kerberos5/ build infrastructure for kerberos version 5 .It Pa lib/ -source code for files in /usr/lib +source code for files in +.Pa /usr/lib .It Pa libexec/ -source code for files in /usr/libexec +source code for files in +.Pa /usr/libexec .It Pa release/ files required to produce a .Fx release .It Pa sbin/ -source code for files in /sbin +source code for files in +.Pa /sbin .It Pa secure/ -build directory for files in /usr/src/crypto +build directory for files in +.Pa /usr/src/crypto .It Pa share/ -source for files in /usr/share +source for files in +.Pa /usr/share .It Pa sys/ kernel source code .It Pa tools/ tools used for maintenance and testing of .Fx .It Pa usr.bin/ -source code for files in /usr/bin +source code for files in +.Pa /usr/bin .It Pa usr.sbin/ -source code for files in /usr/sbin +source code for files in +.Pa /usr/sbin .El .El .It Pa /var/ |