diff options
author | Stuart Henderson <sthen@cvs.openbsd.org> | 2015-06-15 08:48:24 +0000 |
---|---|---|
committer | Stuart Henderson <sthen@cvs.openbsd.org> | 2015-06-15 08:48:24 +0000 |
commit | cb397047e41ec74bcd13299a045a86bab897ce29 (patch) | |
tree | 151bf3a2f3a90c048529ab0b09bd4b3cc27fd55e /sbin/pfctl | |
parent | 604c84735917917d4e1e18193edfb2f9e435249f (diff) |
document pfctl -ss -R <rule>, ok mikeb@
Diffstat (limited to 'sbin/pfctl')
-rw-r--r-- | sbin/pfctl/pfctl.8 | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/sbin/pfctl/pfctl.8 b/sbin/pfctl/pfctl.8 index 66bcb4d697d..346aa0104ee 100644 --- a/sbin/pfctl/pfctl.8 +++ b/sbin/pfctl/pfctl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pfctl.8,v 1.164 2014/04/19 14:22:32 henning Exp $ +.\" $OpenBSD: pfctl.8,v 1.165 2015/06/15 08:48:23 sthen Exp $ .\" .\" Copyright (c) 2001 Kjell Wooding. All rights reserved. .\" @@ -24,7 +24,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: April 19 2014 $ +.Dd $Mdocdate: June 15 2015 $ .Dt PFCTL 8 .Os .Sh NAME @@ -370,6 +370,10 @@ is specified, all anchors attached under the target anchor will be displayed recursively. .It Fl s Cm states Show the contents of the state table. +If +.Fl R Ar id +is specified as well, +only states created by the rule with the specified numeric ID are shown. .It Fl s Cm Sources Show the contents of the source tracking table. .It Fl s Cm info |