]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/doc/daemon.txt
Merge branch 'master' into dev-opt
[libucw.git] / ucw / doc / daemon.txt
index a58c92f4065b500de1b4deb041c55d54484e1c7f..6077e6032e345bb7ef985c19919c4018a34465a2 100644 (file)
@@ -58,7 +58,7 @@ 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.
+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