X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fsd_readahead.xml;h=bb01bcfd896a650f59adb03a7560b4e952585591;hp=2e7e09c5ecce245fb77643d8f81fa8bfa57eab13;hb=6b46ea73e3b1d8a1e65f58ac04772821bd4a72fb;hpb=19c5f19d69bb5f520fa7213239490c55de06d99d diff --git a/man/sd_readahead.xml b/man/sd_readahead.xml index 2e7e09c5e..bb01bcfd8 100644 --- a/man/sd_readahead.xml +++ b/man/sd_readahead.xml @@ -8,20 +8,20 @@ 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 . --> - + sd_readahead @@ -130,7 +130,7 @@ For details about the algorithm check the liberally licensed reference implementation sources: - resp. sd_readahead() is @@ -140,9 +140,9 @@ 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 + If -DDISABLE_SYSTEMD is set during compilation, this function will always return 0 and otherwise become a NOP. @@ -170,7 +170,7 @@ sd_readahead("noreplay"); See Also systemd1, - sd-readahead7, + sd-readahead3, daemon7