Date: Sun, 15 Jun 2014 10:34:36 +0000 (UTC) From: Joel Dahl <joel@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r267503 - head/share/man/man5 Message-ID: <201406151034.s5FAYaqG063406@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: joel (doc committer) Date: Sun Jun 15 10:34:35 2014 New Revision: 267503 URL: http://svnweb.freebsd.org/changeset/base/267503 Log: mdoc: remove superfluous paragraph macros. Modified: head/share/man/man5/pf.conf.5 head/share/man/man5/rc.conf.5 Modified: head/share/man/man5/pf.conf.5 ============================================================================== --- head/share/man/man5/pf.conf.5 Sun Jun 15 10:31:50 2014 (r267502) +++ head/share/man/man5/pf.conf.5 Sun Jun 15 10:34:35 2014 (r267503) @@ -342,7 +342,6 @@ set limit states 10000 .Pp With 9000 state table entries, the timeout values are scaled to 50% (tcp.first 60, tcp.established 43200). -.Pp .It Ar set loginterface Enable collection of packet and byte count statistics for the given interface or interface group. @@ -362,7 +361,6 @@ One can disable the loginterface using: .Bd -literal -offset indent set loginterface none .Ed -.Pp .It Ar set limit Sets hard limits on the memory pools used by the packet filter. See @@ -415,7 +413,6 @@ Various limits can be combined on a sing .Bd -literal -offset indent set limit { states 20000, frags 20000, src-nodes 2000 } .Ed -.Pp .It Ar set ruleset-optimization .Bl -tag -width xxxxxxxx -compact .It Ar none @@ -481,7 +478,6 @@ For example: .Bd -literal -offset indent set optimization aggressive .Ed -.Pp .It Ar set block-policy The .Ar block-policy @@ -573,7 +569,6 @@ ruleset finishes loading. For example: .Pp .Dl set fingerprints \&"/etc/pf.os.devel\&" -.Pp .It Ar set skip on Aq Ar ifspec List interfaces for which packets should not be filtered. Packets passing in or out on such interfaces are passed as if pf was @@ -583,7 +578,6 @@ packet filtering is not desired and can For example: .Pp .Dl set skip on lo0 -.Pp .It Ar set debug Set the debug .Ar level @@ -693,7 +687,6 @@ are received. The .Ar fragment crop reassembly mechanism does not yet work with NAT. -.Pp .It Ar fragment drop-ovl This option is similar to the .Ar fragment crop Modified: head/share/man/man5/rc.conf.5 ============================================================================== --- head/share/man/man5/rc.conf.5 Sun Jun 15 10:31:50 2014 (r267502) +++ head/share/man/man5/rc.conf.5 Sun Jun 15 10:34:35 2014 (r267503) @@ -1498,7 +1498,6 @@ interface as described in RFC 4941. This is the IPv6 equivalent of .Va network_interfaces . Normally manual configuration of this variable is not needed. -.Pp .It Va ipv6_cpe_wanif .Pq Vt str If the variable is set to an interface name,
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406151034.s5FAYaqG063406>