From 90e77c7b8580b06d59cef50e4b98e5c947f7c2fa Mon Sep 17 00:00:00 2001 From: Timothy Bauscher Date: Thu, 16 Jan 2003 01:08:41 +0000 Subject: Typo fixes. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2346 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/bash-inst.xml | 4 ++-- chapter05/diffutils-inst.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'chapter05') 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: --enable-static-link: This option -caused the bash program to be statically +causes the bash program to be statically linked. --prefix=$LFS/static 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. ---with-curses: This option caused +--with-curses: 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 diff --git a/chapter05/diffutils-inst.xml b/chapter05/diffutils-inst.xml index 9110d0918..6f707eb6a 100644 --- a/chapter05/diffutils-inst.xml +++ b/chapter05/diffutils-inst.xml @@ -15,7 +15,7 @@ common way to tell a package that all programs should be statically linked. This way the LDFLAGS environment variable is set but only in the subshell that the configure script runs -in. When configure is done its job, the +in. When configure has done its job, the LDFLAGS variable won't exist anymore. -- cgit v1.2.3-54-g00ecf