From 6653cb825ec9ef259a054932686bc7f642ac9026 Mon Sep 17 00:00:00 2001 From: Henning Brauer Date: Tue, 7 Oct 2003 09:57:44 +0000 Subject: filename needs to be quoted... ok mcbride@ jmc@ --- share/man/man5/pf.conf.5 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'share/man/man5') 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 -- cgit v1.2.3