diff options
author | Cedric Berger <cedric@cvs.openbsd.org> | 2003-01-22 01:15:33 +0000 |
---|---|---|
committer | Cedric Berger <cedric@cvs.openbsd.org> | 2003-01-22 01:15:33 +0000 |
commit | 7fbb287018457945cd8c2a4a14964139d97aa330 (patch) | |
tree | f6c5c374e6d8f8179c7ec53ba5709451ef13de29 /sbin/pfctl/pfctl.8 | |
parent | ef798641430813065dc78f71f7829e5bfc3d256a (diff) |
Automatically create tables for the "add" and "replace" table commands.
Requested by deraadt@, pass all regress tests.
Diffstat (limited to 'sbin/pfctl/pfctl.8')
-rw-r--r-- | sbin/pfctl/pfctl.8 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sbin/pfctl/pfctl.8 b/sbin/pfctl/pfctl.8 index 94e453eddfd..0bc7f30a32f 100644 --- a/sbin/pfctl/pfctl.8 +++ b/sbin/pfctl/pfctl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pfctl.8,v 1.66 2003/01/19 13:48:06 dhartmei Exp $ +.\" $OpenBSD: pfctl.8,v 1.67 2003/01/22 01:15:32 cedric Exp $ .\" .\" Copyright (c) 2001 Kjell Wooding. All rights reserved. .\" @@ -222,10 +222,12 @@ Kill a table. Flush all addresses of a table. .It Fl T Ar add Add one or more addresses in a table. +Automatically create a nonexisting table. .It Fl T Ar delete Delete one or more addresses from a table. .It Fl T Ar replace Replace the addresses of the table. +Automatically create a nonexisting table. .It Fl T Ar show Show the content (addresses) of a table. .It Fl T Ar test |