aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/gammad.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gammad.c b/src/gammad.c
index 49fd3fe..3d2d261 100644
--- a/src/gammad.c
+++ b/src/gammad.c
@@ -385,9 +385,6 @@ static int is_pidfile_reusable(const char* pidfile, const char* token)
/**
* Create PID file
*
- * @signal SIGUSR1 Re-execute to updated process image
- * @signal SIGTERM Terminate the process gracefully
- *
* @param pidfile The pathname of the PID file
* @return Zero on success, -1 on error,
* -2 if the service is already running
@@ -881,6 +878,9 @@ static void usage(void)
*
* The process closes stdout when the socket has been created
*
+ * @signal SIGUSR1 Re-execute to updated process image
+ * @signal SIGTERM Terminate the process gracefully
+ *
* @return 0: Successful
* 1: An error occurred
* 2: Already running