klogd: Add '-F' as alias for '-n', for compat with syslogd

Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
This commit is contained in:
Joachim Nilsson
2019-12-01 21:17:02 +01:00
parent f6713bdb84
commit 163aa84cc4
2 changed files with 5 additions and 4 deletions

View File

@@ -13,7 +13,7 @@
.Nd Kernel Log Daemon
.Sh SYNOPSIS
.Nm
.Op Fl 2ndnopsvx
.Op Fl 2dFnopsvx
.Op Fl c Ar NUM
.Op Fl f Ar FILE
.Op Fl k Ar FILE
@@ -31,7 +31,7 @@ Enable debugging mode. This will generate potentially LOTS of output to
stderr.
.It Fl f Ar FILE
Log messages to the specified filename rather than to the syslog facility.
.It Fl n
.It Fl n | Fl F
Run in foreground, required when run from a modern init/supervisor. See
your system
.Xr init 1