X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fsd_readahead.xml;h=ff7b355741c3bf774b537ecf5d47f31f7a897543;hp=25fe5b2fc62f6003909f3ab7c88b146f1f87f451;hb=a29271926ad5530276cec486c93ea72ef71a652c;hpb=dc1ecd78e9f046880d10ddb45cf9b06df1084b10 diff --git a/man/sd_readahead.xml b/man/sd_readahead.xml index 25fe5b2fc..ff7b35574 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 . --> @@ -129,9 +129,9 @@ 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 @@ -140,7 +140,7 @@ recommended that applications consuming this API copy the implementation into their source tree. For more details about the reference implementation see - sd-readahead7 + sd-readahead3 If -DDISABLE_SYSTEMD is set during compilation this function will always return 0 and otherwise @@ -170,7 +170,7 @@ sd_readahead("noreplay"); See Also systemd1, - sd-readahead7, + sd-readahead3, daemon7