diff options
author | 2014-10-23 20:38:37 +0000 | |
---|---|---|
committer | 2014-10-23 20:38:37 +0000 | |
commit | ff5caba2a863a579ed9628cb42d8a75bf1d3f3c4 (patch) | |
tree | de4e16205b761c5fae4fc0a146c25c021cb56a07 | |
parent | Correctly mask IE_ALLIE during sun4/4c/4e NMI; from NetBSD (diff) | |
download | wireguard-openbsd-ff5caba2a863a579ed9628cb42d8a75bf1d3f3c4.tar.xz wireguard-openbsd-ff5caba2a863a579ed9628cb42d8a75bf1d3f3c4.zip |
Add GRAMMAR to list of sections.
ok jmc@, deraadt@ (begrudgingly)
-rw-r--r-- | share/man/man5/pf.conf.5 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/share/man/man5/pf.conf.5 b/share/man/man5/pf.conf.5 index e5ed96cde0c..2ca907fe35e 100644 --- a/share/man/man5/pf.conf.5 +++ b/share/man/man5/pf.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pf.conf.5,v 1.538 2014/05/28 21:13:21 jmc Exp $ +.\" $OpenBSD: pf.conf.5,v 1.539 2014/10/23 20:38:37 kspillner Exp $ .\" .\" Copyright (c) 2002, Daniel Hartmeier .\" Copyright (c) 2003 - 2013 Henning Brauer <henning@openbsd.org> @@ -28,7 +28,7 @@ .\" ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: May 28 2014 $ +.Dd $Mdocdate: October 23 2014 $ .Dt PF.CONF 5 .Os .Sh NAME @@ -61,6 +61,8 @@ Including scrub, fragment handling, and blocking spoofed traffic. A method for detecting a host's operating system. .It Sy Examples Some example rulesets. +.It Sy Grammar +Complete BNF grammar reference. .El .Pp The current line can be extended over multiple lines using a backslash |