diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-01-30 21:01:57 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-01-30 21:01:57 +0000 |
commit | 8b33adb82f2e93453ba3a880a3e7031cadfd3f7b (patch) | |
tree | b9c9c87d77391d901a991fdcceb8578599db290f /sbin/pfctl | |
parent | e367a4845c4650649fc76ebf4265cb6a43bccfe4 (diff) |
document -sI -v;
from Janne Johansson, tweaked by myself;
ok dhartmei
Diffstat (limited to 'sbin/pfctl')
-rw-r--r-- | sbin/pfctl/pfctl.8 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sbin/pfctl/pfctl.8 b/sbin/pfctl/pfctl.8 index eb78e955022..b5be8a1f624 100644 --- a/sbin/pfctl/pfctl.8 +++ b/sbin/pfctl/pfctl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pfctl.8,v 1.127 2007/01/18 20:45:55 henning Exp $ +.\" $OpenBSD: pfctl.8,v 1.128 2007/01/30 21:01:56 jmc Exp $ .\" .\" Copyright (c) 2001 Kjell Wooding. All rights reserved. .\" @@ -425,8 +425,11 @@ Show the list of tables. Show the list of operating system fingerprints. .It Fl s Cm Interfaces Show the list of interfaces and interface drivers available to PF. -When used together with a double +When used together with .Fl v , +it additionally lists which interfaces have skip rules activated. +When used together with +.Fl vv , interface statistics are also shown. .Fl i can be used to select an interface or a group of interfaces. |