summaryrefslogtreecommitdiff
path: root/usr.sbin/smtpd/smtp.1
diff options
context:
space:
mode:
authorAnthony J. Bentley <bentley@cvs.openbsd.org>2018-04-29 11:58:46 +0000
committerAnthony J. Bentley <bentley@cvs.openbsd.org>2018-04-29 11:58:46 +0000
commit62ce1cca2651c659f32781f7cb9cd8ebf35999c2 (patch)
tree4651a103236db315d875d42d14b5b66b4530bd5e /usr.sbin/smtpd/smtp.1
parent8ea003f2579436570456493f2bd2fa01c112420e (diff)
Manpage tweaks:
- expand "rcpt" to "recipient" - "recipient" should be Ar, "://" should not be Ar - use Dq for double quotes ok eric@
Diffstat (limited to 'usr.sbin/smtpd/smtp.1')
-rw-r--r--usr.sbin/smtpd/smtp.112
1 files changed, 6 insertions, 6 deletions
diff --git a/usr.sbin/smtpd/smtp.1 b/usr.sbin/smtpd/smtp.1
index 6fe2e7f6521..e6f31565bbb 100644
--- a/usr.sbin/smtpd/smtp.1
+++ b/usr.sbin/smtpd/smtp.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: smtp.1,v 1.4 2018/04/28 16:17:39 eric Exp $
+.\" $OpenBSD: smtp.1,v 1.5 2018/04/29 11:58:45 bentley Exp $
.\"
.\" Copyright (c) 2018, Eric Faurot <eric@openbsd.org>
.\"
@@ -14,7 +14,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: April 28 2018 $
+.Dd $Mdocdate: April 29 2018 $
.Dt SMTP 1
.Os
.Sh NAME
@@ -26,8 +26,7 @@
.Op Fl F Ar from
.Op Fl H Ar helo
.Op Fl s Ar server
-.Op rcpt
-.Ar ...
+.Op Ar recipient ...
.Sh DESCRIPTION
The
.Nm
@@ -60,7 +59,7 @@ When this option is given, no message is read from the standard input.
Specify the server to connect to and connection parameters.
The format is
.Sm off
-.Ar proto :// Op Ar user : pass No @
+.Ar proto No :// Op Ar user : pass No @
.Ar host Op : Ar port .
.Sm on
The following protocols are available:
@@ -82,7 +81,8 @@ Plain text LMTP session.
SMTP session with forced TLS on connection.
.El
.Pp
-Defaults to "smtp://localhost:25".
+Defaults to
+.Dq smtp://localhost:25 .
.It Fl v
Be more verbose.
This option can be specified multiple times.