diff options
author | Petr Vaněk <arkamar@atlas.cz> | 2023-05-21 09:47:52 +0200 |
---|---|---|
committer | Mike Frysinger <vapier@gmail.com> | 2023-05-21 10:57:53 -0400 |
commit | 1eccb7f5e6d69cae0fe13b8de1c302fa8d39d472 (patch) | |
tree | 5af8739d729b8bf4f1bba7fff3cf8fb11d49681e /man/start-stop-daemon.8 | |
parent | fe37fc9322146cfe77e565340e1463dc849cb965 (diff) |
man: Remove Duplicate Description of -2/--stderr Flag
This commit removes the secondary mention of the -2/--stderr flag in the
start-stop-daemon man page. The flag's functionality was already
sufficiently described in an earlier section of the text.
Signed-off-by: Petr Vaněk <arkamar@atlas.cz>
Diffstat (limited to 'man/start-stop-daemon.8')
-rw-r--r-- | man/start-stop-daemon.8 | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/man/start-stop-daemon.8 b/man/start-stop-daemon.8 index 6c96b7f7..0eb50224 100644 --- a/man/start-stop-daemon.8 +++ b/man/start-stop-daemon.8 @@ -183,10 +183,6 @@ Wait after starting and check that daemon is still running. Useful for daemons that check configuration after forking or stopping race conditions where the pidfile is written out after forking. -.It Fl 2 , -stderr Ar logfile -The same thing as -.Fl 1 , -stdout -but with the standard error output. .El .Pp These options are only used for stopping daemons: |