diff options
author | Joerg Jung <jung@cvs.openbsd.org> | 2015-10-24 11:38:40 +0000 |
---|---|---|
committer | Joerg Jung <jung@cvs.openbsd.org> | 2015-10-24 11:38:40 +0000 |
commit | 22289f7686cc0bc5e38d10cb159cb237062ddb7a (patch) | |
tree | 17008266a5c0e67cfabc75c1e54e2eb24d79408d /usr.sbin | |
parent | bc60fd2c148ded413ca253e24e3d32357596cee1 (diff) |
add -h flag to SYNOPSIS as well
prodded and ok jmc
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/smtpd/smtpd.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/smtpd/smtpd.8 b/usr.sbin/smtpd/smtpd.8 index 1226873a759..ecd9db262c8 100644 --- a/usr.sbin/smtpd/smtpd.8 +++ b/usr.sbin/smtpd/smtpd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: smtpd.8,v 1.27 2015/10/23 15:48:16 jung Exp $ +.\" $OpenBSD: smtpd.8,v 1.28 2015/10/24 11:38:39 jung Exp $ .\" .\" Copyright (c) 2012, Eric Faurot <eric@openbsd.org> .\" Copyright (c) 2008, Gilles Chehade <gilles@poolp.org> @@ -16,7 +16,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: October 23 2015 $ +.Dd $Mdocdate: October 24 2015 $ .Dt SMTPD 8 .Os .Sh NAME @@ -24,7 +24,7 @@ .Nd Simple Mail Transfer Protocol daemon .Sh SYNOPSIS .Nm -.Op Fl dnv +.Op Fl dhnv .Op Fl D Ar macro Ns = Ns Ar value .Op Fl f Ar file .Op Fl P Ar system |