diff options
author | Timothy Bauscher <timothy@linuxfromscratch.org> | 2003-01-16 01:08:41 +0000 |
---|---|---|
committer | Timothy Bauscher <timothy@linuxfromscratch.org> | 2003-01-16 01:08:41 +0000 |
commit | 90e77c7b8580b06d59cef50e4b98e5c947f7c2fa (patch) | |
tree | c73ae4291d6de1f578fe8a043b8b521eab212356 /chapter05/bash-inst.xml | |
parent | 4ce81936004b8456da550d6ab5d27e5dd76f00b6 (diff) |
Typo fixes.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2346 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/bash-inst.xml')
-rw-r--r-- | chapter05/bash-inst.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter05/bash-inst.xml b/chapter05/bash-inst.xml index 612bc973f..9adf0c786 100644 --- a/chapter05/bash-inst.xml +++ b/chapter05/bash-inst.xml @@ -30,7 +30,7 @@ following command:</para> <itemizedlist> <listitem><para><userinput>--enable-static-link:</userinput> This option -caused the <userinput>bash</userinput> program to be statically +causes the <userinput>bash</userinput> program to be statically linked.</para></listitem> <listitem><para><userinput>--prefix=$LFS/static</userinput> This option @@ -38,7 +38,7 @@ installs all of Bash's files under the $LFS/static directory, which becomes the /static directory when chroot'ed or reboot'ed into LFS.</para></listitem> -<listitem><para><userinput>--with-curses:</userinput> This option caused +<listitem><para><userinput>--with-curses:</userinput> This option causes bash to be linked against the curses library instead of the default termcap library which is being phased out and has become obsolete. Note, on most all Linux systems, the curses library is provided by the Ncurses |