summaryrefslogtreecommitdiff
path: root/usr.sbin/smtpd
diff options
context:
space:
mode:
authorJoerg Jung <jung@cvs.openbsd.org>2016-01-19 22:41:52 +0000
committerJoerg Jung <jung@cvs.openbsd.org>2016-01-19 22:41:52 +0000
commitb96967bdc069bab34c07e5eab821bb382181b5e1 (patch)
treeacad0c1900f07ac1ed7594350f476698ab5c3f9a /usr.sbin/smtpd
parent6cd7ab80bb739445d5176e232341a5bf4e2b6aa1 (diff)
minor tweaks: remove comma, remove superflous plural s, add the word "file"
after ~/.forward, and change builtin to built-in from tj ok millert@
Diffstat (limited to 'usr.sbin/smtpd')
-rw-r--r--usr.sbin/smtpd/smtpd.conf.512
1 files changed, 6 insertions, 6 deletions
diff --git a/usr.sbin/smtpd/smtpd.conf.5 b/usr.sbin/smtpd/smtpd.conf.5
index 4099b03d455..d603e555f1a 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.151 2016/01/18 22:08:28 jung Exp $
+.\" $OpenBSD: smtpd.conf.5,v 1.152 2016/01/19 22:41:51 jung 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: January 18 2016 $
+.Dd $Mdocdate: January 19 2016 $
.Dt SMTPD.CONF 5
.Os
.Sh NAME
@@ -278,7 +278,7 @@ You can also accept mail just to have it forwarded elsewhere:
.Bl -tag -width Ds
.It Ic forward-only
Mail is accepted for local recipients ONLY if it is redirected to an
-external address via an alias or a ~/.forward.
+external address via an alias or a ~/.forward file.
.Pp
Example:
.Bd -literal -offset indent
@@ -651,7 +651,7 @@ to MXs for this domain.
Suspend the scheduling of envelopes for deliver/relay until the number
of inflight envelopes falls below
.Ar num .
-Changing the default value might degrade performances.
+Changing the default value might degrade performance.
.It Xo
.Bk -words
.Ic listen on Ar interface
@@ -689,7 +689,7 @@ and
.Pp
A
.Ic filter
-may be specified, to use a filter or filter chain with the given
+may be specified to use a filter or filter chain with the given
.Ar name
on SMTP transactions.
.Pp
@@ -836,7 +836,7 @@ with
The parameters are used for ephemeral key exchange.
If not specified,
.Xr smtpd 8
-will use safely generated builtin parameters.
+will use safely generated built-in parameters.
.Pp
Creation of Diffie-Hellman parameters is documented in
.Xr openssl 1 .