From c520d4a23a2694427f31371c19889329155841d3 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Mon, 3 Nov 2008 21:11:29 +0000 Subject: --nice is -N, not -n. Also, correct default timeout. --- man/start-stop-daemon.8 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man/start-stop-daemon.8 b/man/start-stop-daemon.8 index c92dc2f..ab64b7d 100644 --- a/man/start-stop-daemon.8 +++ b/man/start-stop-daemon.8 @@ -129,7 +129,7 @@ option. Only useful when used with daemons that run in the foreground and forced into the background with the .Fl -b , -background option. -.It Fl n , -nice Ar level +.It Fl N , -nice Ar level Modifies the scheduling priority of the daemon. .It Fl 1 , -stdout Ar logfile Redirect the standard output of the process to logfile when started with @@ -148,7 +148,7 @@ These options are only used for stopping daemons: .It Fl R , -retry Ar timeout | Ar signal Ns / Ns Ar timeout You can either specify a timeout or a multiple signal/timeout pairs as a stopping schedule. -If not specified then a default value of SIGTERM/5 is +If not specified then a default value of SIGTERM/0 is assumed. .El .Sh ENVIRONMENT -- cgit v1.2.3