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