diff options
author | Bryan Kadzban <bryan@linuxfromscratch.org> | 2008-11-06 05:23:09 +0000 |
---|---|---|
committer | Bryan Kadzban <bryan@linuxfromscratch.org> | 2008-11-06 05:23:09 +0000 |
commit | a91be49af49a502ab60a3923b5e42034c39754fa (patch) | |
tree | 87e2382dae9a6ba1a0abcf66f82d5f0bd83b3043 /appendices | |
parent | f7242d435512d5e29d8b0a23eb3b45096591319b (diff) |
s/<tab>/<spaces>/g everywhere. Also fix one typo in the e2fsprogs installed-binaries list, since I noticed it when killing tabs.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8734 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'appendices')
-rw-r--r-- | appendices/dependencies.xml | 10 | ||||
-rw-r--r-- | appendices/license.xml | 14 | ||||
-rw-r--r-- | appendices/mit-lic.xml | 24 | ||||
-rw-r--r-- | appendices/scripts.xml | 16 | ||||
-rw-r--r-- | appendices/udev-rules.xml | 6 |
5 files changed, 35 insertions, 35 deletions
diff --git a/appendices/dependencies.xml b/appendices/dependencies.xml index edf655271..da56a369e 100644 --- a/appendices/dependencies.xml +++ b/appendices/dependencies.xml @@ -95,7 +95,7 @@ <seglistitem> <seg>Bash, Bison, Coreutils, Diffutils, Gawk, GCC, Glibc, Grep, Make, - Ncurses, Patch, Readline, Sed, and Texinfo</seg> + Ncurses, Patch, Readline, Sed, and Texinfo</seg> </seglistitem> </segmentedlist> @@ -289,8 +289,8 @@ <segtitle>&dependencies;</segtitle> <seglistitem> - <seg>Bash, Binutils, Coreutils, Diffutils, GCC, Gettext, Glibc, Grep, - Make, Patch, Sed, and Texinfo</seg> + <seg>Bash, Binutils, Coreutils, Diffutils, GCC, Gettext, Glibc, Grep, + Make, Patch, Sed, and Texinfo</seg> </seglistitem> </segmentedlist> @@ -373,8 +373,8 @@ <segtitle>&dependencies;</segtitle> <seglistitem> - <seg>Bash, Binutils, Coreutils, Diffutils, Gawk, GCC, Glibc, Grep, - Make, Sed, and Zlib</seg> + <seg>Bash, Binutils, Coreutils, Diffutils, Gawk, GCC, Glibc, Grep, + Make, Sed, and Zlib</seg> </seglistitem> </segmentedlist> diff --git a/appendices/license.xml b/appendices/license.xml index da2b891be..079552b0a 100644 --- a/appendices/license.xml +++ b/appendices/license.xml @@ -11,15 +11,15 @@ <title>LFS Licenses</title> - <para>This book is licensed under the Creative Commons - Attribution-NonCommercial-ShareAlike 2.0 License.</para> + <para>This book is licensed under the Creative Commons + Attribution-NonCommercial-ShareAlike 2.0 License.</para> - <para>Computer instructions may be extracted from the book under the MIT - License.</para> + <para>Computer instructions may be extracted from the book under the MIT + License.</para> - - <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="creat-comm.xml"/> - <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="mit-lic.xml"/> + + <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="creat-comm.xml"/> + <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="mit-lic.xml"/> </appendix> diff --git a/appendices/mit-lic.xml b/appendices/mit-lic.xml index 9f02067e7..1e8ed4d03 100644 --- a/appendices/mit-lic.xml +++ b/appendices/mit-lic.xml @@ -13,21 +13,21 @@ <para>Copyright © ©rightdate; Gerard Beekmans</para> <para>Permission is hereby granted, free of charge, to any person obtaining a copy - of this software and associated documentation files (the "Software"), to deal - in the Software without restriction, including without limitation the rights - to use, copy, modify, merge, publish, distribute, sublicense, and/or sell - copies of the Software, and to permit persons to whom the Software is - furnished to do so, subject to the following conditions:</para> + of this software and associated documentation files (the "Software"), to deal + in the Software without restriction, including without limitation the rights + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions:</para> <para>The above copyright notice and this permission notice shall be included in - all copies or substantial portions of the Software.</para> + all copies or substantial portions of the Software.</para> <para>THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, - FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE - AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER - LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, - OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN - THE SOFTWARE.</para> + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN + THE SOFTWARE.</para> </sect1> diff --git a/appendices/scripts.xml b/appendices/scripts.xml index 7730a9198..15e57b3d3 100644 --- a/appendices/scripts.xml +++ b/appendices/scripts.xml @@ -39,14 +39,14 @@ <title>Boot and sysconfig scripts version-&lfs-bootscripts-version;</title> - <para>The scripts in this appendix are listed by the directory where they - normally reside. The order is <filename - class='directory'>/etc/rc.d/init.d</filename>, <filename - class='directory'>/etc/sysconfig</filename>, <filename - class='directory'>/etc/sysconfig/network-devices</filename>, and <filename - class='directory'>/etc/sysconfig/network-devices/services</filename>. Within - each section, the files are listed in the order they are normally called. - </para> + <para>The scripts in this appendix are listed by the directory where they + normally reside. The order is <filename + class='directory'>/etc/rc.d/init.d</filename>, <filename + class='directory'>/etc/sysconfig</filename>, <filename + class='directory'>/etc/sysconfig/network-devices</filename>, and <filename + class='directory'>/etc/sysconfig/network-devices/services</filename>. Within + each section, the files are listed in the order they are normally called. + </para> <sect1 id="rc" role="wrap"> <title>/etc/rc.d/init.d/rc</title> diff --git a/appendices/udev-rules.xml b/appendices/udev-rules.xml index 362732fb9..76758bf44 100644 --- a/appendices/udev-rules.xml +++ b/appendices/udev-rules.xml @@ -13,9 +13,9 @@ <title>Udev configuration rules</title> - <para>The rules from &udev-config;.tar.bz2 in this appendix are listed for - convenience. Installation is normally done via instructions in <xref - linkend='ch-system-udev'/>. </para> + <para>The rules from &udev-config;.tar.bz2 in this appendix are listed for + convenience. Installation is normally done via instructions in <xref + linkend='ch-system-udev'/>. </para> <sect1 id="lfsrules" role="wrap"> <title>55-lfs.rules</title> |