X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=ucw%2Fdoc%2Fdaemon.txt;h=58d550f2d4b7130f732106738565519c70050182;hb=ec6703bb4d58e504fde8ea8429f9b26ab6632696;hp=a58c92f4065b500de1b4deb041c55d54484e1c7f;hpb=df179820c954edaef8f536b9a28b3b0a89ce3395;p=libucw.git diff --git a/ucw/doc/daemon.txt b/ucw/doc/daemon.txt index a58c92f4..58d550f2 100644 --- a/ucw/doc/daemon.txt +++ b/ucw/doc/daemon.txt @@ -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 -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