diff options
author | Archaic <archaic@linuxfromscratch.org> | 2005-06-23 17:27:03 +0000 |
---|---|---|
committer | Archaic <archaic@linuxfromscratch.org> | 2005-06-23 17:27:03 +0000 |
commit | 37e62c3927648ed2a06906887fd432f8fed789d0 (patch) | |
tree | ef703d32ebd6ebe2dfe2888c9e0faa6aab26657d /chapter07 | |
parent | 98a43ee9cb65599c0881e85e8f92c1c12bd2db89 (diff) |
Removed unneeded <application> tags.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6129 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter07')
-rw-r--r-- | chapter07/console.xml | 12 | ||||
-rw-r--r-- | chapter07/profile.xml | 7 |
2 files changed, 8 insertions, 11 deletions
diff --git a/chapter07/console.xml b/chapter07/console.xml index 9d2d47948..e7e3da325 100644 --- a/chapter07/console.xml +++ b/chapter07/console.xml @@ -56,13 +56,11 @@ instead of Euro, the correct <envar>FONT</envar> line would be:</para> <command>console</command> initscript will not run the corresponding program.</para> -<para>In some keymaps, the Backspace and Delete keys send characters -different from ones in the default keymap built into the kernel. This -confuses some applications. For example, -<application>Emacs</application> displays its help (instead of erasing -the character before the cursor) when Backspace is pressed. To check -if the keymap in use is affected (this works only for i386 -keymaps):</para> +<para>In some keymaps, the Backspace and Delete keys send characters different +from ones in the default keymap built into the kernel. This confuses some +applications. For example, Emacs displays its help (instead of erasing the +character before the cursor) when Backspace is pressed. To check if the keymap +in use is affected (this works only for i386 keymaps):</para> <screen><userinput>zgrep '\W14\W' <replaceable>[/path/to/your/keymap]</replaceable></userinput></screen> diff --git a/chapter07/profile.xml b/chapter07/profile.xml index 00e8bcab2..4ff97f4c2 100644 --- a/chapter07/profile.xml +++ b/chapter07/profile.xml @@ -52,10 +52,9 @@ country</para></listitem> values</para></listitem> </itemizedlist> -<para>This script also sets the <envar>INPUTRC</envar> -environment variable that makes <application>Bash</application> and -<application>Readline</application> use the -<filename>/etc/inputrc</filename> file created earlier.</para> +<para>This script also sets the <envar>INPUTRC</envar> environment variable that +makes Bash and Readline use the <filename>/etc/inputrc</filename> file created +earlier.</para> <para>Replace <replaceable>[ll]</replaceable> below with the two-letter code for the desired language (e.g., <quote>en</quote>) and |