diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2004-12-21 19:38:32 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2004-12-21 19:38:32 +0000 |
commit | 3f0c882398e626cd92503b1bd964a32e89f818dc (patch) | |
tree | 73e2935fe138615f4ec2d430fb7fbf6ae8fa9a80 /chapter06/file.xml | |
parent | aaa3260c039e40d68545922b64199b039da6af7b (diff) |
Removed the text in chapter 06.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4446 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/file.xml')
-rw-r--r-- | chapter06/file.xml | 33 |
1 files changed, 1 insertions, 32 deletions
diff --git a/chapter06/file.xml b/chapter06/file.xml index 74a2669bf..a45a88df8 100644 --- a/chapter06/file.xml +++ b/chapter06/file.xml @@ -10,7 +10,6 @@ <indexterm zone="ch-system-file"><primary sortas="a-File">File</primary></indexterm> <sect2 role="package"><title/> -<para>The File package contains a utility for determining the type of files.</para> <segmentedlist> <segtitle>&buildtime;</segtitle> @@ -18,11 +17,6 @@ <seglistitem><seg>0.1 SBU</seg><seg>6.3 MB</seg></seglistitem> </segmentedlist> -<segmentedlist> -<segtitle>File installation depends on</segtitle> -<seglistitem><seg>Bash, Binutils, Coreutils, Diffutils, -GCC, Glibc, Grep, Make, Sed, Zlib</seg></seglistitem> -</segmentedlist> </sect2> <sect2 role="installation"> @@ -45,32 +39,7 @@ GCC, Glibc, Grep, Make, Sed, Zlib</seg></seglistitem> <sect2 id="contents-file" role="content"><title>Contents of File</title> -<segmentedlist> -<segtitle>Installed programs</segtitle> -<segtitle>Installed library</segtitle> -<seglistitem><seg>file</seg><seg>libmagic.[a,so]</seg></seglistitem> -</segmentedlist> - -<variablelist><title>Short descriptions</title> - -<varlistentry id="file"> -<term><command>file</command></term> -<listitem> -<indexterm zone="ch-system-file file"><primary sortas="b-file">file</primary></indexterm> -<para>tries to classify each given file. It does -this by performing several tests: file system tests, magic number tests, and -language tests. The first test that succeeds determines the result.</para> -</listitem> -</varlistentry> - -<varlistentry id="libmagic"> -<term><filename class="libraryfile">libmagic</filename></term> -<listitem> -<indexterm zone="ch-system-file libmagic"><primary sortas="c-libmagic">libmagic</primary></indexterm> -<para>contains routines for magic number recognition, used by the <command>file</command> program.</para> -</listitem> -</varlistentry> -</variablelist> +<para>See testing</para> </sect2> |