aboutsummaryrefslogtreecommitdiffstats
path: root/chapter07/inputrc.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter07/inputrc.xml')
-rw-r--r--chapter07/inputrc.xml5
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 &gt; /etc/inputrc &lt;&lt; "EOF"
-# Begin /etc/inputrc
+<literal># Begin /etc/inputrc
+# Modified by Chris Lynn &lt;roryo@roryo.dynup.net&gt;
# 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>