chiark / gitweb /
headers: fix git URLs for source files
authorLennart Poettering <lennart@poettering.net>
Thu, 5 Jan 2012 17:21:26 +0000 (18:21 +0100)
committerLennart Poettering <lennart@poettering.net>
Thu, 5 Jan 2012 17:25:36 +0000 (18:25 +0100)
man/sd-daemon.xml
man/sd-readahead.xml
man/sd_booted.xml
man/sd_is_fifo.xml
man/sd_listen_fds.xml
man/sd_notify.xml
man/sd_readahead.xml
src/systemd/sd-daemon.h
src/systemd/sd-readahead.h

index 383d77f5951eab4ab7231d5331f66a6aed81e8a1..3f3a723f7b58930c3b3ddbce847421e506fac66a 100644 (file)
                 <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
index 819691e4de2e8fba44b68fbe4ac18038df656432..7c21656bbdc449793bbbe3c7363a35b6128b9c4b 100644 (file)
@@ -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
index c9f538a3e6e01a91c674b4b8a882c3fca740d79e..c876874be1a3553cfa446b14fdf1e5f66815fc6b 100644 (file)
@@ -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
index 82b89bb29051565e194ac3a07a8a9bd6e361b7d4..6055893f507e650c322eabad5d26b6f792cbbbc0 100644 (file)
 
                 <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
index 68a45cd7668b4124244425934c6d14008f4ad356..09d0503e134d6c20084439d365ec5764f4fa68b8 100644 (file)
 
                 <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
index c3791ce39ff43a3492ab3dcf9ca5a0f5297c4195..020914607cab38df794e7807e50b5eaa0133464f 100644 (file)
 
                 <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
index 25fe5b2fc62f6003909f3ab7c88b146f1f87f451..4b8c9575d43a36874a80965861ac060f8754cd1f 100644 (file)
 
                 <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
index 46dc7fd7e596a3f40c9d03d486e70ece67bab7b3..eb2a6065112f6e29b1a637e8c070200e9b1dac08 100644 (file)
@@ -58,7 +58,7 @@ extern "C" {
 
   You may find an up-to-date version of these source files online:
 
-  http://cgit.freedesktop.org/systemd/plain/src/sd-daemon.h
+  http://cgit.freedesktop.org/systemd/plain/src/systemd/sd-daemon.h
   http://cgit.freedesktop.org/systemd/plain/src/sd-daemon.c
 
   This should compile on non-Linux systems, too, but with the
index ee7e30606e56bedb14a9da9f88b6c6d4ccc587ff..afe6768c3b1d78853709ace0e7b56f975b6651ea 100644 (file)
@@ -47,8 +47,8 @@ extern "C" {
 
   You may find an up-to-date version of these source files online:
 
-  http://cgit.freedesktop.org/systemd/plain/src/sd-readahead.h
-  http://cgit.freedesktop.org/systemd/plain/src/sd-readahead.c
+  http://cgit.freedesktop.org/systemd/plain/src/systemd/sd-readahead.h
+  http://cgit.freedesktop.org/systemd/plain/src/readahead/sd-readahead.c
 
   This should compile on non-Linux systems, too, but all functions
   will become NOPs.