summaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2007-03-15 21:56:26 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2007-03-15 21:56:26 +0000
commitd82d7c8280e38752dbaa39269059fa335aadcb40 (patch)
tree088d9092f7a34d0ee77cd3db79fbeafb69c0449c /libexec
parent7fcab7d30fb6eeadb6e819d7899ce24eb1e76ef0 (diff)
fix -y example;
closes user/5408 from sthen ok reyk
Diffstat (limited to 'libexec')
-rw-r--r--libexec/spamd/spamd.88
1 files changed, 4 insertions, 4 deletions
diff --git a/libexec/spamd/spamd.8 b/libexec/spamd/spamd.8
index 927b3361a1f..336ff1c4def 100644
--- a/libexec/spamd/spamd.8
+++ b/libexec/spamd/spamd.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: spamd.8,v 1.97 2007/03/07 21:35:25 millert Exp $
+.\" $OpenBSD: spamd.8,v 1.98 2007/03/15 21:56:25 jmc Exp $
.\"
.\" Copyright (c) 2002 Theo de Raadt. All rights reserved.
.\"
@@ -527,11 +527,11 @@ add the unicast targets
.Ar foo.somewhere.org
and
.Ar bar.somewhere.org ,
-and accept incoming unicast messages from
-.Ar foo.somewhere.org
+and accept incoming unicast messages sent to
+.Ar example.somewhere.org
only.
.Bd -literal -offset indent
-# /usr/libexec/spamd -y foo.somewhere.org -Y em0:2 \e
+# /usr/libexec/spamd -y example.somewhere.org -Y em0:2 \e
-Y foo.somewhere.org -Y bar.somewhere.org
.Ed
.Pp