]> git.mxchange.org Git - friendica.git/commitdiff
Changed documentation
authorMichael <heluecht@pirati.ca>
Sun, 27 Nov 2016 22:52:21 +0000 (22:52 +0000)
committerMichael <heluecht@pirati.ca>
Sun, 27 Nov 2016 22:52:21 +0000 (22:52 +0000)
util/daemon.php

index d1eb70d8b1554cda9886621a7ef907d18c574a7f..e93306df12bff604f85447abccf2e48a5e7cd1c1 100644 (file)
@@ -1,8 +1,10 @@
 <?php
-/*
-Run the poller from a daemon.
-This script was taken from http://php.net/manual/en/function.pcntl-fork.php
-*/
+/**
+ * @file util/daemon.php
+ * @brief Run the poller from a daemon.
+ *
+ * This script was taken from http://php.net/manual/en/function.pcntl-fork.php
+ */
 function shutdown() {
        posix_kill(posix_getpid(), SIGHUP);
 }