[systemd-devel] [PATCH] Fix broken links to sd-daemon.c

Eelco Dolstra eelco.dolstra at logicblox.com
Thu Sep 13 10:44:47 PDT 2012


---
 man/sd-daemon.xml       | 2 +-
 man/sd_booted.xml       | 2 +-
 man/sd_is_fifo.xml      | 2 +-
 man/sd_listen_fds.xml   | 2 +-
 man/sd_notify.xml       | 2 +-
 src/systemd/sd-daemon.h | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/man/sd-daemon.xml b/man/sd-daemon.xml
index 30a1b92..1e1734a 100644
--- a/man/sd-daemon.xml
+++ b/man/sd-daemon.xml
@@ -138,7 +138,7 @@
                 <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
diff --git a/man/sd_booted.xml b/man/sd_booted.xml
index 83cbd6b..3567d58 100644
--- a/man/sd_booted.xml
+++ b/man/sd_booted.xml
@@ -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>
 
diff --git a/man/sd_is_fifo.xml b/man/sd_is_fifo.xml
index a41447b..a98122b 100644
--- a/man/sd_is_fifo.xml
+++ b/man/sd_is_fifo.xml
@@ -180,7 +180,7 @@
 
                 <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>
 
diff --git a/man/sd_listen_fds.xml b/man/sd_listen_fds.xml
index f6a9497..649b199 100644
--- a/man/sd_listen_fds.xml
+++ b/man/sd_listen_fds.xml
@@ -141,7 +141,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>
 
diff --git a/man/sd_notify.xml b/man/sd_notify.xml
index 606ee1e..346ec8f 100644
--- a/man/sd_notify.xml
+++ b/man/sd_notify.xml
@@ -227,7 +227,7 @@
 
                 <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>
 
diff --git a/src/systemd/sd-daemon.h b/src/systemd/sd-daemon.h
index b204e31..fb7456d 100644
--- a/src/systemd/sd-daemon.h
+++ b/src/systemd/sd-daemon.h
@@ -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.
-- 
1.7.11.4



More information about the systemd-devel mailing list