From 1426b8c03f36bd56ccf07825d234686d0190da25 Mon Sep 17 00:00:00 2001 From: jmc Date: Sat, 13 Feb 2021 08:07:48 +0000 Subject: [PATCH] -h does not display version; from larry hynes --- usr.sbin/smtpd/smtp.1 | 6 +++--- 1 file 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 .\" @@ -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. -- 2.20.1