mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
Spell Checks
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@457 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
2f86e05373
commit
4d994af419
@ -56,7 +56,7 @@ binary) run <userinput>strip --strip-debug filename</userinput>. Wild cards
|
|||||||
can be used to strip debugging symbols from multiple files (use something
|
can be used to strip debugging symbols from multiple files (use something
|
||||||
like <userinput>strip --strip-debug $LFS/usr/bin/*</userinput>).
|
like <userinput>strip --strip-debug $LFS/usr/bin/*</userinput>).
|
||||||
Most people will probably never use a debugger on software, so by
|
Most people will probably never use a debugger on software, so by
|
||||||
removing those symbols a lot of diskspace can be regained.
|
removing those symbols a lot of disk space can be regained.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
|
@ -8,7 +8,7 @@ libraries, so there normally isn't a need for the
|
|||||||
directories in which a user wants the system to search for paths. The
|
directories in which a user wants the system to search for paths. The
|
||||||
<filename class="directory">/usr/local/lib</filename> directory isn't
|
<filename class="directory">/usr/local/lib</filename> directory isn't
|
||||||
searched through for dynamic libraries by default, so we want to add
|
searched through for dynamic libraries by default, so we want to add
|
||||||
this path so when a user installs software he won't be suprised by them not
|
this path so when a user installs software he won't be surprised by them not
|
||||||
running for some reason.
|
running for some reason.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
@ -37,7 +37,7 @@ Although it's not necessary to add the
|
|||||||
<filename class="directory">/usr/lib</filename> directories it doesn't
|
<filename class="directory">/usr/lib</filename> directories it doesn't
|
||||||
hurt. This way it can be seen right away what's being searched and a user
|
hurt. This way it can be seen right away what's being searched and a user
|
||||||
doesn't have
|
doesn't have
|
||||||
to remeber the default search paths if he doesn't want to.
|
to remember the default search paths if he doesn't want to.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
</sect2>
|
</sect2>
|
||||||
|
@ -7,7 +7,7 @@ Programs like login, shutdown, uptime and others want to read from and write
|
|||||||
to the /var/run/utmp /var/log/btmp and /var/log/wtmp. These files contain
|
to the /var/run/utmp /var/log/btmp and /var/log/wtmp. These files contain
|
||||||
information about who is currently logged in. It also contains information
|
information about who is currently logged in. It also contains information
|
||||||
on when the computer was last booted and shutdown and a record of the
|
on when the computer was last booted and shutdown and a record of the
|
||||||
bad login attemps.
|
bad login attempts.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
|
@ -20,7 +20,7 @@ File in a plain text file. File internally compiles this database each time it
|
|||||||
is run. This is not the normal type of operation for File since compiling a
|
is run. This is not the normal type of operation for File since compiling a
|
||||||
plain text file each time is not the fastest way to do it. File offers an
|
plain text file each time is not the fastest way to do it. File offers an
|
||||||
option "-C" to compile this magic number file. The reason this isn't done
|
option "-C" to compile this magic number file. The reason this isn't done
|
||||||
automagically is that some people like to work on the magic numbers. On the
|
automatically is that some people like to work on the magic numbers. On the
|
||||||
other hand many people didn't get it that they should compile the magic
|
other hand many people didn't get it that they should compile the magic
|
||||||
numbers, so the author of File added a warning when the plain text magic file
|
numbers, so the author of File added a warning when the plain text magic file
|
||||||
is used. As we usually won't work on the plain text magic file, we
|
is used. As we usually won't work on the plain text magic file, we
|
||||||
|
@ -8,7 +8,7 @@ shared ncurses library files.
|
|||||||
|
|
||||||
<para>
|
<para>
|
||||||
<userinput>--disable-termcap:</userinput> Disabled the compilation of
|
<userinput>--disable-termcap:</userinput> Disabled the compilation of
|
||||||
termcap fallback support.
|
termcap fall back support.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
|
@ -7,7 +7,7 @@ This will replace -ltermcap with -lncurses in the Makefile and pipe the
|
|||||||
output of sed (the modified Makefile) directly to the make program. This
|
output of sed (the modified Makefile) directly to the make program. This
|
||||||
is an alternate and more efficient way to direct the output to a file
|
is an alternate and more efficient way to direct the output to a file
|
||||||
and tell make to use that alternate file. We do this because libtermcap
|
and tell make to use that alternate file. We do this because libtermcap
|
||||||
is declared obsolete in favour of libncurses.
|
is declared obsolete in favor of libncurses.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
</sect2>
|
</sect2>
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<para>
|
<para>
|
||||||
If a user wants to be able to directly use bzip2 files with tar, he can
|
If a user wants to be able to directly use bzip2 files with tar, he can
|
||||||
use the tar
|
use the tar
|
||||||
patch avaiable from the LFS FTP site. This patch will add the -y option
|
patch available from the LFS FTP site. This patch will add the -y option
|
||||||
to tar which works the same as the -z option to tar (which can be used
|
to tar which works the same as the -z option to tar (which can be used
|
||||||
for gzip files).
|
for gzip files).
|
||||||
</para>
|
</para>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<title>Installation of Textutils</title>
|
<title>Installation of Textutils</title>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
Install Textutuils by running the following commands:
|
Install Textutils by running the following commands:
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<blockquote><literallayout>
|
<blockquote><literallayout>
|
||||||
|
@ -6,9 +6,5 @@
|
|||||||
it already was installed by Glibc.
|
it already was installed by Glibc.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para><userinput>HAVE_TSORT=yes:</userinput> We don't build this program
|
|
||||||
either becuase it already was installed by Textutils.
|
|
||||||
</para>
|
|
||||||
|
|
||||||
</sect2>
|
</sect2>
|
||||||
|
|
||||||
|
@ -13,7 +13,7 @@ http://cvs.linuxfromscratch.org/index.cgi/hints/editors/</ulink>
|
|||||||
<para>
|
<para>
|
||||||
Both the vim-rt and vim-src packages need to be unpacked to install Vim.
|
Both the vim-rt and vim-src packages need to be unpacked to install Vim.
|
||||||
Both packages will unpack their files into the vim-5.7 directory. This
|
Both packages will unpack their files into the vim-5.7 directory. This
|
||||||
won't overwrite any files from the other package. So it doesn't mattter
|
won't overwrite any files from the other package. So it doesn't matter
|
||||||
in which order it is done. Install Vim by running the following commands:
|
in which order it is done. Install Vim by running the following commands:
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
@ -48,7 +48,7 @@ evaluate_retval()
|
|||||||
# The print_status prints [ OK ] or [FAILED] to the screen. OK appears
|
# The print_status prints [ OK ] or [FAILED] to the screen. OK appears
|
||||||
# in the colour defined by the SUCCESS variable and FAILED appears in
|
# in the colour defined by the SUCCESS variable and FAILED appears in
|
||||||
# the colour defined by the FAILURE variable. Both are printed starting
|
# the colour defined by the FAILURE variable. Both are printed starting
|
||||||
# in the colomn defined by the COL variable.
|
# in the column defined by the COL variable.
|
||||||
#
|
#
|
||||||
|
|
||||||
print_status()
|
print_status()
|
||||||
|
@ -49,7 +49,7 @@ case "$1" in
|
|||||||
#
|
#
|
||||||
# Remove the possible /fastboot and /forcefsck files. they are
|
# Remove the possible /fastboot and /forcefsck files. they are
|
||||||
# only
|
# only
|
||||||
# supposed to be used during the next reboot's checkfs wich just
|
# supposed to be used during the next reboot's checkfs which just
|
||||||
# happened. If you want to fastboot or forcefsck again you'll
|
# happened. If you want to fastboot or forcefsck again you'll
|
||||||
# have to
|
# have to
|
||||||
# recreate the files
|
# recreate the files
|
||||||
@ -72,7 +72,7 @@ case "$1" in
|
|||||||
stop)
|
stop)
|
||||||
|
|
||||||
#
|
#
|
||||||
# Deactive all the swap partitions
|
# Deactivate all the swap partitions
|
||||||
#
|
#
|
||||||
|
|
||||||
echo -n "Deactivating swap..."
|
echo -n "Deactivating swap..."
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<title>Creating the rc script</title>
|
<title>Creating the rc script</title>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
The first main bootscript is the <filename>/etc/init.d/rc</filename> script.
|
The first main boot script is the <filename>/etc/init.d/rc</filename> script.
|
||||||
A new file <filename>/etc/init.d/rc</filename> is created containing the
|
A new file <filename>/etc/init.d/rc</filename> is created containing the
|
||||||
following: </para>
|
following: </para>
|
||||||
|
|
||||||
@ -24,8 +24,8 @@ following: </para>
|
|||||||
source /etc/init.d/functions
|
source /etc/init.d/functions
|
||||||
|
|
||||||
#
|
#
|
||||||
# The print_error_msg function prints an error message when an unforseen
|
# The print_error_msg function prints an error message when an unforeseen
|
||||||
# error occured that wasn't trapped for some reason by a evaluate_retval
|
# error occurred that wasn't trapped for some reason by a evaluate_retval
|
||||||
# call or error checking in different ways.
|
# call or error checking in different ways.
|
||||||
|
|
||||||
print_error_msg()
|
print_error_msg()
|
||||||
@ -34,7 +34,7 @@ print_error_msg()
|
|||||||
echo
|
echo
|
||||||
$FAILURE
|
$FAILURE
|
||||||
echo -n "You should not read this error message. It means "
|
echo -n "You should not read this error message. It means "
|
||||||
echo "that an unforseen error "
|
echo "that an unforeseen error "
|
||||||
echo -n "took place and subscript $i exited with "
|
echo -n "took place and subscript $i exited with "
|
||||||
echo "a return value "
|
echo "a return value "
|
||||||
echo -n "of $error_value for an unknown reason. If you're able "
|
echo -n "of $error_value for an unknown reason. If you're able "
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<title>Creating the rcS script</title>
|
<title>Creating the rcS script</title>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
The second main bootscript is the <filename>rcS</filename> script. Create a
|
The second main boot script is the <filename>rcS</filename> script. Create a
|
||||||
new file <filename>/etc/init.d/rcS</filename> containing the following:
|
new file <filename>/etc/init.d/rcS</filename> containing the following:
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user