small fixes

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@435 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Thomas Balu Walter 2001-04-05 15:36:41 +00:00
parent 0387b1d07a
commit 584847559b
7 changed files with 8 additions and 8 deletions

View File

@ -11,7 +11,7 @@ The Glibc package contains the GNU C Library.
<para> <para>
The C Library is a collection of commonly used functions in programs. The C Library is a collection of commonly used functions in programs.
This way a programmer doens't need to create his own functions for every This way a programmer doesn't need to create his own functions for every
single task. The most common things like writing a string to the screen single task. The most common things like writing a string to the screen
are already present and at the disposal of the programmer. are already present and at the disposal of the programmer.
</para> </para>

View File

@ -9,7 +9,7 @@ The MAKEDEV package contains the MAKEDEV script.
<sect2><title>Description</title> <sect2><title>Description</title>
<para> <para>
MAKEDEV is a script that can help in creating the necesarry static MAKEDEV is a script that can help in creating the necessary static
device files that usually reside in the /dev directory. device files that usually reside in the /dev directory.
</para> </para>

View File

@ -527,7 +527,7 @@ swapdev queries and sets swap device.
<title>tunelp</title> <title>tunelp</title>
<para> <para>
tunelp sets various paramters for the lp device. tunelp sets various parameters for the lp device.
</para> </para>
</sect3> </sect3>

View File

@ -25,8 +25,8 @@ and tell make with the -f parameter to read that alternate file.
<para> <para>
<userinput>LDFLAGS=-static:</userinput> This is the second way we use to <userinput>LDFLAGS=-static:</userinput> This is the second way we use to
link a package statically. This is also the most common way. link a package statically. This is also the most common way.
The -all-static value is only used with the binutils package and The -all-static value is only used with the binutils and the gettext
won't be used throughout the rest of this book. packages and won't be used throughout the rest of this book.
</para> </para>
</sect2> </sect2>

View File

@ -7,7 +7,7 @@ answers "Y" to every question the config script asks the user. We're not
configuring the real kernel here, we just need to have some sort of configuring the real kernel here, we just need to have some sort of
configure file created so that we can run make dep next that will create configure file created so that we can run make dep next that will create
a few files in $LFS/usr/src/linux/include/linux, like version.h, among a few files in $LFS/usr/src/linux/include/linux, like version.h, among
others, that we will need to compilg Glibc and other packages later in others, that we will need to compile Glibc and other packages later in
chroot. chroot.
</para> </para>

View File

@ -32,7 +32,7 @@ like vim and less to operate properly.
Now that we are inside a chroot'ed environment, we can continue to Now that we are inside a chroot'ed environment, we can continue to
install all the basic system software. You have to make sure all the install all the basic system software. You have to make sure all the
following commands in this and following chapters are run from within the following commands in this and following chapters are run from within the
chroot'ed environment. If you ever leaves this environment for a reason chroot'ed environment. If you ever leave this environment for a reason
(say when rebooting or something) please remember to mount $LFS/proc (say when rebooting or something) please remember to mount $LFS/proc
again like you just did and re-enter chroot before continuing with the again like you just did and re-enter chroot before continuing with the
book. book.

View File

@ -3,7 +3,7 @@
<para> <para>
The <filename>Makefile</filename> file CFLAGS variable has to be edited The <filename>Makefile</filename> file CFLAGS variable has to be edited
if compiler optimzations should be added. if compiler optimizations should be added.
</para> </para>
<para> <para>