diff options
author | Jim Gifford <jim@linuxfromscratch.org> | 2004-12-03 20:16:37 +0000 |
---|---|---|
committer | Jim Gifford <jim@linuxfromscratch.org> | 2004-12-03 20:16:37 +0000 |
commit | ee6618fcf263ffbde95990b0d640c0349c994dca (patch) | |
tree | 28fac20ade6736339eac100a79e81437fa61d71b /chapter06 | |
parent | 509125143a054af2785ac0d66e1a457981962040 (diff) |
Correct: wording
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4345 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-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 64feb87a0..482c356a3 100644 --- a/chapter06/readline.xml +++ b/chapter06/readline.xml @@ -49,7 +49,7 @@ sometimes will only show 33 characters on a line and then wrap to the next line. <screen><userinput>chmod 755 /lib/lib{readline.history}.so*</userinput></screen> -<para>Now we move them static libraries to a more appropriate location:</para> +<para>Now we move the static libraries to a more appropriate location:</para> <screen><userinput>mv /lib/lib{readline,history}.a /usr/lib</userinput></screen> |