Skip to content

Commit 0675cc4

Browse files
edolstrapoettering
authored andcommitted
daemon: Fix broken links to sd-daemon.c
1 parent 64e441d commit 0675cc4

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

man/sd-daemon.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138
<para>In addition, for details about the algorithms
139139
check the liberally licensed reference implementation
140140
sources:
141-
<ulink url="http://cgit.freedesktop.org/systemd/systemd/plain/src/sd-daemon.c"/>
141+
<ulink url="http://cgit.freedesktop.org/systemd/systemd/plain/src/libsystemd-daemon/sd-daemon.c"/>
142142
resp. <ulink url="http://cgit.freedesktop.org/systemd/systemd/plain/src/systemd/sd-daemon.h"/></para>
143143

144144
<para>These APIs are implemented in the reference

man/sd_booted.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393

9494
<para>For details about the algorithm check the
9595
liberally licensed reference implementation sources:
96-
<ulink url="http://cgit.freedesktop.org/systemd/systemd/plain/src/sd-daemon.c"/>
96+
<ulink url="http://cgit.freedesktop.org/systemd/systemd/plain/src/libsystemd-daemon/sd-daemon.c"/>
9797
resp. <ulink
9898
url="http://cgit.freedesktop.org/systemd/systemd/plain/src/systemd/sd-daemon.h"/></para>
9999

man/sd_is_fifo.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@
180180

181181
<para>For details about the algorithms check the
182182
liberally licensed reference implementation sources:
183-
<ulink url="http://cgit.freedesktop.org/systemd/systemd/plain/src/sd-daemon.c"/>
183+
<ulink url="http://cgit.freedesktop.org/systemd/systemd/plain/src/libsystemd-daemon/sd-daemon.c"/>
184184
resp. <ulink
185185
url="http://cgit.freedesktop.org/systemd/systemd/plain/src/systemd/sd-daemon.h"/></para>
186186

man/sd_listen_fds.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@
141141

142142
<para>For details about the algorithm check the
143143
liberally licensed reference implementation sources:
144-
<ulink url="http://cgit.freedesktop.org/systemd/systemd/plain/src/sd-daemon.c"/>
144+
<ulink url="http://cgit.freedesktop.org/systemd/systemd/plain/src/libsystemd-daemon/sd-daemon.c"/>
145145
resp. <ulink
146146
url="http://cgit.freedesktop.org/systemd/systemd/plain/src/systemd/sd-daemon.h"/></para>
147147

man/sd_notify.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@
227227

228228
<para>For details about the algorithms check the
229229
liberally licensed reference implementation sources:
230-
<ulink url="http://cgit.freedesktop.org/systemd/systemd/plain/src/sd-daemon.c"/>
230+
<ulink url="http://cgit.freedesktop.org/systemd/systemd/plain/src/libsystemd-daemon/sd-daemon.c"/>
231231
resp. <ulink
232232
url="http://cgit.freedesktop.org/systemd/systemd/plain/src/systemd/sd-daemon.h"/></para>
233233

src/systemd/sd-daemon.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ extern "C" {
5959
You may find an up-to-date version of these source files online:
6060
6161
http://cgit.freedesktop.org/systemd/systemd/plain/src/systemd/sd-daemon.h
62-
http://cgit.freedesktop.org/systemd/systemd/plain/src/sd-daemon.c
62+
http://cgit.freedesktop.org/systemd/systemd/plain/src/libsystemd-daemon/sd-daemon.c
6363
6464
This should compile on non-Linux systems, too, but with the
6565
exception of the sd_is_xxx() calls all functions will become NOPs.

0 commit comments

Comments
 (0)