-rw-r--r-- | man/dudki.8.in | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/man/dudki.8.in b/man/dudki.8.in index 3011034..05db733 100644 --- a/man/dudki.8.in +++ b/man/dudki.8.in | |||
@@ -28,2 +28,3 @@ dudki \- a process monitoring daemon | |||
28 | .if \*[longopt] [\fB--test\fR] | 28 | .if \*[longopt] [\fB--test\fR] |
29 | [\fI<process-list>\fR] | ||
29 | 30 | ||
@@ -47,3 +48,4 @@ Specify the configuration file to use (default is | |||
47 | .el \fB-k\fR | 48 | .el \fB-k\fR |
48 | Stop the running instance by sending the \fBSIGTERM\fR signal. | 49 | Stop the running instance by sending the \fBSIGTERM\fR signal. If no process |
50 | name specified on the command line, dudki kills his own running instance. | ||
49 | .TP | 51 | .TP |
@@ -51,3 +53,5 @@ Stop the running instance by sending the \fBSIGTERM\fR signal. | |||
51 | .el \fB-r\fR | 53 | .el \fB-r\fR |
52 | Reload the running instance by sending the \fBSIGHUP\fR signal. | 54 | Reload the running instance by sending the \fBSIGHUP\fR signal. Like with |
55 | \fB-k\fR, if no process name specified on the command line, dudki sends | ||
56 | \fBSIGHUP\fR to his own running instance. | ||
53 | .TP | 57 | .TP |
@@ -55,3 +59,4 @@ Reload the running instance by sending the \fBSIGHUP\fR signal. | |||
55 | .el \fB-c\fR | 59 | .el \fB-c\fR |
56 | Check if dudki is running. Exit with non-zero status if not. | 60 | Check if dudki is running. Exit with non-zero status if not. The same target |
61 | rules as in \fB-k\fR and \fB-r\fR apply here. | ||
57 | .TP | 62 | .TP |