diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2003-03-07 13:27:13 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2003-03-07 13:27:13 +0000 |
commit | f965706511ed81d4df675372b7485c4835325e26 (patch) | |
tree | 4f09246bf31c15b980957e736518f15285bc465d /sbin | |
parent | a2f24f24de91a8fa13c379aff213a58b54e2060f (diff) |
document -g
ok jmc@
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/pfctl/pfctl.8 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sbin/pfctl/pfctl.8 b/sbin/pfctl/pfctl.8 index b3ec00da9a2..141a8d038c5 100644 --- a/sbin/pfctl/pfctl.8 +++ b/sbin/pfctl/pfctl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pfctl.8,v 1.86 2003/03/06 03:49:50 david Exp $ +.\" $OpenBSD: pfctl.8,v 1.87 2003/03/07 13:27:12 henning Exp $ .\" .\" Copyright (c) 2001 Kjell Wooding. All rights reserved. .\" @@ -33,7 +33,7 @@ .Sh SYNOPSIS .Nm pfctl .Bk -words -.Op Fl AdehnNqrROvz +.Op Fl AdeghnNqrROvz .Op Fl a Ar anchor Ns Op Ar :ruleset .Op Fl D Ar macro=value .Op Fl f Ar file @@ -165,6 +165,8 @@ Flush the tables. .It Fl F Ar all Flush all of the above. .El +.It Fl g +Include output helpful for debugging. .It Fl k Ar host Kill all of the state entries originating from the specified .Ar host . |