diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2004-06-19 13:39:28 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2004-06-19 13:39:28 +0000 |
commit | 8ad79807a3c97e18a90319c9b91018b0be2bbb3c (patch) | |
tree | 2c81e99ccc07955e04e833dd91650e7a3385cbe5 /chapter06/texinfo.xml | |
parent | ef57e3bcf1a7fb7eda2717fc2334fe599da01888 (diff) |
Tags corrections
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3812 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/texinfo.xml')
-rw-r--r-- | chapter06/texinfo.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/chapter06/texinfo.xml b/chapter06/texinfo.xml index 4e16bf28c..c30698a90 100644 --- a/chapter06/texinfo.xml +++ b/chapter06/texinfo.xml @@ -52,7 +52,7 @@ Diffutils, GCC, Gettext, Glibc, Grep, Make, Ncurses, Sed</seg></seglistitem> <variablelist> <varlistentry> -<term><userinput>TEXMF=/usr/share/texmf</userinput></term> +<term><parameter>TEXMF=/usr/share/texmf</parameter></term> <listitem><para>The TEXMF makefile variable holds the location of the root of your TeX tree if, for example, you plan to install a TeX package later on.</para></listitem> @@ -92,7 +92,8 @@ makeinfo, texi2dvi and texindex</seg></seglistitem> <indexterm zone="ch-system-texinfo info"><primary sortas="b-info">info</primary></indexterm> <para>is used to read Info documents. Info documents are a bit like man pages, but often go much deeper than just -explaining all the flags. Compare for example man tar and info tar.</para> +explaining all the flags. Compare for example <command>man tar</command> +and <command>info tar</command>.</para> </listitem> </varlistentry> |