summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2021-02-13 08:07:48 +0000
committerjmc <jmc@openbsd.org>2021-02-13 08:07:48 +0000
commit1426b8c03f36bd56ccf07825d234686d0190da25 (patch)
tree9c8902e14a4a92ddb62ca37f95404648888cfbb0
parentreadability fixes; from larry hynes (diff)
downloadwireguard-openbsd-1426b8c03f36bd56ccf07825d234686d0190da25.tar.xz
wireguard-openbsd-1426b8c03f36bd56ccf07825d234686d0190da25.zip
-h does not display version; from larry hynes
-rw-r--r--usr.sbin/smtpd/smtp.16
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/smtpd/smtp.1 b/usr.sbin/smtpd/smtp.1
index f77cddb879c..10740653b68 100644
--- a/usr.sbin/smtpd/smtp.1
+++ b/usr.sbin/smtpd/smtp.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: smtp.1,v 1.8 2020/12/21 11:48:38 martijn Exp $
+.\" $OpenBSD: smtp.1,v 1.9 2021/02/13 08:07:48 jmc 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: December 21 2020 $
+.Dd $Mdocdate: February 13 2021 $
.Dt SMTP 1
.Os
.Sh NAME
@@ -58,7 +58,7 @@ Default to the current username.
.It Fl H Ar helo
Define the hostname to advertise (HELO) when establishing the SMTP session.
.It Fl h
-Display version and usage.
+Display usage.
.It Fl n
Do not actually execute a transaction,
just try to establish an SMTP session and quit.