summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorjoel <joel@FreeBSD.org>2013-05-13 18:13:50 +0000
committerjoel <joel@FreeBSD.org>2013-05-13 18:13:50 +0000
commitd1ce45a46f7a9b89b123dcde2d66f0ece46d880a (patch)
tree401a28c9c52f5ecdecdab12f3d0829ced996014a /share
parent291f413ed8d0dec9c88fc58da7a31334ad3c09cd (diff)
downloadFreeBSD-src-d1ce45a46f7a9b89b123dcde2d66f0ece46d880a.zip
FreeBSD-src-d1ce45a46f7a9b89b123dcde2d66f0ece46d880a.tar.gz
mdoc sweep
Diffstat (limited to 'share')
-rw-r--r--share/man/man5/pf.conf.52
-rw-r--r--share/man/man7/firewall.74
-rw-r--r--share/man/man7/hier.758
3 files changed, 45 insertions, 19 deletions
diff --git a/share/man/man5/pf.conf.5 b/share/man/man5/pf.conf.5
index fc86111..83fc7c5 100644
--- a/share/man/man5/pf.conf.5
+++ b/share/man/man5/pf.conf.5
@@ -1461,7 +1461,7 @@ and
For a list of all the protocol name to number mappings used by
.Xr pfctl 8 ,
see the file
-.Em /etc/protocols .
+.Pa /etc/protocols .
.It Xo
.Ar from Aq Ar source
.Ar port Aq Ar source
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/
OpenPOWER on IntegriCloud