summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2014-02-04 17:47:03 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2014-02-04 17:47:03 +0000
commit6cca67d28da9d69fed598a3cad299489a048cc5b (patch)
treee21775267ba7a2bdf90b64f26b5dd6244a5b296d /usr.sbin
parent187e5fab648cae025aeaafdab63b9eb79f47281d (diff)
tweak previous;
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/smtpd/sendmail.88
-rw-r--r--usr.sbin/smtpd/table_passwd.56
2 files changed, 7 insertions, 7 deletions
diff --git a/usr.sbin/smtpd/sendmail.8 b/usr.sbin/smtpd/sendmail.8
index 7fa9ba1afae..77b5ff0c2a0 100644
--- a/usr.sbin/smtpd/sendmail.8
+++ b/usr.sbin/smtpd/sendmail.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sendmail.8,v 1.1 2014/02/04 16:32:36 eric Exp $
+.\" $OpenBSD: sendmail.8,v 1.2 2014/02/04 17:47:02 jmc Exp $
.\"
.\" Copyright (C) 2013 Ryan Kavanagh <rak@debian.org>
.\" All rights reserved.
@@ -34,7 +34,7 @@ utility is a local enqueuer for the
.Xr smtpd 8
daemon,
compatible with
-.Xr mailwrapper 5 .
+.Xr mailwrapper 8 .
The message is read on standard input (stdin) until
.Nm
encounters an end-of-file.
@@ -50,9 +50,9 @@ one or more recipients must be specified on the command line.
.Pp
The options are as follows:
.Bl -tag -width Ds
-.It Fl F
+.It Fl F Ar name
Set the sender's full name.
-.It Fl f
+.It Fl f Ar from
Set the sender's address.
.It Fl t
Read the message's To:, Cc:, and Bcc: fields for recipients.
diff --git a/usr.sbin/smtpd/table_passwd.5 b/usr.sbin/smtpd/table_passwd.5
index e6c94fc7625..847324e98cd 100644
--- a/usr.sbin/smtpd/table_passwd.5
+++ b/usr.sbin/smtpd/table_passwd.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: table_passwd.5,v 1.1 2014/02/04 16:32:36 eric Exp $
+.\" $OpenBSD: table_passwd.5,v 1.2 2014/02/04 17:47:02 jmc Exp $
.\"
.\" Copyright (c) 2014 Gilles Chehade <gilles@poolp.org>
.\"
@@ -32,7 +32,7 @@ The format described here applies to tables as defined in
A "passwd" table stores information regarding local users.
The information is encoded using the traditional
.Xr passwd 5
-format and allows to share a user database across different software
+format and allows the sharing of a user database across different software
supporting this format.
.Pp
The table is used by
@@ -58,7 +58,7 @@ utility or
.Xr smtpctl 8
encrypt command.
.Sh SEE ALSO
-.Xr smtpd.conf 5 ,
.Xr passwd 5 ,
+.Xr smtpd.conf 5 ,
.Xr smtpctl 8 ,
.Xr smtpd 8