Changeset 2ca8941 for prologue


Ignore:
Timestamp:
02/11/2013 08:09:22 PM (11 years ago)
Author:
Matthew Burgess <matthew@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 7.3, 7.4, 7.5, 7.6, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
c1ec480
Parents:
c0220ed
Message:

Remove trailing whitespace from all files.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10121 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Location:
prologue
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • prologue/architecture.xml

    rc0220ed r2ca8941  
    2626were measured:</para>
    2727
    28 <screen><computeroutput>Architecture Build Time     Build Size 
    29 32-bit       198.5 minutes  648 MB 
     28<screen><computeroutput>Architecture Build Time     Build Size
     2932-bit       198.5 minutes  648 MB
    303064-bit       190.6 minutes  709 MB</computeroutput></screen>
    3131
  • prologue/bookinfo.xml

    rc0220ed r2ca8941  
    3434
    3535    <para>This book is licensed under a <xref linkend="CC"/>.</para>
    36     <para>Computer instructions may be extracted from the book under the 
     36    <para>Computer instructions may be extracted from the book under the
    3737          <xref linkend="MIT"/>.</para>
    3838
  • prologue/foreword.xml

    rc0220ed r2ca8941  
    1414back in 1998. I had just installed my first Linux distribution and had
    1515quickly become intrigued with the whole concept and philosophy behind
    16 Linux.</para> 
     16Linux.</para>
    1717
    1818<para>There are always many ways to accomplish a single task. The same can be
  • prologue/hostreqs.xml

    rc0220ed r2ca8941  
    158158bison --version | head -n1
    159159if [ -e /usr/bin/yacc ];
    160   then echo "/usr/bin/yacc -&gt; `readlink -f /usr/bin/yacc`"; 
     160  then echo "/usr/bin/yacc -&gt; `readlink -f /usr/bin/yacc`";
    161161  else echo "yacc not found"; fi
    162162
     
    167167gawk --version | head -n1
    168168if [ -e /usr/bin/awk ];
    169   then echo "/usr/bin/awk -&gt; `readlink -f /usr/bin/awk`"; 
     169  then echo "/usr/bin/awk -&gt; `readlink -f /usr/bin/awk`";
    170170  else echo "awk not found"; fi
    171171
     
    185185
    186186echo 'main(){}' &gt; dummy.c &amp;&amp; gcc -o dummy dummy.c
    187 if [ -x dummy ] 
     187if [ -x dummy ]
    188188  then echo "gcc compilation OK";
    189189  else echo "gcc compilation failed"; fi
  • prologue/standards.xml

    rc0220ed r2ca8941  
    1414    <title/> -->
    1515
    16      <para>The structure of LFS follows Linux standards as closely as 
     16     <para>The structure of LFS follows Linux standards as closely as
    1717     possible.  The primary standards are:</para>
    1818
    1919    <itemizedlist>
    2020      <listitem>
    21         <para><ulink url="http://pubs.opengroup.org/onlinepubs/9699919799/"> 
     21        <para><ulink url="http://pubs.opengroup.org/onlinepubs/9699919799/">
    2222        POSIX.1-2008</ulink>.</para>
    2323      </listitem>
    2424      <listitem>
    25         <para><ulink url="http://www.pathname.com/fhs/pub/fhs-2.3.html">Filesystem 
     25        <para><ulink url="http://www.pathname.com/fhs/pub/fhs-2.3.html">Filesystem
    2626        Hierarchy Standard (FHS)</ulink></para>
    2727
    2828      </listitem>
    2929      <listitem>
    30         <para><ulink url="http://refspecs.freestandards.org/LSB_4.0.0/">Linux 
     30        <para><ulink url="http://refspecs.freestandards.org/LSB_4.0.0/">Linux
    3131        Standard Base (LSB) Core Specification 4.0</ulink></para>
    3232
     
    4949    certifications tests is possible, but not without many additional packages
    5050    that are beyond the scope of LFS.  These additional packages have
    51     installation instructions in BLFS. </para> 
     51    installation instructions in BLFS. </para>
    5252
    5353    <variablelist>
     
    103103    </variablelist>
    104104
    105     <variablelist> 
     105    <variablelist>
    106106      <bridgehead renderas="sect3">Packages supplied by BLFS needed to
    107107          satisfy the LSB Requirements</bridgehead>
    108108      <?dbfo list-presentation="list"?>
    109       <?dbhtml list-presentation="table"?> 
     109      <?dbhtml list-presentation="table"?>
    110110
    111111      <varlistentry>
    112112        <term><emphasis>LSB Core:</emphasis></term>
    113113        <listitem>
    114           <para>At, Batch (a part of At), Bc, Cpio, Ed, Fcrontab, Initd-tools, 
     114          <para>At, Batch (a part of At), Bc, Cpio, Ed, Fcrontab, Initd-tools,
    115115          Lsb_release, PAM, Sendmail (or Postfix or Exim) </para>
    116116        </listitem>
     
    156156    </variablelist>
    157157
    158     <variablelist> 
    159       <bridgehead renderas="sect3">Packages not supplied by LFS or BLFS 
     158    <variablelist>
     159      <bridgehead renderas="sect3">Packages not supplied by LFS or BLFS
    160160      needed to satisfy the LSB Requirements</bridgehead>
    161161      <?dbfo list-presentation="list"?>
    162       <?dbhtml list-presentation="table"?> 
     162      <?dbhtml list-presentation="table"?>
    163163
    164164      <varlistentry>
  • prologue/why.xml

    rc0220ed r2ca8941  
    1111  <title>Rationale for Packages in the Book</title>
    1212
    13     <para>As stated earlier, the goal of LFS is to build a complete and usable 
    14     foundation-level system.  This includes all packages needed to replicate 
     13    <para>As stated earlier, the goal of LFS is to build a complete and usable
     14    foundation-level system.  This includes all packages needed to replicate
    1515    itself while providing a relatively minimal base from which to customize
    1616    a more complete system based on the choices of the user.  This does not
     
    5050        <para>Binutils</para>
    5151
    52         <para>This package contains a linker, an assembler, and other 
     52        <para>This package contains a linker, an assembler, and other
    5353        tools for handling object files. The programs in this package are
    5454        needed to compile most of the packages in an LFS system and beyond.</para>
     
    6565        <para>Bzip2</para>
    6666
    67         <para>This package contains programs for compressing and decompressing 
     67        <para>This package contains programs for compressing and decompressing
    6868        files.  It is required to decompress many LFS packages.</para>
    6969      </listitem>
     
    7979        <para>Coreutils</para>
    8080
    81         <para>This package contains a number of essential programs for viewing 
     81        <para>This package contains a number of essential programs for viewing
    8282        and manipulating files and directories. These programs are needed for
    8383        command line file management, and are necessary for the installation
     
    9595        <para>Diffutils</para>
    9696
    97         <para>This package contains programs that show the differences 
     97        <para>This package contains programs that show the differences
    9898        between files or directories. These programs can be used to create
    9999        patches, and are also used in many packages' build procedures.</para>
     
    103103        <para>Expect</para>
    104104
    105         <para>This package contains a program for carrying out scripted 
     105        <para>This package contains a program for carrying out scripted
    106106        dialogues with other interactive programs.  It is commonly used
    107         for testing other packages.  It is only installed in the temporary 
     107        for testing other packages.  It is only installed in the temporary
    108108        toolchain.</para>
    109109      </listitem>
     
    120120        <para>File</para>
    121121
    122         <para>This package contains a utility for determining the type of a 
     122        <para>This package contains a utility for determining the type of a
    123123        given file or files. A few packages need it to build.</para>
    124124      </listitem>
     
    134134        <para>Flex</para>
    135135
    136         <para>This package contains a utility for generating programs that 
    137         recognize patterns in text.  It is the GNU version of the lex 
    138         (lexical analyzer) program.  It is required to build several 
     136        <para>This package contains a utility for generating programs that
     137        recognize patterns in text.  It is the GNU version of the lex
     138        (lexical analyzer) program.  It is required to build several
    139139        LFS packages.</para>
    140140      </listitem>
     
    151151        <para>Gcc</para>
    152152
    153         <para>This package is the Gnu Compiler Collection.  It contains the 
    154         C and C++ compilers as well as several others not built by LFS. 
     153        <para>This package is the Gnu Compiler Collection.  It contains the
     154        C and C++ compilers as well as several others not built by LFS.
    155155        </para>
    156156      </listitem>
     
    166166        <para>Gettext</para>
    167167
    168         <para>This package contains utilities and libraries for 
     168        <para>This package contains utilities and libraries for
    169169        internationalization and localization of numerous packages.</para>
    170170      </listitem>
     
    201201        <para>GRUB</para>
    202202
    203         <para>This package is the Grand Unified Boot Loader.  It is one 
     203        <para>This package is the Grand Unified Boot Loader.  It is one
    204204        of several boot loaders available, but is the most flexible.
    205205        </para>
     
    209209        <para>Gzip</para>
    210210
    211         <para>This package contains programs for compressing and 
     211        <para>This package contains programs for compressing and
    212212        decompressing files. It is needed to decompress many packages in LFS
    213213        and beyond.</para>
     
    224224        <para>Inetutils</para>
    225225
    226         <para>This package contains programs for basic network 
     226        <para>This package contains programs for basic network
    227227        administration.</para>
    228228      </listitem>
     
    261261        <para>Libtool</para>
    262262
    263         <para>This package contains the GNU generic library support 
    264         script. It wraps the complexity of using shared libraries in a 
     263        <para>This package contains the GNU generic library support
     264        script. It wraps the complexity of using shared libraries in a
    265265        consistent, portable interface.  It is needed by the test
    266266        suites in other LFS packages.</para>
     
    314314        <para>MPFR</para>
    315315
    316         <para>This package contains functions for multiple precision 
     316        <para>This package contains functions for multiple precision
    317317        arithmetic.  It is required by Gcc.</para>
    318318      </listitem>
     
    321321        <para>Ncurses</para>
    322322
    323         <para>This package contains libraries for terminal-independent 
    324         handling of character screens.  It is often used to provide 
     323        <para>This package contains libraries for terminal-independent
     324        handling of character screens.  It is often used to provide
    325325        cursor control for a menuing system. It is needed by a number of
    326326        packages in LFS.</para>
     
    331331
    332332        <para>This package contains a program for modifying or creating files by
    333         applying a <emphasis>patch</emphasis> file typically created 
     333        applying a <emphasis>patch</emphasis> file typically created
    334334        by the <application>diff</application> program.  It is needed by
    335335        the build procedure for several LFS packages.</para>
     
    356356        <para>Pkg-config</para>
    357357
    358         <para>This package provides a program to return meta-data about an 
     358        <para>This package provides a program to return meta-data about an
    359359        installed library or package.</para>
    360360      </listitem>
     
    378378        <para>Psmisc</para>
    379379
    380         <para>This package contains programs for displaying information 
     380        <para>This package contains programs for displaying information
    381381        about running processes. These programs are useful for system
    382382        administration.</para>
     
    386386        <para>Readline</para>
    387387
    388         <para>This package is a set of libraries that offers command-line 
     388        <para>This package is a set of libraries that offers command-line
    389389        editing and history capabilities.  It is used by Bash.</para>
    390390      </listitem>
     
    393393        <para>Sed</para>
    394394
    395         <para>This package allows editing of text without opening it in a 
    396         text editor. It is also needed by most LFS packages' configure 
     395        <para>This package allows editing of text without opening it in a
     396        text editor. It is also needed by most LFS packages' configure
    397397        scripts.</para>
    398398      </listitem>
     
    401401        <para>Shadow</para>
    402402
    403         <para>This package contains programs for handling passwords 
     403        <para>This package contains programs for handling passwords
    404404        in a secure way.</para>
    405405      </listitem>
     
    408408        <para>Sysklogd</para>
    409409
    410         <para>This package contains programs for logging system messages, 
    411         such as those given by the kernel or daemon processes when unusual 
     410        <para>This package contains programs for logging system messages,
     411        such as those given by the kernel or daemon processes when unusual
    412412        events occur.</para>
    413413      </listitem>
     
    432432
    433433        <para>This package contains the Tool Command Language used
    434         in many test suites in LFS packages.  It is only installed in 
     434        in many test suites in LFS packages.  It is only installed in
    435435        the temporary toolchain.</para>
    436436      </listitem>
     
    439439        <para>Texinfo</para>
    440440
    441         <para>This package contains programs for reading, writing, and 
    442         converting info pages.  It is used in the installation 
     441        <para>This package contains programs for reading, writing, and
     442        converting info pages.  It is used in the installation
    443443        procedures of many LFS packages.</para>
    444444      </listitem>
     
    447447        <para>Udev</para>
    448448
    449         <para>This package contains programs for dynamic creation of 
     449        <para>This package contains programs for dynamic creation of
    450450        device nodes.  It is an alternative to creating thousands of
    451451        static devices in the /dev directory.</para>
     
    455455        <para>Util-linux</para>
    456456
    457         <para>This package contains miscellaneous utility programs. 
    458         Among them are utilities for handling file systems, consoles, 
     457        <para>This package contains miscellaneous utility programs.
     458        Among them are utilities for handling file systems, consoles,
    459459        partitions, and messages.</para>
    460460      </listitem>
     
    472472        <para>XZ Utils</para>
    473473
    474         <para>This package contains programs for compressing and decompressing 
     474        <para>This package contains programs for compressing and decompressing
    475475        files.  It provides the highest compression generally available
    476476        and is useful for decompressing packages XZ or LZMA format.</para>
     
    480480        <para>Zlib</para>
    481481
    482         <para>This package contains compression and decompression routines 
     482        <para>This package contains compression and decompression routines
    483483        used by some programs.</para>
    484484      </listitem>
Note: See TracChangeset for help on using the changeset viewer.