Text update

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@361 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Gerard Beekmans 2001-03-23 03:40:35 +00:00
parent abdeaad6a7
commit 08463b5b7b
4 changed files with 11 additions and 11 deletions

View File

@ -24,8 +24,8 @@ file. When a program uses a dynamic library, that executable will not
contain the code from the C library, but instead a routine that loads contain the code from the C library, but instead a routine that loads
the functions from the library at the time the program is run. This the functions from the library at the time the program is run. This
means a significant decrease in the file size of a program. The means a significant decrease in the file size of a program. The
documentation that comes with the C Library describes this a little deeper, documentation that comes with the C Library describes this in more
as it is too complicated to explain here in one or two lines. detail, as it is too complicated to explain here in one or two lines.
</para> </para>
</sect2> </sect2>

View File

@ -30,17 +30,17 @@ like vim and less to operate properly.
<para> <para>
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. A user has 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 he ever leaves this environment for a reason chroot'ed environment. If you ever leaves this environment for a reason
(say when rebooting or something) he has to remember to mount $LFS/proc again (say when rebooting or something) please remember to mount $LFS/proc
like he did earlier and to re-enter chroot before continuing with the again like you just did and re-enter chroot before continuing with the
book. book.
</para> </para>
<para> <para>
Note that the bash prompt will contain "I have no name!". This is Note that the bash prompt will contain "I have no name!". This is
normal; Glibc hasn't been installed yet. normal because Glibc hasn't been installed yet.
</para> </para>
</sect1> </sect1>

View File

@ -10,7 +10,7 @@ have Glibc default to using /lib and /usr/lib which is fine right now).
</para> </para>
<para> <para>
<userinput>--enable-add-ons:</userinput> This enabled the add-ons that <userinput>--enable-add-ons:</userinput> This enables the add-on that
we install with Glibc: linuxthreads we install with Glibc: linuxthreads
</para> </para>

View File

@ -40,9 +40,9 @@ Install Glibc by running the following commands:
</literallayout></blockquote> </literallayout></blockquote>
<para> <para>
A user can get rid of the "I have no name!" in the bash prompt if he wants. You can get rid of the "I have no name!" in the bash prompt if you want
This is done by exiting chroot and re-entering it. Run the following to by exiting chroot and re-entering it. Run the following commands to do
commands to do that: that:
</para> </para>
<blockquote><literallayout> <blockquote><literallayout>