diff options
author | 2016-10-19 10:06:30 +0000 | |
---|---|---|
committer | 2016-10-19 10:06:30 +0000 | |
commit | c2aead7187bb85892e6d75b10d9e6acf93d812a6 (patch) | |
tree | dc17d81e8aae4bf2e0e4f38d13828560740c8e83 | |
parent | Do not have a default binding for C-b in copy-mode-vi or it conflicts (diff) | |
download | wireguard-openbsd-c2aead7187bb85892e6d75b10d9e6acf93d812a6.tar.xz wireguard-openbsd-c2aead7187bb85892e6d75b10d9e6acf93d812a6.zip |
document -F which somehow escaped documentation
-rw-r--r-- | usr.sbin/smtpd/smtpd.8 | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/usr.sbin/smtpd/smtpd.8 b/usr.sbin/smtpd/smtpd.8 index 0a5d20dd216..1ae5363c700 100644 --- a/usr.sbin/smtpd/smtpd.8 +++ b/usr.sbin/smtpd/smtpd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: smtpd.8,v 1.30 2016/04/18 21:06:42 jmc Exp $ +.\" $OpenBSD: smtpd.8,v 1.31 2016/10/19 10:06:30 gilles 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: April 18 2016 $ +.Dd $Mdocdate: October 19 2016 $ .Dt SMTPD 8 .Os .Sh NAME @@ -24,7 +24,7 @@ .Nd Simple Mail Transfer Protocol daemon .Sh SYNOPSIS .Nm -.Op Fl dhnv +.Op Fl dFhnv .Op Fl D Ar macro Ns = Ns Ar value .Op Fl f Ar file .Op Fl P Ar system @@ -65,6 +65,12 @@ If this option is specified, .Nm will run in the foreground and log to .Em stderr . +.It Fl F +Do not daemonize. +If this option is specified, +.Nm +will run in the foreground and log to +.Xr syslogd 8 . .It Fl f Ar file Specify an alternative configuration file. .It Fl h |