typo fix inherited from bad first glibc copy

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2315 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Gerard Beekmans 2003-01-11 18:14:53 +00:00
parent 7681a57ae9
commit ab28d5f3c0
13 changed files with 34 additions and 18 deletions

View File

@ -4,7 +4,7 @@
<para>Last checked against version &bash-contversion;.</para>
<sect3><title>Program files descriptions</title>
<sect3><title>Program file descriptions</title>
<sect4><title>bash</title>
<para>bash is the Bourne-Again SHell, which is a widely used command

View File

@ -4,7 +4,7 @@
<para>Last checked against version &binutils-contversion;.</para>
<sect3><title>Program files descriptions</title>
<sect3><title>Program file descriptions</title>
<sect4><title>addr2line</title>
<para>addr2line translates program addresses into file names and line numbers.
@ -76,7 +76,7 @@ modified copies under different names.</para></sect4>
</sect3>
<sect3><title>Library files descriptions</title>
<sect3><title>Library file descriptions</title>
<sect4><title>libbfd</title>
<para>libbfd is the Binary File Descriptor library.</para></sect4>

View File

@ -4,7 +4,7 @@
<para>Last checked against version &bzip2-contversion;</para>
<sect3><title>Program files descriptions</title>
<sect3><title>Program file descriptions</title>
<sect4><title>bunzip2</title>
<para>bunzip2 decompresses files that are compressed with
@ -45,7 +45,7 @@ terminal, like more.</para></sect4>
</sect3>
<sect3><title>Library files descriptions</title>
<sect3><title>Library file descriptions</title>
<sect4><title>libbz2</title>
<para>libbz2 is the library for implementing lossless, block-sorting data

View File

@ -4,7 +4,7 @@
<para>Last checked against version &diffutils-contversion;.</para>
<sect3><title>Program files descriptions</title>
<sect3><title>Program file descriptions</title>
<sect4><title>cmp and diff</title>
<para>cmp and diff both compare two files and report their differences. Both

View File

@ -4,7 +4,7 @@
<para>Last checked against version &fileutils-contversion;.</para>
<sect3><title>Program files descriptions</title>
<sect3><title>Program file descriptions</title>
<sect4><title>chgrp</title>
<para>chgrp changes the group ownership of each given file to the named group,

View File

@ -4,7 +4,7 @@
<para>Last checked against version &findutils-contversion;.</para>
<sect3><title>Program files descriptions</title>
<sect3><title>Program file descriptions</title>
<sect4><title>bigram</title>
<para>bigram is used together with code to produce older-style locate

View File

@ -4,7 +4,7 @@
<para>Last checked against version &gawk-contversion;.</para>
<sect3><title>Program files descriptions</title>
<sect3><title>Program file descriptions</title>
<sect4><title>awk</title>
<para>awk is a symbolic link to gawk.</para></sect4>

View File

@ -4,7 +4,7 @@
<para>Last checked against version &gcc-contversion;.</para>
<sect3><title>Program files descriptions</title>
<sect3><title>Program file descriptions</title>
<sect4><title>cc, cc1, cc1plus, gcc</title>
<para>These are the C compiler. A compiler translates source code in
@ -47,7 +47,7 @@ code through optimization.</para></sect4>
</sect3>
<sect3><title>Library files descriptions</title>
<sect3><title>Library file descriptions</title>
<sect4><title>libgcc, libgcc_eh, libgcc_s</title>
<para>Run-time support files for gcc.</para></sect4>

View File

@ -4,7 +4,7 @@
<para>Last checked against version &glibc-contversion;.</para>
<sect3><title>Program files descriptions</title>
<sect3><title>Program file descriptions</title>
<sect4><title>catchsegv</title>
<para>catchsegv can be used to create a stack trace when a program
@ -102,7 +102,7 @@ function.</para></sect4>
</sect3>
<sect3><title>Library files descriptions</title>
<sect3><title>Library file descriptions</title>
<sect4><title>ld.so</title>
<para>ld.so is the helper program for shared library

View File

@ -1,3 +1,5 @@
<sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
<sect2>
<title>Grep Installation Dependencies</title>

View File

@ -1,11 +1,10 @@
<sect2><title>Contents of Grep</title>
<sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
<sect2><title>Descriptions</title>
<para>Last checked against version &grep-contversion;.</para>
<sect3><title>Program Files</title>
<para>egrep (link to grep), fgrep (link to grep) and grep</para></sect3>
<sect3><title>Descriptions</title>
<sect3><title>Program file descriptions</title>
<sect4><title>egrep</title>
<para>egrep prints lines from files matching an extended regular expression

View File

@ -0,0 +1,14 @@
<sect2><title>Contents of Grep</title>
<para>Last checked against version &grep-contversion;.</para>
<para>Grep is a program used to print lines from a file matching a
specified pattern.</para>
<para>Grep installs the following:</para>
<sect3><title>Program Files</title>
<para>egrep (link to grep), fgrep (link to grep) and grep</para></sect3>
</sect2>

View File

@ -3,6 +3,7 @@
<?dbhtml filename="grep.html" dir="appendixa"?>
&aa-grep-down;
&aa-grep-shortdesc;
&aa-grep-desc;
&aa-grep-dep;