chiark / gitweb /
core: switch all log targets to go directly to the journal, instead via syslog
[elogind.git] / man / sd_readahead.xml
index f5114e49a7d59063137b8749dfba18a24a6b3abb..4b8c9575d43a36874a80965861ac060f8754cd1f 100644 (file)
@@ -49,7 +49,7 @@
 
         <refsynopsisdiv>
                 <funcsynopsis>
-                        <funcsynopsisinfo>#include "sd-daemon.h"</funcsynopsisinfo>
+                        <funcsynopsisinfo>#include "sd-readahead.h"</funcsynopsisinfo>
 
                         <funcprototype>
                                 <funcdef>int <function>sd_readahead</function></funcdef>
                 reference implementation.</para>
 
                 <para>Internally, this function creates a file in
-                <filename>/dev/.run/systemd/readahead/</filename> which is
+                <filename>/run/systemd/readahead/</filename> which is
                 then used as flag file to notify the read-ahead
                 subsystem.</para>
 
                 <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