diff options
author | Kjell Wooding <kjell@cvs.openbsd.org> | 2001-06-26 17:52:41 +0000 |
---|---|---|
committer | Kjell Wooding <kjell@cvs.openbsd.org> | 2001-06-26 17:52:41 +0000 |
commit | ea4da0d41033b7e6abb34f9f80e3f97d79020c7f (patch) | |
tree | 99bbf3aae445ec52c69612524e4317a624a23a0e | |
parent | ad7f82abfbc2316dd2bfac9458987f2d43f541eb (diff) |
Clarify what the -l option does.
-rw-r--r-- | sbin/pfctl/pfctl.8 | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/sbin/pfctl/pfctl.8 b/sbin/pfctl/pfctl.8 index 4d7a7793bb1..6fe58ec3079 100644 --- a/sbin/pfctl/pfctl.8 +++ b/sbin/pfctl/pfctl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pfctl.8,v 1.10 2001/06/26 17:14:12 deraadt Exp $ +.\" $OpenBSD: pfctl.8,v 1.11 2001/06/26 17:52:40 kjell Exp $ .\" .\" Copyright (c) 2001 Kjell Wooding. All rights reserved. .\" @@ -93,8 +93,11 @@ Clear the filter rules Clear the state table (NAT and filter) .El .It Fl l Ar interface -Enable logging for interface named -.Ar interface +Enable collection of packet and byte count statistics for interface named +.Ar interface . +These statistics can be viewed with the +.Fl s Ar status +option. .It Fl n Ar file Load a NAT rules file .It Fl r Ar file |