diff options
Diffstat (limited to 'chapter06/readline.xml')
-rw-r--r-- | chapter06/readline.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/readline.xml b/chapter06/readline.xml index e437e3adc..c69cf4ed4 100644 --- a/chapter06/readline.xml +++ b/chapter06/readline.xml @@ -47,7 +47,7 @@ sometimes will only show 33 characters on a line and then wrap to the next line. <para>Give Readline's dynamic libraries to a more appropriate permissions:</para> -<screen><userinput>chmod 755 /lib/lib{readline.history}.so*</userinput></screen> +<screen><userinput>chmod 755 /lib/lib{readline,history}.so*</userinput></screen> <para>Now we move the static libraries to a more appropriate location:</para> |