diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2005-01-30 12:51:22 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2005-01-30 12:51:22 +0000 |
commit | d72e04ae7c868b734e3ad39982b169c71444f541 (patch) | |
tree | 8009bd8eb42c8b44e5c78decfd41c579e74a2c3b /chapter07/inputrc.xml | |
parent | bce08efc719e0824225490272cefa848a2313b24 (diff) |
Added <literal> tags.
Added NEW comments to commands that differs from testing.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4599 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter07/inputrc.xml')
-rw-r--r-- | chapter07/inputrc.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/chapter07/inputrc.xml b/chapter07/inputrc.xml index 4011cd91f..8d5e6ed9e 100644 --- a/chapter07/inputrc.xml +++ b/chapter07/inputrc.xml @@ -10,7 +10,8 @@ <para>Create the /etc/inputrc file:</para> <screen><userinput>cat > /etc/inputrc << "EOF" -# Begin /etc/inputrc +<literal># Begin /etc/inputrc +# Modified by Chris Lynn <roryo@roryo.dynup.net> # Make sure we don't output everything on the 1 line set horizontal-scroll-mode Off @@ -51,7 +52,7 @@ set bell-style none "\e[H": beginning-of-line "\e[F": end-of-line -# End /etc/inputrc +# End /etc/inputrc</literal> EOF</userinput></screen> </sect1> |