X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fsystemd%2Fsd-readahead.h;h=ed8300c9b386e655c8b126c7745298afa76d2de6;hb=5f381b355a95b953654e46ba3ccdc81bdec165ea;hp=ee7e30606e56bedb14a9da9f88b6c6d4ccc587ff;hpb=81527be142678057215665be66e4b3c8306a7ab3;p=elogind.git diff --git a/src/systemd/sd-readahead.h b/src/systemd/sd-readahead.h index ee7e30606..ed8300c9b 100644 --- a/src/systemd/sd-readahead.h +++ b/src/systemd/sd-readahead.h @@ -34,7 +34,7 @@ extern "C" { /* Reference implementation of a few boot readahead related interfaces. These interfaces are trivial to implement. To simplify - porting we provide this reference implementation. Applications are + porting, we provide this reference implementation. Applications are welcome to reimplement the algorithms described here if they do not want to include these two source files. @@ -47,13 +47,13 @@ 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/systemd/plain/src/systemd/sd-readahead.h + http://cgit.freedesktop.org/systemd/systemd/plain/src/readahead/sd-readahead.c This should compile on non-Linux systems, too, but all functions will become NOPs. - See sd-readahead(7) for more information. + See sd-readahead(3) for more information. */ /*