diff options
author | joel <joel@FreeBSD.org> | 2014-06-23 18:40:21 +0000 |
---|---|---|
committer | joel <joel@FreeBSD.org> | 2014-06-23 18:40:21 +0000 |
commit | d94b51f5b9d2ec82746ffdf57ecb15252cca123e (patch) | |
tree | ceb4f439bccdaec74e6fa2ffb4d100969d70c478 /sbin | |
parent | 0f2e70685cd79d3c85d1847965d5b31f9ff45b6c (diff) | |
download | FreeBSD-src-d94b51f5b9d2ec82746ffdf57ecb15252cca123e.zip FreeBSD-src-d94b51f5b9d2ec82746ffdf57ecb15252cca123e.tar.gz |
mdoc: remove superfluous paragraph macros.
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/ifconfig/ifconfig.8 | 1 | ||||
-rw-r--r-- | sbin/ipfw/ipfw.8 | 1 | ||||
-rw-r--r-- | sbin/mount_fusefs/mount_fusefs.8 | 1 | ||||
-rw-r--r-- | sbin/natd/natd.8 | 1 | ||||
-rw-r--r-- | sbin/pfctl/pfctl.8 | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/sbin/ifconfig/ifconfig.8 b/sbin/ifconfig/ifconfig.8 index 290f316..27bba90 100644 --- a/sbin/ifconfig/ifconfig.8 +++ b/sbin/ifconfig/ifconfig.8 @@ -2333,7 +2333,6 @@ src/dst address for IPv4 or IPv6. .It Cm l4 src/dst port for TCP/UDP/SCTP. .El -.Pp .El .Pp The following parameters are specific to IP tunnel interfaces, diff --git a/sbin/ipfw/ipfw.8 b/sbin/ipfw/ipfw.8 index 2a7f5e3..5b56b39 100644 --- a/sbin/ipfw/ipfw.8 +++ b/sbin/ipfw/ipfw.8 @@ -1583,7 +1583,6 @@ followed by the number of significant bits. For example, an address with 33 significant bits could be specified as: .Pp .Dl "MAC 10:20:30:40:50:60/33 any" -.Pp .It An ampersand .Pq & diff --git a/sbin/mount_fusefs/mount_fusefs.8 b/sbin/mount_fusefs/mount_fusefs.8 index 7c8bb67..3e11cf1 100644 --- a/sbin/mount_fusefs/mount_fusefs.8 +++ b/sbin/mount_fusefs/mount_fusefs.8 @@ -151,7 +151,6 @@ Do not refuse unmounting if there are secondary mounts .It Cm push_symlinks_in Prefix absolute symlinks with the mountpoint .El -.Pp .El .Pp Besides the above mount options, there is a set of pseudo-mount options which diff --git a/sbin/natd/natd.8 b/sbin/natd/natd.8 index eadb367..7ccfbf7 100644 --- a/sbin/natd/natd.8 +++ b/sbin/natd/natd.8 @@ -585,7 +585,6 @@ in the file or using the command .Pp .Dl "sysctl net.inet.ip.forwarding=1" -.Pp .It If you use the .Fl interface diff --git a/sbin/pfctl/pfctl.8 b/sbin/pfctl/pfctl.8 index 5c0e7b3..5908cf1 100644 --- a/sbin/pfctl/pfctl.8 +++ b/sbin/pfctl/pfctl.8 @@ -317,7 +317,6 @@ To kill a state with ID 4823e84500000018 created from a backup firewall with hostid 00000002 use: .Pp .Dl # pfctl -k id -k 4823e84500000018/2 -.Pp .It Fl m Merge in explicitly given options without resetting those which are omitted. |