aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/file.xml
diff options
context:
space:
mode:
authorManuel Canales Esparcia <manuel@linuxfromscratch.org>2004-05-17 21:55:01 +0000
committerManuel Canales Esparcia <manuel@linuxfromscratch.org>2004-05-17 21:55:01 +0000
commitc6cb3aa2f176d65a5ebe77e7da82e20946188a98 (patch)
tree3167e42f874b5784307f02acc61a0570f31ccb38 /chapter06/file.xml
parent01b2724c70a6addd4e2190649c14a79be3a85090 (diff)
HEAD: Retagged the Contents of ... sections.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3621 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/file.xml')
-rw-r--r--chapter06/file.xml33
1 files changed, 20 insertions, 13 deletions
diff --git a/chapter06/file.xml b/chapter06/file.xml
index 88c5ef383..a5043f518 100644
--- a/chapter06/file.xml
+++ b/chapter06/file.xml
@@ -43,28 +43,35 @@ GCC, Glibc, Grep, Make, Sed, Zlib</seg></seglistitem>
</sect2>
-<sect2 id="contents-file"><title>Contents of File</title>
-
-<para><emphasis>Installed program</emphasis>: file</para>
-
-<para><emphasis>Installed library</emphasis>: libmagic.[a,so]</para>
-
-</sect2>
+<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>
-<sect2><title>Short descriptions</title>
+<variablelist><title>Short descriptions</title>
+<varlistentry>
+<term id="file"><command>file</command></term>
+<listitem>
<indexterm zone="ch-system-file file"><primary sortas="b-file">file</primary></indexterm>
-<para id="file"><command>file</command> tries to classify each given file. It does
+<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>
+<term id="libmagic"><command>libmagic</command></term>
+<listitem>
<indexterm zone="ch-system-file libmagic"><primary sortas="c-libmagic">libmagic</primary></indexterm>
-<para id="libmagic"><command>libmagic</command> contains routines for magic number
-recognition, used by the file program.</para>
+<para>contains routines for magic number recognition, used by the file program.</para>
+</listitem>
+</varlistentry>
+</variablelist>
</sect2>
-
-
</sect1>