diff options
author | 2016-03-31 15:54:17 +0000 | |
---|---|---|
committer | 2016-03-31 15:54:17 +0000 | |
commit | dc0af8cd86651585d806ab284c891c4168013c6c (patch) | |
tree | b32942ff68f1b90bb9d263173256ca7356978be3 | |
parent | Don't use .Aq for syntax elements that require ASCII "<>". (diff) | |
download | wireguard-openbsd-dc0af8cd86651585d806ab284c891c4168013c6c.tar.xz wireguard-openbsd-dc0af8cd86651585d806ab284c891c4168013c6c.zip |
Don't use .Aq for syntax elements that require ASCII "<>".
Bug reported by Christian Heckendorf <mbie at ulmus dot me>, patch by me.
OK jmc@ bentley@
-rw-r--r-- | libexec/spamd-setup/spamd-setup.8 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libexec/spamd-setup/spamd-setup.8 b/libexec/spamd-setup/spamd-setup.8 index 66e4b0f722f..4d9ec339ef9 100644 --- a/libexec/spamd-setup/spamd-setup.8 +++ b/libexec/spamd-setup/spamd-setup.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: spamd-setup.8,v 1.20 2013/09/15 20:02:33 schwarze Exp $ +.\" $OpenBSD: spamd-setup.8,v 1.21 2016/03/31 15:54:17 schwarze Exp $ .\" .\" Copyright (c) 2003 Jason L. Wright (jason@thought.net) .\" All rights reserved. @@ -23,7 +23,7 @@ .\" STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: September 15 2013 $ +.Dd $Mdocdate: March 31 2016 $ .Dt SPAMD-SETUP 8 .Os .Sh NAME @@ -46,9 +46,9 @@ is run in blacklist only mode, it also sends blacklist data to the .Xr pf 4 table -.Aq Ar spamd . +.Pf < Ar spamd Ns > . The -.Aq Ar spamd +.Pf < Ar spamd Ns > table must then be used in conjunction with a .Xr pf 4 redirection rule to selectively redirect mail connections |