diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2008-02-11 07:46:33 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2008-02-11 07:46:33 +0000 |
commit | 778d213d908c28722d4618d3d75a6af6d86c149c (patch) | |
tree | f7ca0c5cc3108e5e9e7c5526db91e8e8751935fd /share | |
parent | 37d5b9363ba72b2297c5f14d71527e9bf6ebf4b7 (diff) |
do not describe `/' as solidus; from Allen (freebsd pr120484);
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man5/pf.conf.5 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man5/pf.conf.5 b/share/man/man5/pf.conf.5 index 9b0fa086096..6bcbfbc70bf 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.392 2008/02/01 08:38:00 jmc Exp $ +.\" $OpenBSD: pf.conf.5,v 1.393 2008/02/11 07:46:32 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: February 1 2008 $ +.Dd $Mdocdate: February 11 2008 $ .Dt PF.CONF 5 .Os .Sh NAME @@ -2544,8 +2544,8 @@ anchor "external" on egress { .Ed .Pp Since the parser specification for anchor names is a string, any -reference to an anchor name containing solidus -.Pq Sq / +reference to an anchor name containing +.Sq / characters will require double quote .Pq Sq \&" characters around the anchor name. |