From 7fbb287018457945cd8c2a4a14964139d97aa330 Mon Sep 17 00:00:00 2001 From: Cedric Berger Date: Wed, 22 Jan 2003 01:15:33 +0000 Subject: Automatically create tables for the "add" and "replace" table commands. Requested by deraadt@, pass all regress tests. --- sbin/pfctl/pfctl.8 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sbin/pfctl/pfctl.8') 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 -- cgit v1.2.3