diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2010-12-23 14:39:22 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2010-12-23 14:39:22 +0000 |
commit | 9559f004cb74e65cb927748cc6ce24632a5da37d (patch) | |
tree | 62e60c2cc237c7f1474aa7f36badddca2d7e8bbc /share/man | |
parent | 7a41c8dc17abfd500b65ab4f206e3e9f7ba6c494 (diff) |
fix my last (sloppy) fix; from Thomas Pfaff
ok henning
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man5/pf.conf.5 | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/share/man/man5/pf.conf.5 b/share/man/man5/pf.conf.5 index 335fb61576f..ad79cf94300 100644 --- a/share/man/man5/pf.conf.5 +++ b/share/man/man5/pf.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pf.conf.5,v 1.484 2010/12/22 22:20:36 jmc Exp $ +.\" $OpenBSD: pf.conf.5,v 1.485 2010/12/23 14:39:21 jmc Exp $ .\" .\" Copyright (c) 2002, Daniel Hartmeier .\" All rights reserved. @@ -27,7 +27,7 @@ .\" ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: December 22 2010 $ +.Dd $Mdocdate: December 23 2010 $ .Dt PF.CONF 5 .Os .Sh NAME @@ -996,10 +996,12 @@ This should be a keyword from the following ordered list .Cm info , and .Cm debug . +The last keyword, +.Cm debug , +must be quoted. These keywords correspond to the similar (LOG_) values specified to the .Xr syslog 3 -library routine, -and may be abbreviated. +library routine. .It Ar set fingerprints Load fingerprints of known operating systems from the given filename. By default fingerprints of known operating systems are automatically |