diff options
author | 2018-12-31 09:30:20 +0000 | |
---|---|---|
committer | 2018-12-31 09:30:20 +0000 | |
commit | 8d4231551f7a6b5f76e5c9b64488634069b133fa (patch) | |
tree | 893af234059c71aa1f6049115d3548b7b2b80c52 | |
parent | Zap unused <sys/socket.h> (diff) | |
download | wireguard-openbsd-8d4231551f7a6b5f76e5c9b64488634069b133fa.tar.xz wireguard-openbsd-8d4231551f7a6b5f76e5c9b64488634069b133fa.zip |
Explicitly mention that tables created by -T{add,replace} are persistent
pf.conf(5)'s TABLE section explains it, but lets be clear about it in the
table command descriptions, too.
"go for it" jmc
-rw-r--r-- | sbin/pfctl/pfctl.8 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sbin/pfctl/pfctl.8 b/sbin/pfctl/pfctl.8 index 672d610f8c0..e532f05f531 100644 --- a/sbin/pfctl/pfctl.8 +++ b/sbin/pfctl/pfctl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pfctl.8,v 1.173 2018/12/21 11:16:04 kn Exp $ +.\" $OpenBSD: pfctl.8,v 1.174 2018/12/31 09:30:20 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 21 2018 $ +.Dd $Mdocdate: December 31 2018 $ .Dt PFCTL 8 .Os .Sh NAME @@ -459,7 +459,7 @@ Kill a table. Flush all addresses of a table. .It Fl T Cm add Add one or more addresses in a table. -Automatically create a nonexisting table. +Automatically create a persistent table if it does not exist. .It Fl T Cm delete Delete one or more addresses from a table. .It Fl T Cm expire Ar number @@ -471,7 +471,7 @@ For entries which have never had their statistics cleared, refers to the time they were added to the table. .It Fl T Cm replace Replace the addresses of the table. -Automatically create a nonexisting table. +Automatically create a persistent table if it does not exist. .It Fl T Cm show Show the content (addresses) of a table. .It Fl T Cm test |