diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2003-02-11 20:17:36 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2003-02-11 20:17:36 +0000 |
commit | bf431ddd30c812759d003d597452187f4c5fbcfa (patch) | |
tree | 2edc0a7126958654b854269e6029381ba40cafcc /sbin | |
parent | 314ec9c06880a03e1aa9d42b37795d6e32d5ba33 (diff) |
document pfctl -D macro=value
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/pfctl/pfctl.8 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sbin/pfctl/pfctl.8 b/sbin/pfctl/pfctl.8 index 32d49e10d59..2d005b35d5c 100644 --- a/sbin/pfctl/pfctl.8 +++ b/sbin/pfctl/pfctl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pfctl.8,v 1.72 2003/02/08 15:39:06 dhartmei Exp $ +.\" $OpenBSD: pfctl.8,v 1.73 2003/02/11 20:17:35 henning Exp $ .\" .\" Copyright (c) 2001 Kjell Wooding. All rights reserved. .\" @@ -35,6 +35,7 @@ .Bk -words .Op Fl AdehnNqrRvzO .Op Fl a Ar anchor[:ruleset] +.Op Fl D Ar macro=value .Op Fl F Ar modifier .Op Fl f Ar file .Op Fl k Ar host @@ -121,6 +122,9 @@ Load only the queue rules present in the rule file. Other rules and options are ignored. .It Fl d Disable the packet filter. +.It Fl D Ar macro=value +Define macros on the command line. +Overrides macro definition in the ruleset. .It Fl e Enable the packet filter. .It Fl f Ar file |