diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2004-06-13 19:25:16 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2004-06-13 19:25:16 +0000 |
commit | bb55064a0b6cb7c96059cc6ea9fae49f709fc746 (patch) | |
tree | dc6f99c5a2e95d025832969459fd767825e2a8f3 /chapter06/file.xml | |
parent | 5ce2fc9ccd0be403e9eee9f97b4116536e485647 (diff) |
Tags corrections.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3784 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/file.xml')
-rw-r--r-- | chapter06/file.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/file.xml b/chapter06/file.xml index 2fe5e46f2..74a2669bf 100644 --- a/chapter06/file.xml +++ b/chapter06/file.xml @@ -64,10 +64,10 @@ language tests. The first test that succeeds determines the result.</para> </varlistentry> <varlistentry id="libmagic"> -<term><command>libmagic</command></term> +<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 file program.</para> +<para>contains routines for magic number recognition, used by the <command>file</command> program.</para> </listitem> </varlistentry> </variablelist> |