summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhenning <henning@openbsd.org>2003-03-13 13:31:10 +0000
committerhenning <henning@openbsd.org>2003-03-13 13:31:10 +0000
commit4617f3b7bb1be12d88d366c13f350b5e368bec0c (patch)
tree9e762a6f63294138f3f88be3fa138d384bd97763
parentMight as well do blinding here too. (diff)
downloadwireguard-openbsd-4617f3b7bb1be12d88d366c13f350b5e368bec0c.tar.xz
wireguard-openbsd-4617f3b7bb1be12d88d366c13f350b5e368bec0c.zip
correct table usage in rdr example, spotted by todd
-rw-r--r--libexec/spamd/spamd.84
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/spamd/spamd.8 b/libexec/spamd/spamd.8
index ef68a7369f6..ac45e65e270 100644
--- a/libexec/spamd/spamd.8
+++ b/libexec/spamd/spamd.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: spamd.8,v 1.29 2003/03/11 07:58:34 david Exp $
+.\" $OpenBSD: spamd.8,v 1.30 2003/03/13 13:31:10 henning Exp $
.\"
.\" Copyright (c) 2002 Theo de Raadt. All rights reserved.
.\"
@@ -112,7 +112,7 @@ The rules can be loaded into a
to simplify handling.
.Bd -literal
table <spamd> persist
- rdr proto tcp from { <spamd> } to any port smtp -> 127.0.0.1 port 8025
+ rdr proto tcp from <spamd> to any port smtp -> 127.0.0.1 port 8025
.Ed
.Pp
Any addresses in table