diff options
-rw-r--r-- | chapter05/expect.xml | 2 | ||||
-rw-r--r-- | chapter07/inputrc.xml | 12 | ||||
-rw-r--r-- | general.ent | 4 |
3 files changed, 9 insertions, 9 deletions
diff --git a/chapter05/expect.xml b/chapter05/expect.xml index 70177d8a8..288747467 100644 --- a/chapter05/expect.xml +++ b/chapter05/expect.xml @@ -91,7 +91,7 @@ scripts, which are not needed.</para></listitem> </varlistentry> </variablelist> -<para>Now remove the TCLPATH variable:</para> +<para>Now remove the <envar>TCLPATH</envar> variable:</para> <screen><userinput>unset TCLPATH</userinput></screen> 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 diff --git a/general.ent b/general.ent index 61c1013b0..4ae267963 100644 --- a/general.ent +++ b/general.ent @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<!ENTITY version "SVN-20050625"> -<!ENTITY releasedate "June 25, 2005"> +<!ENTITY version "SVN-20050626"> +<!ENTITY releasedate "June 26, 2005"> <!ENTITY milestone "6.2"> <!ENTITY generic-version "svn"> <!-- Use "svn", "testing", or "x.y[-pre{x}]" --> |