diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2004-06-19 12:04:20 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2004-06-19 12:04:20 +0000 |
commit | ef57e3bcf1a7fb7eda2717fc2334fe599da01888 (patch) | |
tree | 2dfab531417a3727241a1770352ef10adda89493 /chapter06/ncurses.xml | |
parent | 3042296e6f99f7795884e3bf6ca8a8a646488912 (diff) |
Amplied the Index entries for Hotplug and Linux-Libc-Headers.
Tags corrections.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3811 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/ncurses.xml')
-rw-r--r-- | chapter06/ncurses.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/chapter06/ncurses.xml b/chapter06/ncurses.xml index fb17b42a8..88c276898 100644 --- a/chapter06/ncurses.xml +++ b/chapter06/ncurses.xml @@ -49,7 +49,7 @@ Gawk, GCC, Glibc, Grep, Make, Sed</seg></seglistitem> <screen><userinput>chmod 644 /usr/lib/libncurses++.a</userinput></screen> -<para>Move the libraries to the <filename>/lib</filename> directory, +<para>Move the libraries to the <filename class="directory">/lib</filename> directory, where they're expected to reside:</para> <screen><userinput>mv /usr/lib/libncurses.so.5* /lib</userinput></screen> @@ -163,17 +163,17 @@ a terminal, or report its long name.</para> </varlistentry> <varlistentry id="libncurses"> -<term><command>libncurses*</command></term> +<term><filename class="libraryfile">>libncurses*</filename></term> <listitem> <indexterm zone="ch-system-ncurses libncurses"><primary sortas="c-libncurses*">libncurses*</primary></indexterm> <para>contains functions to display text in many complicated ways on a terminal screen. A good example of the use of these -functions is the menu displayed during the kernel's make menuconfig.</para> +functions is the menu displayed during the kernel's <command>make menuconfig</command>.</para> </listitem> </varlistentry> <varlistentry id="libform"> -<term><command>libform*</command></term> +<term><filename class="libraryfile">libform*</filename></term> <listitem> <indexterm zone="ch-system-ncurses libform"><primary sortas="c-libform*">libform*</primary></indexterm> <para>contains functions to implement forms.</para> @@ -181,7 +181,7 @@ functions is the menu displayed during the kernel's make menuconfig.</para> </varlistentry> <varlistentry id="libmenu"> -<term><command>libmenu*</command></term> +<term><filename class="libraryfile">libmenu*</filename></term> <listitem> <indexterm zone="ch-system-ncurses libmenu"><primary sortas="c-libmenu*">libmenu*</primary></indexterm> <para>contains functions to implement menus.</para> @@ -189,7 +189,7 @@ functions is the menu displayed during the kernel's make menuconfig.</para> </varlistentry> <varlistentry id="libpanel"> -<term><command>libpanel*</command></term> +<term><filename class="libraryfile">libpanel*</filename></term> <listitem> <indexterm zone="ch-system-ncurses libpanel"><primary sortas="c-libpanel*">libpanel*</primary></indexterm> <para>contains functions to implement panels.</para> |