diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2018-05-30 13:44:04 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2018-05-30 13:44:04 +0000 |
commit | 88e34423532055ee680bd771178942190483dc2d (patch) | |
tree | c8b17f05116389a6e14611597ebb8d7823418b61 /usr.sbin | |
parent | aac78b545511d689333175cc7272733902f8cf09 (diff) |
consistent casing;
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/smtpd/smtpd.conf.5 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/smtpd/smtpd.conf.5 b/usr.sbin/smtpd/smtpd.conf.5 index ae3fd979ca4..aab0d12686b 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.181 2018/05/30 09:31:57 gilles Exp $ +.\" $OpenBSD: smtpd.conf.5,v 1.182 2018/05/30 13:44:03 jmc Exp $ .\" .\" Copyright (c) 2008 Janne Johansson <jj@openbsd.org> .\" Copyright (c) 2009 Jacek Masiulaniec <jacekm@dobremiasto.net> @@ -96,7 +96,7 @@ file. .It Cm forward\-only Only accept the message if the recipient results in a remote address. .It Cm lmtp Ar destination Op Ar rcpt-to -Deliver the message to an lmtp server at +Deliver the message to an LMTP server at .Ar destination . The location may be expressed as host:port or as a UNIX socket. .Pp |