summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbentley <bentley@openbsd.org>2018-04-29 11:58:45 +0000
committerbentley <bentley@openbsd.org>2018-04-29 11:58:45 +0000
commita6f231ec011b03556d0780c9847d01852a245859 (patch)
treef1543172114ae0cc41f86c386ff68311ec367f2a
parentdelete four sentences that have nothing to do with reality; (diff)
downloadwireguard-openbsd-a6f231ec011b03556d0780c9847d01852a245859.tar.xz
wireguard-openbsd-a6f231ec011b03556d0780c9847d01852a245859.zip
Manpage tweaks:
- expand "rcpt" to "recipient" - "recipient" should be Ar, "://" should not be Ar - use Dq for double quotes ok eric@
-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.