Miscellaneous adjustments.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2908 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Alex Gronenwoud 2003-09-30 22:42:51 +00:00
parent bb23dfb25f
commit defc168503
18 changed files with 46 additions and 38 deletions

View File

@ -4,7 +4,7 @@
<para>(Last checked against version &bootscripts-contversion;.)</para> <para>(Last checked against version &bootscripts-contversion;.)</para>
<sect3><title>Program file descriptions</title> <sect3><title>Script descriptions</title>
<para>The <command>checkfs</command> script checks the file systems just <para>The <command>checkfs</command> script checks the file systems just
before they are mounted (with the exception of journal and network based file before they are mounted (with the exception of journal and network based file

View File

@ -32,7 +32,7 @@ bzip2 files.</para>
<sect3><title>Library file descriptions</title> <sect3><title>Library file descriptions</title>
<para><command>libbz2</command> is the library implementing lossless, <para><command>libbz2*</command> is the library implementing lossless,
block-sorting data compression, using the Burrows-Wheeler algorithm.</para> block-sorting data compression, using the Burrows-Wheeler algorithm.</para>
</sect3> </sect3>

View File

@ -1,10 +1,10 @@
<sect2><title>&nbsp;</title><para>&nbsp;</para></sect2> <sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
<sect2><title>Descriptions</title> <sect2><title>Description</title>
<para>(Last checked against version &file-contversion;.)</para> <para>(Last checked against version &file-contversion;.)</para>
<sect3><title>Program file descriptions</title> <sect3><title>Program file description</title>
<para><command>file</command> tries to classify each given file. It does <para><command>file</command> tries to classify each given file. It does
this by performing several tests: filesystem tests, magic number tests, and this by performing several tests: filesystem tests, magic number tests, and

View File

@ -19,7 +19,7 @@ exclusively for C++ scanners.</para>
<sect3><title>Library file descriptions</title> <sect3><title>Library file descriptions</title>
<para><command>libfl</command> is the flex library.</para> <para><command>libfl.a</command> is the flex library.</para>
</sect3> </sect3>

View File

@ -1,5 +1,12 @@
<sect2><title>Contents of Grub</title> <sect2><title>Contents of Grub</title>
<para>(To be determined)</para> <para>(Last checked against version &grub-contversion;.)</para>
<para>The Grub package contains a bootloader.</para>
<para>Grub installs the following:</para>
<sect3><title>Program Files</title>
<para>grub, grub-install, grub-md5-crypt, grub-terminfo and mbchk</para></sect3>
</sect2> </sect2>

View File

@ -7,7 +7,7 @@
<sect3><title>Program file descriptions</title> <sect3><title>Program file descriptions</title>
<para><command>m4</command> copies the given files <para><command>m4</command> copies the given files
while expanding the macros that it contains. These macros are either built-in while expanding the macros that they contain. These macros are either built-in
or user-defined and can take any number of arguments. Besides just doing macro or user-defined and can take any number of arguments. Besides just doing macro
expansion, m4 has built-in functions for including named files, running Unix expansion, m4 has built-in functions for including named files, running Unix
commands, doing integer arithmetic, manipulating text in various ways, commands, doing integer arithmetic, manipulating text in various ways,

View File

@ -1,10 +1,10 @@
<sect2><title>&nbsp;</title><para>&nbsp;</para></sect2> <sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
<sect2><title>Descriptions</title> <sect2><title>Description</title>
<para>(Last checked against version &make-contversion;.)</para> <para>(Last checked against version &make-contversion;.)</para>
<sect3><title>Program file descriptions</title> <sect3><title>Program file description</title>
<para><command>make</command> automatically determines which pieces of a <para><command>make</command> automatically determines which pieces of a
large package need to be recompiled, and then issues the relevant commands.</para> large package need to be recompiled, and then issues the relevant commands.</para>

View File

@ -1,10 +1,10 @@
<sect2><title>&nbsp;</title><para>&nbsp;</para></sect2> <sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
<sect2><title>Descriptions</title> <sect2><title>Description</title>
<para>(Last checked against version &makedev-contversion;.)</para> <para>(Last checked against version &makedev-contversion;.)</para>
<sect3><title>Program file descriptions</title> <sect3><title>Program file description</title>
<para><command>MAKEDEV</command> is a script for creating the necessary <para><command>MAKEDEV</command> is a script for creating the necessary
static device nodes, usually residing in the <filename>/dev</filename> static device nodes, usually residing in the <filename>/dev</filename>

View File

@ -1,6 +1,6 @@
<sect2><title>&nbsp;</title><para>&nbsp;</para></sect2> <sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
<sect2><title>Description</title> <sect2><title>Descriptions</title>
<para>(Last checked against version &man-contversion;.)</para> <para>(Last checked against version &man-contversion;.)</para>

View File

@ -1,15 +1,14 @@
<sect2><title>&nbsp;</title><para>&nbsp;</para></sect2> <sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
<sect2><title>Descriptions</title> <sect2><title>Description</title>
<para>(Last checked against version &man-pages-contversion;.)</para> <para>(Last checked against version &man-pages-contversion;.)</para>
<sect3><title>Program file descriptions</title> <sect3><title>Support file description</title>
<sect4><title>manual pages</title> <para>Examples of provided <emphasis>manual pages</emphasis> are the pages
<para>Examples of provided manual pages are the manual pages describing all describing all the C and C++ functions, important device files, and important
the C and C++ functions, a few important /dev/ files and configuration files.</para>
more.</para></sect4>
</sect3> </sect3>

View File

@ -1,10 +1,10 @@
<sect2><title>&nbsp;</title><para>&nbsp;</para></sect2> <sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
<sect2><title>Descriptions</title> <sect2><title>Description</title>
<para>(Last checked against version &patch-contversion;.)</para> <para>(Last checked against version &patch-contversion;.)</para>
<sect3><title>Program files descriptions</title> <sect3><title>Program file description</title>
<para><command>patch</command> modifies files according to a patch file. <para><command>patch</command> modifies files according to a patch file.
A patch file normally is a difference listing created with the diff program. A patch file normally is a difference listing created with the diff program.

View File

@ -1,10 +1,10 @@
<sect2><title>&nbsp;</title><para>&nbsp;</para></sect2> <sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
<sect2><title>Descriptions</title> <sect2><title>Description</title>
<para>(Last checked against version &sed-contversion;.)</para> <para>(Last checked against version &sed-contversion;.)</para>
<sect3><title>Program file descriptions</title> <sect3><title>Program file description</title>
<para><command>sed</command> is used to filter and transform text files <para><command>sed</command> is used to filter and transform text files
in a single pass.</para> in a single pass.</para>

View File

@ -1,12 +1,12 @@
<sect2><title>&nbsp;</title><para>&nbsp;</para></sect2> <sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
<sect2><title>Descriptions</title> <sect2><title>Description</title>
<para>(Last checked against version &zlib-contversion;.)</para> <para>(Last checked against version &zlib-contversion;.)</para>
<sect3><title>Program file descriptions</title> <sect3><title>Library file description</title>
<para><command>libz</command> contains compression and uncompression <para><command>libz*</command> contains compression and uncompression
functions used by some programs.</para> functions used by some programs.</para>
</sect3> </sect3>

View File

@ -2,9 +2,8 @@
<para>(Last checked against version &zlib-contversion;.)</para> <para>(Last checked against version &zlib-contversion;.)</para>
<para>The Zlib package contains the zlib library, which <para>The Zlib package contains the libz library, which is used by some
is used by many programs for its compression and uncompression programs for its compression and uncompression functions.</para>
functions.</para>
<para>Zlib installs the following:</para> <para>Zlib installs the following:</para>

View File

@ -109,6 +109,9 @@ devpts problems</para></listitem>
<listitem><para>September 24th, 2003 [greg]: Various changes across the board <listitem><para>September 24th, 2003 [greg]: Various changes across the board
addressing Bug 675.</para></listitem> addressing Bug 675.</para></listitem>
<listitem><para>September 24th, 2003 [alex]: Appendix A - Changed the style of
the short descriptions, and the content of most of them too.</para></listitem>
<listitem><para>September 22nd, 2003 [greg]: Chapter 8 - Creating the /etc/fstab <listitem><para>September 22nd, 2003 [greg]: Chapter 8 - Creating the /etc/fstab
file: Made mounting devpts the default.</para></listitem> file: Made mounting devpts the default.</para></listitem>
@ -117,20 +120,20 @@ mii-tool compilation</para></listitem>
<listitem><para>September 22nd, 2003 [jwrober]: Chapter 5 - Updated the Why <listitem><para>September 22nd, 2003 [jwrober]: Chapter 5 - Updated the Why
Static page to more accurately represent the difference between statically and Static page to more accurately represent the difference between statically and
dynamically linked binaries. Thanks to Ian Molton for point this out. Fixes dynamically linked binaries. Thanks to Ian Molton for pointing this out. Fixes
Bug 602.</para></listitem> Bug 602.</para></listitem>
<listitem><para>September 22nd, 2003 [jeremy]: Removed the make <listitem><para>September 22nd, 2003 [jeremy]: Removed the make
command from DejaGNU, since it performs nothing.</para></listitem> command from DejaGnu, since it performs nothing.</para></listitem>
<listitem><para>September 22nd, 2003 [jeremy]: Removed the -k from TCL's make <listitem><para>September 22nd, 2003 [jeremy]: Removed the -k from Tcl's make
check, since it's not expected to have failures anymore</para></listitem> check, since it's not expected to have failures anymore</para></listitem>
<listitem><para>September 22nd, 2003 [jeremy]: Changed the reference to the <listitem><para>September 22nd, 2003 [jeremy]: Changed the reference to the
man hint to a pointer to BLFS</para></listitem> man hint to a pointer to BLFS.</para></listitem>
<listitem><para>September 22nd, 2003 [jeremy]: added a note to remember to <listitem><para>September 22nd, 2003 [jeremy]: Added a note to remember to
mount devpts if you exit and re-enter chroot</para></listitem> mount devpts if you exit and re-enter chroot.</para></listitem>
<listitem><para>September 22nd, 2003 [jeremy]: removed make check from patch <listitem><para>September 22nd, 2003 [jeremy]: removed make check from patch
and diffutils, since these tests perform no actions.</para></listitem> and diffutils, since these tests perform no actions.</para></listitem>
@ -144,7 +147,7 @@ to gcc-3.3.1-specs-2.patch. Ncurses: added --enable-overwrite and description.
</para></listitem> </para></listitem>
<listitem><para>September 19th, 2003 [jeremy]: Corrected bash tags for proper <listitem><para>September 19th, 2003 [jeremy]: Corrected bash tags for proper
use of the +h flag to bash</para></listitem> use of the +h flag to bash.</para></listitem>
<listitem><para>September 19th, 2003 [jwrober]: Various updates to the <listitem><para>September 19th, 2003 [jwrober]: Various updates to the
acknowledgements page.</para></listitem> acknowledgements page.</para></listitem>

View File

@ -25,7 +25,7 @@ provided by Net-tools. Prevent its installation by applying a patch:</para>
<para>This package has a test suite available which can perform a number of <para>This package has a test suite available which can perform a number of
checks to ensure it built correctly. However, this particular test suite makes checks to ensure it built correctly. However, this particular test suite makes
some assumptions that aren't quite vaild at this early stage of Chapter 6. We some assumptions that aren't quite valid at this early stage of Chapter 6. We
therefore make a few adjustments to allow the tests to run properly. Should you therefore make a few adjustments to allow the tests to run properly. Should you
choose not to run the test suite, skip down to "Install the package". The choose not to run the test suite, skip down to "Install the package". The
following commands will prepare us for the test suite. Create two dummy groups following commands will prepare us for the test suite. Create two dummy groups

View File

@ -11,7 +11,7 @@
<para><screen><userinput>make</userinput></screen></para> <para><screen><userinput>make</userinput></screen></para>
<para>And install the package:</para> <para>And install it:</para>
<para><screen><userinput>make install</userinput></screen></para> <para><screen><userinput>make install</userinput></screen></para>

View File

@ -11,7 +11,7 @@
<para><screen><userinput>make</userinput></screen></para> <para><screen><userinput>make</userinput></screen></para>
<para>And install the package:</para> <para>And install it:</para>
<para><screen><userinput>make install</userinput></screen></para> <para><screen><userinput>make install</userinput></screen></para>