X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fsd_readahead.xml;h=2a92727881e16a5ee99224e7a10d5094138338bf;hp=ac54dc48ff875a9ef7a66054edaf31269ec8e185;hb=3ab1e259d918228c68c1829bd67625e1dc660862;hpb=e62e6670f77a886d26fbfe612e6f4fa0c2e0c98b diff --git a/man/sd_readahead.xml b/man/sd_readahead.xml index ac54dc48f..2a9272788 100644 --- a/man/sd_readahead.xml +++ b/man/sd_readahead.xml @@ -8,16 +8,16 @@ Copyright 2010 Lennart Poettering systemd is free software; you can redistribute it and/or modify it - under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or + under the terms of the GNU Lesser General Public License as published by + the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. systemd is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - General Public License for more details. + Lesser General Public License for more details. - You should have received a copy of the GNU General Public License + You should have received a copy of the GNU Lesser General Public License along with systemd; If not, see . --> @@ -49,7 +49,7 @@ - #include "sd-daemon.h" + #include "sd-readahead.h" int sd_readahead @@ -123,15 +123,15 @@ reference implementation. Internally, this function creates a file in - /dev/.systemd/readahead/ which is + /run/systemd/readahead/ which is then used as flag file to notify the read-ahead subsystem. For details about the algorithm check the liberally licensed reference implementation sources: - + resp. + url="http://cgit.freedesktop.org/systemd/systemd/plain/src/systemd/sd-readahead.h"/> sd_readahead() is implemented in the reference implementation's drop-in