diff options
Diffstat (limited to 'chapter06/readline.xml')
-rw-r--r-- | chapter06/readline.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chapter06/readline.xml b/chapter06/readline.xml index 99598bc03..7208b4658 100644 --- a/chapter06/readline.xml +++ b/chapter06/readline.xml @@ -1,7 +1,9 @@ <?xml version="1.0" encoding="ISO-8859-1"?> <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [ <!ENTITY % general-entities SYSTEM "../general.ent"> + <!ENTITY % patches-entities SYSTEM "../patches.ent"> %general-entities; + %patches-entities; ]> <sect1 id="ch-system-readline" role="wrap"> <title>Readline-&readline-version;</title> @@ -33,7 +35,7 @@ Readline sometimes only shows 33 characters on a line and then wraps to the next line. It also includes other fixes recommended by the Readline author.</para> -<screen><userinput>patch -Np1 -i ../readline-&readline-version;-fixes-1.patch</userinput></screen> +<screen><userinput>patch -Np1 -i ../&readline-fixes-patch;</userinput></screen> <para>Prepare Readline for compilation:</para> |