]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/doc/daemon.txt
Redblack: Added search_up
[libucw.git] / ucw / doc / daemon.txt
index a58c92f4065b500de1b4deb041c55d54484e1c7f..58d550f2d4b7130f732106738565519c70050182 100644 (file)
@@ -57,8 +57,8 @@ is recycled. Checking of process name and similar tricks do not avoid the proble
 since there can be multiple instances of the daemon running simultaneously.
 
 We therefore recommend the following daemon control protocol, which prevents all such
 since there can be multiple instances of the daemon running simultaneously.
 
 We therefore recommend the following daemon control protocol, which prevents all such
-race conditions. Its implementation is available in form of the daemon_control() library
-function or the `daemon-control` stand-alone utility.
+race conditions. Its implementation is available in form of the @daemon_control() library
+function or the `ucw-daemon-control` stand-alone utility.
 
 * There exist two files:
 ** PID file (usually `/var/run/daemon.pid`), which contains the PID of the daemon
 
 * There exist two files:
 ** PID file (usually `/var/run/daemon.pid`), which contains the PID of the daemon