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