From 2ca8941c1fd5739874e4c29bd5ad176b21587a3d Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Mon, 11 Feb 2013 20:09:22 +0000 Subject: Remove trailing whitespace from all files. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10121 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- prologue/architecture.xml | 4 +-- prologue/bookinfo.xml | 2 +- prologue/foreword.xml | 2 +- prologue/hostreqs.xml | 6 ++-- prologue/standards.xml | 22 ++++++------- prologue/why.xml | 80 +++++++++++++++++++++++------------------------ 6 files changed, 58 insertions(+), 58 deletions(-) (limited to 'prologue') diff --git a/prologue/architecture.xml b/prologue/architecture.xml index 7ee2d8d0f..45e1fbdb1 100644 --- a/prologue/architecture.xml +++ b/prologue/architecture.xml @@ -25,8 +25,8 @@ larger and the execution speeds are only slightly faster. For example, in a test build of LFS-6.5 on a Core2Duo CPU based system, the following statistics were measured: -Architecture Build Time Build Size -32-bit 198.5 minutes 648 MB +Architecture Build Time Build Size +32-bit 198.5 minutes 648 MB 64-bit 190.6 minutes 709 MB As you can see, the 64-bit build is only 4% faster and is 9% larger than diff --git a/prologue/bookinfo.xml b/prologue/bookinfo.xml index 8ca2a5c91..5d95c53c5 100644 --- a/prologue/bookinfo.xml +++ b/prologue/bookinfo.xml @@ -33,7 +33,7 @@ All rights reserved. This book is licensed under a . - Computer instructions may be extracted from the book under the + Computer instructions may be extracted from the book under the . Linux is a registered trademark of diff --git a/prologue/foreword.xml b/prologue/foreword.xml index da1de7756..6a4c56828 100644 --- a/prologue/foreword.xml +++ b/prologue/foreword.xml @@ -13,7 +13,7 @@ My journey to learn and better understand Linux began over a decade ago, back in 1998. I had just installed my first Linux distribution and had quickly become intrigued with the whole concept and philosophy behind -Linux. +Linux. There are always many ways to accomplish a single task. The same can be said about Linux distributions. A great many have existed over the years. Some diff --git a/prologue/hostreqs.xml b/prologue/hostreqs.xml index d44550f41..74cb9e573 100644 --- a/prologue/hostreqs.xml +++ b/prologue/hostreqs.xml @@ -157,7 +157,7 @@ echo "/bin/sh -> `readlink -f /bin/sh`" echo -n "Binutils: "; ld --version | head -n1 | cut -d" " -f3- bison --version | head -n1 if [ -e /usr/bin/yacc ]; - then echo "/usr/bin/yacc -> `readlink -f /usr/bin/yacc`"; + then echo "/usr/bin/yacc -> `readlink -f /usr/bin/yacc`"; else echo "yacc not found"; fi bzip2 --version 2>&1 < /dev/null | head -n1 | cut -d" " -f1,6- @@ -166,7 +166,7 @@ diff --version | head -n1 find --version | head -n1 gawk --version | head -n1 if [ -e /usr/bin/awk ]; - then echo "/usr/bin/awk -> `readlink -f /usr/bin/awk`"; + then echo "/usr/bin/awk -> `readlink -f /usr/bin/awk`"; else echo "awk not found"; fi gcc --version | head -n1 @@ -184,7 +184,7 @@ echo "Texinfo: `makeinfo --version | head -n1`" xz --version | head -n1 echo 'main(){}' > dummy.c && gcc -o dummy dummy.c -if [ -x dummy ] +if [ -x dummy ] then echo "gcc compilation OK"; else echo "gcc compilation failed"; fi rm -f dummy.c dummy diff --git a/prologue/standards.xml b/prologue/standards.xml index 20b340a99..40acd3992 100644 --- a/prologue/standards.xml +++ b/prologue/standards.xml @@ -13,21 +13,21 @@ - The structure of LFS follows Linux standards as closely as + The structure of LFS follows Linux standards as closely as possible. The primary standards are: - + POSIX.1-2008. - Filesystem + Filesystem Hierarchy Standard (FHS) - Linux + Linux Standard Base (LSB) Core Specification 4.0 The LSB has five separate standards: Core, C++, Desktop, @@ -48,7 +48,7 @@ Creating a complete LFS system capable of passing the LSB certifications tests is possible, but not without many additional packages that are beyond the scope of LFS. These additional packages have - installation instructions in BLFS. + installation instructions in BLFS. Packages supplied by LFS needed to @@ -102,16 +102,16 @@ - + Packages supplied by BLFS needed to satisfy the LSB Requirements - + LSB Core: - At, Batch (a part of At), Bc, Cpio, Ed, Fcrontab, Initd-tools, + At, Batch (a part of At), Bc, Cpio, Ed, Fcrontab, Initd-tools, Lsb_release, PAM, Sendmail (or Postfix or Exim) @@ -155,11 +155,11 @@ - - Packages not supplied by LFS or BLFS + + Packages not supplied by LFS or BLFS needed to satisfy the LSB Requirements - + LSB Core: diff --git a/prologue/why.xml b/prologue/why.xml index c1aaad6ed..f70dbfba9 100644 --- a/prologue/why.xml +++ b/prologue/why.xml @@ -10,8 +10,8 @@ Rationale for Packages in the Book - As stated earlier, the goal of LFS is to build a complete and usable - foundation-level system. This includes all packages needed to replicate + As stated earlier, the goal of LFS is to build a complete and usable + foundation-level system. This includes all packages needed to replicate itself while providing a relatively minimal base from which to customize a more complete system based on the choices of the user. This does not mean that LFS is the smallest system possible. Several important packages @@ -49,7 +49,7 @@ Binutils - This package contains a linker, an assembler, and other + This package contains a linker, an assembler, and other tools for handling object files. The programs in this package are needed to compile most of the packages in an LFS system and beyond. @@ -64,7 +64,7 @@ Bzip2 - This package contains programs for compressing and decompressing + This package contains programs for compressing and decompressing files. It is required to decompress many LFS packages. @@ -78,7 +78,7 @@ Coreutils - This package contains a number of essential programs for viewing + This package contains a number of essential programs for viewing and manipulating files and directories. These programs are needed for command line file management, and are necessary for the installation procedures of every package in LFS. @@ -94,7 +94,7 @@ Diffutils - This package contains programs that show the differences + This package contains programs that show the differences between files or directories. These programs can be used to create patches, and are also used in many packages' build procedures. @@ -102,9 +102,9 @@ Expect - This package contains a program for carrying out scripted + This package contains a program for carrying out scripted dialogues with other interactive programs. It is commonly used - for testing other packages. It is only installed in the temporary + for testing other packages. It is only installed in the temporary toolchain. @@ -119,7 +119,7 @@ File - This package contains a utility for determining the type of a + This package contains a utility for determining the type of a given file or files. A few packages need it to build. @@ -133,9 +133,9 @@ Flex - This package contains a utility for generating programs that - recognize patterns in text. It is the GNU version of the lex - (lexical analyzer) program. It is required to build several + This package contains a utility for generating programs that + recognize patterns in text. It is the GNU version of the lex + (lexical analyzer) program. It is required to build several LFS packages. @@ -150,8 +150,8 @@ Gcc - This package is the Gnu Compiler Collection. It contains the - C and C++ compilers as well as several others not built by LFS. + This package is the Gnu Compiler Collection. It contains the + C and C++ compilers as well as several others not built by LFS. @@ -165,7 +165,7 @@ Gettext - This package contains utilities and libraries for + This package contains utilities and libraries for internationalization and localization of numerous packages. @@ -200,7 +200,7 @@ GRUB - This package is the Grand Unified Boot Loader. It is one + This package is the Grand Unified Boot Loader. It is one of several boot loaders available, but is the most flexible. @@ -208,7 +208,7 @@ Gzip - This package contains programs for compressing and + This package contains programs for compressing and decompressing files. It is needed to decompress many packages in LFS and beyond. @@ -223,7 +223,7 @@ Inetutils - This package contains programs for basic network + This package contains programs for basic network administration. @@ -260,8 +260,8 @@ Libtool - This package contains the GNU generic library support - script. It wraps the complexity of using shared libraries in a + This package contains the GNU generic library support + script. It wraps the complexity of using shared libraries in a consistent, portable interface. It is needed by the test suites in other LFS packages. @@ -313,15 +313,15 @@ MPFR - This package contains functions for multiple precision + This package contains functions for multiple precision arithmetic. It is required by Gcc. Ncurses - This package contains libraries for terminal-independent - handling of character screens. It is often used to provide + This package contains libraries for terminal-independent + handling of character screens. It is often used to provide cursor control for a menuing system. It is needed by a number of packages in LFS. @@ -330,7 +330,7 @@ Patch This package contains a program for modifying or creating files by - applying a patch file typically created + applying a patch file typically created by the diff program. It is needed by the build procedure for several LFS packages. @@ -355,7 +355,7 @@ Pkg-config - This package provides a program to return meta-data about an + This package provides a program to return meta-data about an installed library or package. @@ -377,7 +377,7 @@ Psmisc - This package contains programs for displaying information + This package contains programs for displaying information about running processes. These programs are useful for system administration. @@ -385,30 +385,30 @@ Readline - This package is a set of libraries that offers command-line + This package is a set of libraries that offers command-line editing and history capabilities. It is used by Bash. Sed - This package allows editing of text without opening it in a - text editor. It is also needed by most LFS packages' configure + This package allows editing of text without opening it in a + text editor. It is also needed by most LFS packages' configure scripts. Shadow - This package contains programs for handling passwords + This package contains programs for handling passwords in a secure way. Sysklogd - This package contains programs for logging system messages, - such as those given by the kernel or daemon processes when unusual + This package contains programs for logging system messages, + such as those given by the kernel or daemon processes when unusual events occur. @@ -431,22 +431,22 @@ Tcl This package contains the Tool Command Language used - in many test suites in LFS packages. It is only installed in + in many test suites in LFS packages. It is only installed in the temporary toolchain. Texinfo - This package contains programs for reading, writing, and - converting info pages. It is used in the installation + This package contains programs for reading, writing, and + converting info pages. It is used in the installation procedures of many LFS packages. Udev - This package contains programs for dynamic creation of + This package contains programs for dynamic creation of device nodes. It is an alternative to creating thousands of static devices in the /dev directory. @@ -454,8 +454,8 @@ Util-linux - This package contains miscellaneous utility programs. - Among them are utilities for handling file systems, consoles, + This package contains miscellaneous utility programs. + Among them are utilities for handling file systems, consoles, partitions, and messages. @@ -471,7 +471,7 @@ XZ Utils - This package contains programs for compressing and decompressing + This package contains programs for compressing and decompressing files. It provides the highest compression generally available and is useful for decompressing packages XZ or LZMA format. @@ -479,7 +479,7 @@ Zlib - This package contains compression and decompression routines + This package contains compression and decompression routines used by some programs. -- cgit v1.2.3-54-g00ecf