diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2005-06-26 09:35:10 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2005-06-26 09:35:10 +0000 |
commit | c96a0bcdb26f3723c66ae5ec6876fd3438e1aee4 (patch) | |
tree | 13b4a3e9be52277b971211be101c3ee172d805c7 /chapter07 | |
parent | b430d2bc97c78ee3c6a79dc3d8e19dea4775c8aa (diff) |
Small tags corrections.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6189 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter07')
-rw-r--r-- | chapter07/inputrc.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/chapter07/inputrc.xml b/chapter07/inputrc.xml index 21558f729..61418c129 100644 --- a/chapter07/inputrc.xml +++ b/chapter07/inputrc.xml @@ -19,9 +19,9 @@ logs in. If you later decide you need to override the defaults on a per-user basis, you can create a <filename>.inputrc</filename> file in the user's home directory with the modified mappings.</para> -<para>For more information on how to edit the inputrc file, see <command>info -bash</command> under the <emphasis>Readline Init File</emphasis> section. -<command>info readline</command> is also a good source of information.</para> +<para>For more information on how to edit the <filename>inputrc</filename> file, +see <command>info bash</command> under the <emphasis>Readline Init File</emphasis> +section. <command>info readline</command> is also a good source of information.</para> <para>Below is a generic global <filename>inputrc</filename> along with comments to explain what the various options do. Note that comments cannot be on the same @@ -35,7 +35,7 @@ line as commands. Create the file using the following command:</para> set horizontal-scroll-mode Off # Enable 8bit input -set meta-flag On +set meta-flag On set input-meta On # Turns off 8th bit stripping @@ -47,8 +47,8 @@ set output-meta On # none, visible or audible set bell-style none -# All of the following map the escape sequence of the -# value contained inside the 1st argument to the +# All of the following map the escape sequence of the +# value contained inside the 1st argument to the # readline specific functions "\eOd": backward-word |