Some application tags fixes.

This commit is contained in:
Marc Fonvieille 2003-02-05 21:36:36 +00:00
parent 45fab5a7d4
commit 813e76d367
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=15920

View file

@ -159,7 +159,7 @@ font8x8="iso15-8x8.fnt"</programlisting>
<para>By specifying this font some console applications will look
garbled. This is due to the fact that they assume you are using a
different font/character set such as ANSI 850. One notable example
is <application>/stand/sysinstall</application>. However most of the
is <application>sysinstall</application>. However most of the
time this should not be of much concern.</para>
</note>
@ -220,7 +220,7 @@ BEGIN {
<sect2>
<title>Fixing the environment variables</title>
<para>The shells (bash, tcsh) revert to the &man.readline.3; library
<para>The shells (<application>bash</application>, <application>tcsh</application>) revert to the &man.readline.3; library
which in turn respects the <envar>LC_CTYPE</envar> environment
variable. <envar>LC_CTYPE</envar> must be set before the shell is
completely running. Luckily it suffices to add the line:</para>