aboutsummaryrefslogtreecommitdiffstats
path: root/src/gammad.c
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2016-07-11 23:26:12 +0200
committerMattias Andrée <maandree@kth.se>2016-07-11 23:26:12 +0200
commit7658c28daa7f5fd48a06fc5948e4365347e59a39 (patch)
tree167d688fa76e4aba8abb4ace7805d9c84bd32c8a /src/gammad.c
parentm doc (diff)
downloadcoopgammad-7658c28daa7f5fd48a06fc5948e4365347e59a39.tar.gz
coopgammad-7658c28daa7f5fd48a06fc5948e4365347e59a39.tar.bz2
coopgammad-7658c28daa7f5fd48a06fc5948e4365347e59a39.tar.xz
m doc
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'src/gammad.c')
-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