diff options
Diffstat (limited to 'src/satd-diminished.c')
-rw-r--r-- | src/satd-diminished.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/satd-diminished.c b/src/satd-diminished.c index cd8f988..348355f 100644 --- a/src/satd-diminished.c +++ b/src/satd-diminished.c @@ -68,10 +68,9 @@ static void sighandler(int signo) /** * The sat daemon. * - * @param argc Should be 4. + * @param argc Should be 3. * @param argv The name of the process, the pathname of the socket, - * the pathname to the state file, and $SAT_HOOK_PATH - * (the pathname of the hook-script.) + * and the pathname to the state file. * @param envp The environment. * @return 0 The process was successful. * @return 1 The process failed queuing the job. |