Преглед изворни кода

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
Billy O 'Connor пре 22 година
родитељ
комит
bd2c88c9d1

+ 3 - 0
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>
 

+ 2 - 0
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>
 

+ 1 - 1
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>

+ 1 - 1
entities/file.ent

@@ -9,7 +9,7 @@
 
 <!ENTITY file-version "4.04">
 <!ENTITY file-depversion "3.37">
-<!ENTITY file-contversion "3.39">
+<!ENTITY file-contversion "4.04">
 <!ENTITY file-dir "file-&file-version;">
 <!ENTITY file-package "file-&file-version;.tar.gz">
 <!ENTITY file-size "338 KB">

+ 1 - 1
entities/findutils.ent

@@ -12,7 +12,7 @@
 
 <!ENTITY findutils-version "4.1.20">
 <!ENTITY findutils-depversion "4.1">
-<!ENTITY findutils-contversion "4.1">
+<!ENTITY findutils-contversion "4.1.20">
 <!ENTITY findutils-dir "findutils-&findutils-version;">
 <!ENTITY findutils-package "findutils-&findutils-version;.tar.gz">
 <!ENTITY findutils-size "760 KB">