diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2010-03-23 17:34:31 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2010-03-23 17:34:31 +0000 |
commit | 868f29fc3ae63a2d84bdcc17dea67376847b1bb8 (patch) | |
tree | 646bcdbc8893fbc07fc4e6e83888414d61391ace /sbin/pfctl/pfctl.8 | |
parent | 3fd9861d1ae8fe8c2eb71fa447200350bff0600d (diff) |
oops - i obviously missed -r1.142;
Diffstat (limited to 'sbin/pfctl/pfctl.8')
-rw-r--r-- | sbin/pfctl/pfctl.8 | 33 |
1 files changed, 18 insertions, 15 deletions
diff --git a/sbin/pfctl/pfctl.8 b/sbin/pfctl/pfctl.8 index af26e698431..c81f9154545 100644 --- a/sbin/pfctl/pfctl.8 +++ b/sbin/pfctl/pfctl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pfctl.8,v 1.143 2010/03/23 13:31:29 henning Exp $ +.\" $OpenBSD: pfctl.8,v 1.144 2010/03/23 17:34:30 jmc Exp $ .\" .\" Copyright (c) 2001 Kjell Wooding. All rights reserved. .\" @@ -623,20 +623,23 @@ See the previous section for its effect on table commands. .It Fl x Ar level Set the debug .Ar level , -which limits the severity of log messages printed by pf. This should be is a -keyword from the following ordered list (highest to lowest): -.Ar emerg , -.Ar alert , -.Ar crit , -.Ar err , -.Ar warning , -.Ar notice , -.Ar info , -and -.Ar debug . -These keywords correspond to the similar (LOG_) values specified -to the syslog library routine, and may be abbreviated on the command -line. +which limits the severity of log messages printed by +.Xr pf 4 . +This should be a keyword from the following ordered list +(highest to lowest): +.Cm emerg , +.Cm alert , +.Cm crit , +.Cm err , +.Cm warning , +.Cm notice , +.Cm info , +and +.Cm debug . +These keywords correspond to the similar (LOG_) values specified to the +.Xr syslog 3 +library routine, +and may be abbreviated on the command line. .It Fl z Clear per-rule statistics. .El |