aboutsummaryrefslogtreecommitdiffstats
path: root/appendixa
diff options
context:
space:
mode:
authorBilly O 'Connor <billyoc@linuxfromscratch.org>2003-10-14 18:01:31 +0000
committerBilly O 'Connor <billyoc@linuxfromscratch.org>2003-10-14 18:01:31 +0000
commitbd2c88c9d12a3373e6ed649c5b41b670d6b2f75a (patch)
tree80d9f192a55318624b2931343238458a16bee675 /appendixa
parenta6394685029bca6ced34d4c2670fdf9f200c9a58 (diff)
Updates to ed through flex for 5.0 submitted by Thomas Peng.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2982 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'appendixa')
-rw-r--r--appendixa/file-desc.xml3
-rw-r--r--appendixa/file-shortdesc.xml2
-rw-r--r--appendixa/findutils-desc.xml2
3 files changed, 6 insertions, 1 deletions
diff --git a/appendixa/file-desc.xml b/appendixa/file-desc.xml
index fa85855db..ae70948df 100644
--- a/appendixa/file-desc.xml
+++ b/appendixa/file-desc.xml
@@ -6,5 +6,8 @@
this by performing several tests: filesystem tests, magic number tests, and
language tests. The first test that succeeds determines the result.</para>
+<para><command>libmagic</command> contains routines for magic number
+recognition, used by the file program.</para>
+
</sect2>
diff --git a/appendixa/file-shortdesc.xml b/appendixa/file-shortdesc.xml
index 4eab0f2b5..e73e62705 100644
--- a/appendixa/file-shortdesc.xml
+++ b/appendixa/file-shortdesc.xml
@@ -6,5 +6,7 @@
<para><emphasis>Installed program</emphasis>: file</para>
+<para><emphasis>Installed library</emphasis>: libmagic.[a,so]</para>
+
</sect2>
diff --git a/appendixa/findutils-desc.xml b/appendixa/findutils-desc.xml
index 05cd7b8fb..42b959984 100644
--- a/appendixa/findutils-desc.xml
+++ b/appendixa/findutils-desc.xml
@@ -6,7 +6,7 @@
databases.</para>
<para><command>code</command> was formerly used to produce locate
-databases. It is is the ancestor of frcode.</para>
+databases. It is the ancestor of frcode.</para>
<para><command>find</command> searches given directory trees for files
matching the specified criteria.</para>