diff options
author | 2019-01-26 23:00:12 +0000 | |
---|---|---|
committer | 2019-01-26 23:00:12 +0000 | |
commit | 3ba17eef64dc87610b459366ff28e7931e293413 (patch) | |
tree | e96d442eae71820a60cb81bf982c3171381c4662 | |
parent | Add 'uselease' statement to allow the disabling of built-in or (diff) | |
download | wireguard-openbsd-3ba17eef64dc87610b459366ff28e7931e293413.tar.xz wireguard-openbsd-3ba17eef64dc87610b459366ff28e7931e293413.zip |
Mention that -r does reverse DNS lookups for tables as well
OK benno
-rw-r--r-- | sbin/pfctl/pfctl.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/pfctl/pfctl.8 b/sbin/pfctl/pfctl.8 index e532f05f531..241d9dff842 100644 --- a/sbin/pfctl/pfctl.8 +++ b/sbin/pfctl/pfctl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pfctl.8,v 1.174 2018/12/31 09:30:20 kn Exp $ +.\" $OpenBSD: pfctl.8,v 1.175 2019/01/26 23:00:12 kn 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: December 31 2018 $ +.Dd $Mdocdate: January 26 2019 $ .Dt PFCTL 8 .Os .Sh NAME @@ -314,7 +314,7 @@ instead of the default .It Fl q Only print errors and warnings. .It Fl r -Perform reverse DNS lookups on states when displaying them. +Perform reverse DNS lookups on states and tables when displaying them. .It Fl S Ar statefile Store the pf state table in the file specified by .Ar statefile . |