]> git.pond.sub.org Git - empserver/blobdiff - src/server/shutdown.c
Change comment style to use @foo rather than FOO
[empserver] / src / server / shutdown.c
index 2ecc9797924b88df32f092012271616760973516..bbb95143a310e6018f8f4c3f6856190274fb9457 100644 (file)
@@ -44,8 +44,8 @@ static empth_t *shutdown_thread;
 static void shutdown_sequence(void *unused);
 
 /*
- * Initiate shutdown in MINS_FROM_NOW minutes.
- * If MINS_FROM_NOW is negative, cancel any pending shutdown instead.
+ * Initiate shutdown in @mins_from_now minutes.
+ * If @mins_from_now is negative, cancel any pending shutdown instead.
  * Return -1 on error, zero when no shutdown was pending, positive
  * number when a pending shutdown was modified.
  */