diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2003-02-02 23:38:32 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2003-02-02 23:38:32 +0000 |
commit | cdbb7988fc5e7814924a85f8cbc8a09983174f4c (patch) | |
tree | 07282a5f36525fa09b84d6423f5af2d3199b81ba /share | |
parent | b8634cb41b4328b20605a55224a03b3b2fd72534 (diff) |
typo in anchor section
From: Eduardo Augusto Alvarenga <eduardo at thrx.dyndns.org>
Diffstat (limited to 'share')
-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 540920ff7c0..a8e73e80304 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.174 2003/02/02 22:47:18 henning Exp $ +.\" $OpenBSD: pf.conf.5,v 1.175 2003/02/02 23:38:31 henning Exp $ .\" .\" Copyright (c) 2002, Daniel Hartmeier .\" All rights reserved. @@ -1632,7 +1632,7 @@ spam are only evaluated for packets with destination port 25. Hence, .Bd -literal -offset indent -.Xo Ic # echo "block in quick from 1.2.3.4\ +.Xo Ic # echo \&"block in quick from 1.2.3.4\ .Ic to any" \&| .Xc .Ic \ \ pfctl -a spam:manual -f - |