diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-01-05 18:21:26 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-01-05 18:25:36 +0100 |
commit | 8ab49c12dcab02d9d83e63a93676d4fc8f709516 (patch) | |
tree | fa412e3c6970aa954797ee7e2bf230d37ee3a582 /man | |
parent | fbe224e2032cfbd9ea664a64c5254756ce5b5448 (diff) |
headers: fix git URLs for source files
Diffstat (limited to 'man')
-rw-r--r-- | man/sd-daemon.xml | 4 | ||||
-rw-r--r-- | man/sd-readahead.xml | 4 | ||||
-rw-r--r-- | man/sd_booted.xml | 4 | ||||
-rw-r--r-- | man/sd_is_fifo.xml | 4 | ||||
-rw-r--r-- | man/sd_listen_fds.xml | 4 | ||||
-rw-r--r-- | man/sd_notify.xml | 4 | ||||
-rw-r--r-- | man/sd_readahead.xml | 4 |
7 files changed, 14 insertions, 14 deletions
diff --git a/man/sd-daemon.xml b/man/sd-daemon.xml index 383d77f595..3f3a723f7b 100644 --- a/man/sd-daemon.xml +++ b/man/sd-daemon.xml @@ -130,8 +130,8 @@ <para>In addition, for details about the algorithms check the liberally licensed reference implementation sources: - <ulink url="http://cgit.freedesktop.org/systemd/tree/src/sd-daemon.c"/> - resp. <ulink url="http://cgit.freedesktop.org/systemd/tree/src/sd-daemon.h"/></para> + <ulink url="http://cgit.freedesktop.org/systemd/plain/src/sd-daemon.c"/> + resp. <ulink url="http://cgit.freedesktop.org/systemd/plain/src/systemd/sd-daemon.h"/></para> <para>These APIs are implemented in the reference implementation's <filename>sd-daemon.c</filename> and diff --git a/man/sd-readahead.xml b/man/sd-readahead.xml index 819691e4de..7c21656bbd 100644 --- a/man/sd-readahead.xml +++ b/man/sd-readahead.xml @@ -86,8 +86,8 @@ <para>In addition, for details about the algorithms check the liberally licensed reference implementation sources: - <ulink url="http://cgit.freedesktop.org/systemd/tree/src/sd-readahead.c"/> - resp. <ulink url="http://cgit.freedesktop.org/systemd/tree/src/sd-readahead.h"/></para> + <ulink url="http://cgit.freedesktop.org/systemd/plain/src/readahead/sd-readahead.c"/> + resp. <ulink url="http://cgit.freedesktop.org/systemd/plain/src/systemd/sd-readahead.h"/></para> <para>These APIs are implemented in the reference implementation's drop-in diff --git a/man/sd_booted.xml b/man/sd_booted.xml index c9f538a3e6..c876874be1 100644 --- a/man/sd_booted.xml +++ b/man/sd_booted.xml @@ -93,9 +93,9 @@ <para>For details about the algorithm check the liberally licensed reference implementation sources: - <ulink url="http://cgit.freedesktop.org/systemd/tree/src/sd-daemon.c"/> + <ulink url="http://cgit.freedesktop.org/systemd/plain/src/sd-daemon.c"/> resp. <ulink - url="http://cgit.freedesktop.org/systemd/tree/src/sd-daemon.h"/></para> + url="http://cgit.freedesktop.org/systemd/plain/src/systemd/sd-daemon.h"/></para> <para><function>sd_booted()</function> is implemented in the reference implementation's diff --git a/man/sd_is_fifo.xml b/man/sd_is_fifo.xml index 82b89bb290..6055893f50 100644 --- a/man/sd_is_fifo.xml +++ b/man/sd_is_fifo.xml @@ -180,9 +180,9 @@ <para>For details about the algorithms check the liberally licensed reference implementation sources: - <ulink url="http://cgit.freedesktop.org/systemd/tree/src/sd-daemon.c"/> + <ulink url="http://cgit.freedesktop.org/systemd/plain/src/sd-daemon.c"/> resp. <ulink - url="http://cgit.freedesktop.org/systemd/tree/src/sd-daemon.h"/></para> + url="http://cgit.freedesktop.org/systemd/plain/src/systemd/sd-daemon.h"/></para> <para><function>sd_is_fifo()</function> and the related functions are implemented in the reference diff --git a/man/sd_listen_fds.xml b/man/sd_listen_fds.xml index 68a45cd766..09d0503e13 100644 --- a/man/sd_listen_fds.xml +++ b/man/sd_listen_fds.xml @@ -140,9 +140,9 @@ <para>For details about the algorithm check the liberally licensed reference implementation sources: - <ulink url="http://cgit.freedesktop.org/systemd/tree/src/sd-daemon.c"/> + <ulink url="http://cgit.freedesktop.org/systemd/plain/src/sd-daemon.c"/> resp. <ulink - url="http://cgit.freedesktop.org/systemd/tree/src/sd-daemon.h"/></para> + url="http://cgit.freedesktop.org/systemd/plain/src/systemd/sd-daemon.h"/></para> <para><function>sd_listen_fds()</function> is implemented in the reference implementation's diff --git a/man/sd_notify.xml b/man/sd_notify.xml index c3791ce39f..020914607c 100644 --- a/man/sd_notify.xml +++ b/man/sd_notify.xml @@ -208,9 +208,9 @@ <para>For details about the algorithms check the liberally licensed reference implementation sources: - <ulink url="http://cgit.freedesktop.org/systemd/tree/src/sd-daemon.c"/> + <ulink url="http://cgit.freedesktop.org/systemd/plain/src/sd-daemon.c"/> resp. <ulink - url="http://cgit.freedesktop.org/systemd/tree/src/sd-daemon.h"/></para> + url="http://cgit.freedesktop.org/systemd/plain/src/systemd/sd-daemon.h"/></para> <para><function>sd_notify()</function> and <function>sd_notifyf()</function> are implemented in diff --git a/man/sd_readahead.xml b/man/sd_readahead.xml index 25fe5b2fc6..4b8c9575d4 100644 --- a/man/sd_readahead.xml +++ b/man/sd_readahead.xml @@ -129,9 +129,9 @@ <para>For details about the algorithm check the liberally licensed reference implementation sources: - <ulink url="http://cgit.freedesktop.org/systemd/tree/src/sd-readahead.c"/> + <ulink url="http://cgit.freedesktop.org/systemd/plain/src/readahead/sd-readahead.c"/> resp. <ulink - url="http://cgit.freedesktop.org/systemd/tree/src/sd-readahead.h"/></para> + url="http://cgit.freedesktop.org/systemd/plain/src/systemd/sd-readahead.h"/></para> <para><function>sd_readahead()</function> is implemented in the reference implementation's drop-in |