summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--usr.sbin/smtpd/smtpd.812
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