]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
daemon: Fix broken links to sd-daemon.c
authorEelco Dolstra <eelco.dolstra@logicblox.com>
Thu, 13 Sep 2012 17:44:47 +0000 (13:44 -0400)
committerLennart Poettering <lennart@poettering.net>
Thu, 13 Sep 2012 18:08:54 +0000 (20:08 +0200)
man/sd-daemon.xml
man/sd_booted.xml
man/sd_is_fifo.xml
man/sd_listen_fds.xml
man/sd_notify.xml
src/systemd/sd-daemon.h

index 30a1b92601b6c5c58251bbe0cdee5143333f1765..1e1734adf64fd6903a83fbdf4c3a9aa0c651a923 100644 (file)
                 <para>In addition, for details about the algorithms
                 check the liberally licensed reference implementation
                 sources:
-                <ulink url="http://cgit.freedesktop.org/systemd/systemd/plain/src/sd-daemon.c"/>
+                <ulink url="http://cgit.freedesktop.org/systemd/systemd/plain/src/libsystemd-daemon/sd-daemon.c"/>
                 resp. <ulink url="http://cgit.freedesktop.org/systemd/systemd/plain/src/systemd/sd-daemon.h"/></para>
 
                 <para>These APIs are implemented in the reference
index 83cbd6b20a342243959c2e3a4f06a15ea009673a..3567d585ae089359655d8ee1e9aef9fb26b07504 100644 (file)
@@ -93,7 +93,7 @@
 
                 <para>For details about the algorithm check the
                 liberally licensed reference implementation sources:
-                <ulink url="http://cgit.freedesktop.org/systemd/systemd/plain/src/sd-daemon.c"/>
+                <ulink url="http://cgit.freedesktop.org/systemd/systemd/plain/src/libsystemd-daemon/sd-daemon.c"/>
                 resp. <ulink
                 url="http://cgit.freedesktop.org/systemd/systemd/plain/src/systemd/sd-daemon.h"/></para>
 
index a41447b63c6a61a6dae13ec89b23d1c370ea642f..a98122b1b0202a56e78fa127788c16c71ec78f71 100644 (file)
 
                 <para>For details about the algorithms check the
                 liberally licensed reference implementation sources:
-                <ulink url="http://cgit.freedesktop.org/systemd/systemd/plain/src/sd-daemon.c"/>
+                <ulink url="http://cgit.freedesktop.org/systemd/systemd/plain/src/libsystemd-daemon/sd-daemon.c"/>
                 resp. <ulink
                 url="http://cgit.freedesktop.org/systemd/systemd/plain/src/systemd/sd-daemon.h"/></para>
 
index f6a9497d56588744a0ef27a9d2d14b58308fbbea..649b1995a1ecc81b39d6e0b368e8040af4df5585 100644 (file)
 
                 <para>For details about the algorithm check the
                 liberally licensed reference implementation sources:
-                <ulink url="http://cgit.freedesktop.org/systemd/systemd/plain/src/sd-daemon.c"/>
+                <ulink url="http://cgit.freedesktop.org/systemd/systemd/plain/src/libsystemd-daemon/sd-daemon.c"/>
                 resp. <ulink
                 url="http://cgit.freedesktop.org/systemd/systemd/plain/src/systemd/sd-daemon.h"/></para>
 
index 606ee1e57fd714a430dd80294097673ad731bb96..346ec8f90b42d04a306eab914788885a296a3ea0 100644 (file)
 
                 <para>For details about the algorithms check the
                 liberally licensed reference implementation sources:
-                <ulink url="http://cgit.freedesktop.org/systemd/systemd/plain/src/sd-daemon.c"/>
+                <ulink url="http://cgit.freedesktop.org/systemd/systemd/plain/src/libsystemd-daemon/sd-daemon.c"/>
                 resp. <ulink
                 url="http://cgit.freedesktop.org/systemd/systemd/plain/src/systemd/sd-daemon.h"/></para>
 
index b204e317be4a29e65e14dbe31e80d0624448a446..fb7456d50ff0847620a2ae6ac3c91f36cf4f0ae2 100644 (file)
@@ -59,7 +59,7 @@ extern "C" {
   You may find an up-to-date version of these source files online:
 
   http://cgit.freedesktop.org/systemd/systemd/plain/src/systemd/sd-daemon.h
-  http://cgit.freedesktop.org/systemd/systemd/plain/src/sd-daemon.c
+  http://cgit.freedesktop.org/systemd/systemd/plain/src/libsystemd-daemon/sd-daemon.c
 
   This should compile on non-Linux systems, too, but with the
   exception of the sd_is_xxx() calls all functions will become NOPs.