diff options
author | sqozz <sqozz@geekify.de> | 2021-02-02 11:03:22 +0100 |
---|---|---|
committer | Mike Frysinger <vapier@gmail.com> | 2021-02-02 10:04:57 -0500 |
commit | bac71fce5bc9cb7ba02338c6c4cfc949badd218b (patch) | |
tree | 86d6c2f66b12014a4735c36a7c0486ff319838c4 | |
parent | 12ee72a9b34ef33411cf1bfd5ea059676ee6e482 (diff) |
start-stop-daemon: fix typo in manpage
-rw-r--r-- | man/start-stop-daemon.8 | 2 |
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. |