diff options
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> |