aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/bash-inst.xml
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2003-02-03 23:24:24 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2003-02-03 23:24:24 +0000
commite4b9338243e80e23c08eccaaf770259edbe72c5d (patch)
treee7f115ade9983172971131d41934b6e1e90959bb /chapter05/bash-inst.xml
parent6f531d7b8c0fa937866a56c6ab729fc0f75d94e0 (diff)
fix typo's
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2416 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/bash-inst.xml')
-rw-r--r--chapter05/bash-inst.xml17
1 files changed, 9 insertions, 8 deletions
diff --git a/chapter05/bash-inst.xml b/chapter05/bash-inst.xml
index 6fc5fc1ac..83fc8b694 100644
--- a/chapter05/bash-inst.xml
+++ b/chapter05/bash-inst.xml
@@ -29,18 +29,19 @@ following command:</para>
<para>The meaning of the configure options are:</para>
<itemizedlist>
-<listitem><para><userinput>--enable-static-link:</userinput> This option
+<listitem><para><userinput>--enable-static-link</userinput>: This option
causes the <userinput>bash</userinput> program to be statically
linked.</para></listitem>
-<listitem><para><userinput>--prefix=$LFS/static:</userinput> This option
-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>--prefix=$LFS/static</userinput>: This option
+installs all of Bash's files under the
+<filename class="directory">$LFS/static</filename> directory, which becomes
+the <filename class="directory">/static</filename> directory when chroot'ed
+or reboot'ed into LFS.</para></listitem>
-<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
+<listitem><para><userinput>--with-curses</userinput>: This option causes
+<filename>bash</filename> to be linked against the curses library instead
+of the default termcap library which has become obsolete. Note, on most
all Linux systems, the curses library is provided by the Ncurses
package (so in truth we link against the ncurses library).</para>