aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorsqozz <sqozz@geekify.de>2021-02-02 11:03:22 +0100
committerMike Frysinger <vapier@gmail.com>2021-02-02 10:04:57 -0500
commitbac71fce5bc9cb7ba02338c6c4cfc949badd218b (patch)
tree86d6c2f66b12014a4735c36a7c0486ff319838c4 /man
parent12ee72a9b34ef33411cf1bfd5ea059676ee6e482 (diff)
start-stop-daemon: fix typo in manpage
Diffstat (limited to 'man')
-rw-r--r--man/start-stop-daemon.82
1 files changed, 1 insertions, 1 deletions
diff --git a/man/start-stop-daemon.8 b/man/start-stop-daemon.8
index ecadb958..c3369aea 100644
--- a/man/start-stop-daemon.8
+++ b/man/start-stop-daemon.8
@@ -120,7 +120,7 @@ Saves the pid of the daemon in the file specified by the
.Fl p , -pidfile
option. Only useful when used with daemons that run in the foreground and
forced into the background with the
-.Fl -b , -background
+.Fl b , -background
option.
.It Fl I , -ionice Ar class Ns Op : Ns Ar data
Modifies the IO scheduling priority of the daemon.