diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2003-10-07 09:57:44 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2003-10-07 09:57:44 +0000 |
commit | 6653cb825ec9ef259a054932686bc7f642ac9026 (patch) | |
tree | 5a827466984a138d4afcb827d7affe3bd66d2403 /share/man | |
parent | 9b1d03d6a0a3b46ab403bacc8a04da2e7ae787fb (diff) |
filename needs to be quoted...
ok mcbride@ jmc@
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man5/pf.conf.5 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man5/pf.conf.5 b/share/man/man5/pf.conf.5 index 988131857ae..ccc7cfbb049 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.271 2003/09/02 18:37:08 jmc Exp $ +.\" $OpenBSD: pf.conf.5,v 1.272 2003/10/07 09:57:43 henning Exp $ .\" .\" Copyright (c) 2002, Daniel Hartmeier .\" All rights reserved. @@ -2027,7 +2027,7 @@ rule after the rule: .Bd -literal -offset indent anchor spam -load anchor spam:manual from /etc/pf-spam.conf +load anchor spam:manual from "/etc/pf-spam.conf" .Ed .Pp When |