]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - man/daemon.xml
Merge pull request #14105 from keszybz/man-directives-cleanup
[thirdparty/systemd.git] / man / daemon.xml
index 79ea55ba26536eda78ad18ce97d7df65eb40c65b..52b3883607cf9c8ea49339512b24ba8d0a515bd6 100644 (file)
 
         <listitem><para>In the daemon process, write the daemon PID
         (as returned by <function>getpid()</function>) to a PID file,
-        for example <filename>/run/foobar.pid</filename> (for a
+        for example <filename index='false'>/run/foobar.pid</filename> (for a
         hypothetical daemon "foobar") to ensure that the daemon cannot
         be started more than once. This must be implemented in
         race-free fashion so that the PID file is only updated when it