diff options
author | 2002-06-27 14:12:50 +0000 | |
---|---|---|
committer | 2002-06-27 14:12:50 +0000 | |
commit | a214af9935bf94ffd0cf4855fa5a84fec13778b9 (patch) | |
tree | ce0f0ba9a345ab70e5bb56c7f5470fd5b02e5a9f | |
parent | %d/%u mixup (diff) | |
download | wireguard-openbsd-a214af9935bf94ffd0cf4855fa5a84fec13778b9.tar.xz wireguard-openbsd-a214af9935bf94ffd0cf4855fa5a84fec13778b9.zip |
fix synopsis, closes pr2775
ok pb@
-rw-r--r-- | sbin/pfctl/pfctl.8 | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/sbin/pfctl/pfctl.8 b/sbin/pfctl/pfctl.8 index 7abe7e5687b..c3dc7e1ce28 100644 --- a/sbin/pfctl/pfctl.8 +++ b/sbin/pfctl/pfctl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pfctl.8,v 1.50 2002/06/25 08:13:25 henning Exp $ +.\" $OpenBSD: pfctl.8,v 1.51 2002/06/27 14:12:50 henning Exp $ .\" .\" Copyright (c) 2001 Kjell Wooding. All rights reserved. .\" @@ -32,15 +32,11 @@ .Nd control the packet filter (PF) and network address translation (NAT) device .Sh SYNOPSIS .Nm pfctl -.Op Fl deqhnNrRvz +.Op Fl deqhnNrRvzO .Op Fl F Ar modifier -.Op Fl O Ar level .Op Fl f Ar file .Op Fl k Ar host -.Op Fl l Ar interface -.Op Fl m Ar modifier .Op Fl s Ar modifier -.Op Fl t Ar modifier .Op Fl x Ar level .Sh DESCRIPTION The |