diff options
author | 2015-06-15 22:39:14 +0000 | |
---|---|---|
committer | 2015-06-15 22:39:14 +0000 | |
commit | c105f871e224a4ac0fd4c8899fbcadd6ca7a9e4e (patch) | |
tree | a0315557f74895ddd6e42d3247f48616bb63a9f0 | |
parent | Rework how fstat and ktrace pattern are specified in the test (diff) | |
download | wireguard-openbsd-c105f871e224a4ac0fd4c8899fbcadd6ca7a9e4e.tar.xz wireguard-openbsd-c105f871e224a4ac0fd4c8899fbcadd6ca7a9e4e.zip |
put -F before -f in the options list;
-rw-r--r-- | usr.sbin/syslogd/syslogd.8 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/syslogd/syslogd.8 b/usr.sbin/syslogd/syslogd.8 index bc0f6729d66..16291073b77 100644 --- a/usr.sbin/syslogd/syslogd.8 +++ b/usr.sbin/syslogd/syslogd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: syslogd.8,v 1.34 2015/06/15 21:42:15 bluhm Exp $ +.\" $OpenBSD: syslogd.8,v 1.35 2015/06/15 22:39:14 jmc Exp $ .\" .\" Copyright (c) 1983, 1986, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -81,13 +81,13 @@ the default is .It Fl d Enable debugging to the standard output, and do not disassociate from the controlling terminal. +.It Fl F +Run in the foreground instead of disassociating from the controlling +terminal and running as a background daemon. .It Fl f Ar config_file Specify the pathname of an alternate configuration file; the default is .Pa /etc/syslog.conf . -.It Fl F -Run in the foreground instead of disassociating from the controlling -terminal and running as a background daemon. .It Fl h Include the hostname when forwarding messages to a remote host. .It Fl m Ar mark_interval |