diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2013-06-09 08:22:51 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2013-06-09 08:22:51 +0000 |
commit | e387ca9d5bb3bc661af2e2a7c5a76c90d6be58ff (patch) | |
tree | 67fd40c83a5eac277453e0a59d141b4ace54ef8a | |
parent | 27eb54c0632f1183bb62a4c94cb7146f7bd7dace (diff) |
the argument name for "source" is "source", not "table";
from MrD
-rw-r--r-- | usr.sbin/smtpd/smtpd.conf.5 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/smtpd/smtpd.conf.5 b/usr.sbin/smtpd/smtpd.conf.5 index d9c86ad84e8..1c1a9171d2d 100644 --- a/usr.sbin/smtpd/smtpd.conf.5 +++ b/usr.sbin/smtpd/smtpd.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: smtpd.conf.5,v 1.94 2013/05/24 17:50:22 jmc Exp $ +.\" $OpenBSD: smtpd.conf.5,v 1.95 2013/06/09 08:22:50 jmc Exp $ .\" .\" Copyright (c) 2008 Janne Johansson <jj@openbsd.org> .\" Copyright (c) 2009 Jacek Masiulaniec <jacekm@dobremiasto.net> @@ -17,7 +17,7 @@ .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" .\" -.Dd $Mdocdate: May 24 2013 $ +.Dd $Mdocdate: June 9 2013 $ .Dt SMTPD.CONF 5 .Os .Sh NAME @@ -307,7 +307,7 @@ If the parameter is specified, .Xr smtpd 8 will explicitly bind to an address found in the table referenced by -.Ar table +.Ar source when connecting to the relay. If the table contains more than one address, they are picked in turn each time a new connection is opened. |