diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-02-03 23:24:24 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-02-03 23:24:24 +0000 |
commit | e4b9338243e80e23c08eccaaf770259edbe72c5d (patch) | |
tree | e7f115ade9983172971131d41934b6e1e90959bb /chapter06 | |
parent | 6f531d7b8c0fa937866a56c6ab729fc0f75d94e0 (diff) |
fix typo's
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2416 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/bzip2-inst.xml | 2 | ||||
-rw-r--r-- | chapter06/config-shadowpwd.xml | 2 | ||||
-rw-r--r-- | chapter06/e2fsprogs-inst.xml | 4 | ||||
-rw-r--r-- | chapter06/gcc-inst.xml | 6 | ||||
-rw-r--r-- | chapter06/glibc-inst.xml | 6 | ||||
-rw-r--r-- | chapter06/kernel-manpages.xml | 2 | ||||
-rw-r--r-- | chapter06/ncurses-inst.xml | 2 | ||||
-rw-r--r-- | chapter06/nettools-inst.xml | 2 | ||||
-rw-r--r-- | chapter06/vim-inst.xml | 2 |
9 files changed, 14 insertions, 14 deletions
diff --git a/chapter06/bzip2-inst.xml b/chapter06/bzip2-inst.xml index 5547ffaae..afbd5ee37 100644 --- a/chapter06/bzip2-inst.xml +++ b/chapter06/bzip2-inst.xml @@ -23,7 +23,7 @@ against it.</para> <para>Copy the Bzip2 binary into the <filename class="directory">/bin</filename> directory, make some -neccessary symbolic links and clean up.</para> +necessary symbolic links and clean up.</para> <para><screen><userinput>cp bzip2-shared /bin/bzip2 && cp -a libbz2.so* /lib && diff --git a/chapter06/config-shadowpwd.xml b/chapter06/config-shadowpwd.xml index 2ef48e9e5..6b6aa676b 100644 --- a/chapter06/config-shadowpwd.xml +++ b/chapter06/config-shadowpwd.xml @@ -9,7 +9,7 @@ file within the unpacked shadow password suite's source tree. There's one thing to keep in mind if you decide to use shadow support: programs that need to verify passwords (for example xdm, ftp daemons, pop3 daemons) need to be 'shadow-compliant', that is they need to be able to work with -hadowed passwords.</para> +shadowed passwords.</para> <para>To enable shadowed passwords, run the following command:</para> diff --git a/chapter06/e2fsprogs-inst.xml b/chapter06/e2fsprogs-inst.xml index 389e18d1b..fd80fe891 100644 --- a/chapter06/e2fsprogs-inst.xml +++ b/chapter06/e2fsprogs-inst.xml @@ -18,7 +18,7 @@ cd ../e2fsprogs-build</userinput></screen></para> <itemizedlist> -<listitem><para><userinput>--with-root-prefix="":</userinput> Certain +<listitem><para><userinput>--with-root-prefix=""</userinput>: Certain programs (such as the e2fsck program) are considered essential programs. When, for example, <filename class="directory">/usr</filename> isn't mounted, these essential program have to be available. They belong in @@ -28,7 +28,7 @@ to E2fsprogs's configure, the programs are placed in the <filename class="directory">/usr</filename> directory, which is not what we want.</para></listitem> -<listitem><para><userinput>--enable-elf-shlibs:</userinput> This creates +<listitem><para><userinput>--enable-elf-shlibs</userinput>: This creates the shared libraries which some programs in this package make use of.</para></listitem> diff --git a/chapter06/gcc-inst.xml b/chapter06/gcc-inst.xml index e939e3ff5..1ec2c780f 100644 --- a/chapter06/gcc-inst.xml +++ b/chapter06/gcc-inst.xml @@ -30,14 +30,14 @@ cd ../gcc-build</userinput></screen></para> <para>The meanings of the configure options are:</para> <itemizedlist> -<listitem><para><userinput>--enable-threads=posix:</userinput> This enables +<listitem><para><userinput>--enable-threads=posix</userinput>: This enables C++ exception handling for multi-threaded code.</para></listitem> -<listitem><para><userinput>--enable-__cxa_atexit:</userinput> This option +<listitem><para><userinput>--enable-__cxa_atexit</userinput>: This option will result in C++ shared libraries and C++ programs that are interoperable with other Linux distributions.</para></listitem> -<listitem><para><userinput>--enable-clocale=gnu:</userinput> There is a risk +<listitem><para><userinput>--enable-clocale=gnu</userinput>: There is a risk that some people will build ABI incompatible C++ libraries if they didn't install all of the glibc localedata. Using --enable-clocale=gnu ensures that the "right thing" is done in all cases. If you don't wish to use this option, diff --git a/chapter06/glibc-inst.xml b/chapter06/glibc-inst.xml index e5af3774c..d5d96a310 100644 --- a/chapter06/glibc-inst.xml +++ b/chapter06/glibc-inst.xml @@ -81,14 +81,14 @@ cd ../glibc-build</userinput></screen></para> <para>The meaning of the configure options are:</para> <itemizedlist> -<listitem><para><userinput>--disable-profile:</userinput> This disables the +<listitem><para><userinput>--disable-profile</userinput>: This disables the building of libraries with profiling information. This command may be omitted if you plan to do profiling.</para></listitem> -<listitem><para><userinput>--enable-add-ons:</userinput> This enables the +<listitem><para><userinput>--enable-add-ons</userinput>: This enables the add-on that we install with Glibc, linuxthreads</para></listitem> -<listitem><para><userinput>--libexecdir=/usr/bin:</userinput> This will +<listitem><para><userinput>--libexecdir=/usr/bin</userinput>: This will cause the pt_chown program to be installed in the /usr/bin directory.</para></listitem> </itemizedlist> diff --git a/chapter06/kernel-manpages.xml b/chapter06/kernel-manpages.xml index f278f1cb2..7a0fd0951 100644 --- a/chapter06/kernel-manpages.xml +++ b/chapter06/kernel-manpages.xml @@ -1,6 +1,6 @@ <sect1 id="ch06-kernel-manpages"> <title>Installing Linux-&kernel-version; man pages</title> -<?dbhtml filename="kernel-manpges.html" dir="chapter06"?> +<?dbhtml filename="kernel-manpages.html" dir="chapter06"?> <screen>Estimated build time: &kernel-manpages-time; Estimated required disk space: &kernel-manpages-compsize;</screen> diff --git a/chapter06/ncurses-inst.xml b/chapter06/ncurses-inst.xml index 7a77ec74b..c264776dc 100644 --- a/chapter06/ncurses-inst.xml +++ b/chapter06/ncurses-inst.xml @@ -24,7 +24,7 @@ where they're expected to reside:</para> <para><screen><userinput>mv /usr/lib/libncurses.so.5* /lib</userinput></screen></para> -<para>Since the libaries have been moved to +<para>Since the libraries have been moved to <filename>/lib</filename>, a few symlinks are currently pointing towards non-existing files. Recreate those symlinks:</para> diff --git a/chapter06/nettools-inst.xml b/chapter06/nettools-inst.xml index 5bc5c2205..c5c2b8e54 100644 --- a/chapter06/nettools-inst.xml +++ b/chapter06/nettools-inst.xml @@ -20,7 +20,7 @@ it's up to the kernel to make them available to the system.</para> <para><screen><userinput>make</userinput></screen></para> <para>If you intend to accept the default settings, you may skip -the questions generated by <emphasis>make</emphasis> by runing +the questions generated by <emphasis>make</emphasis> by runnnnnnnnning <userinput>yes "" | make</userinput> instead.</para> <para>Finish installing the package:</para> diff --git a/chapter06/vim-inst.xml b/chapter06/vim-inst.xml index 9be5c493a..984893dd0 100644 --- a/chapter06/vim-inst.xml +++ b/chapter06/vim-inst.xml @@ -19,7 +19,7 @@ install it. This patch fixes a compile problem with GCC-3.2:</para> <para>The meaning of the make option is:</para> <itemizedlist> -<listitem><para><userinput>CPPFLAGS=-DSYS_VIMRC_FILE=\\\"/etc/vimrc\\\":</userinput> +<listitem><para><userinput>CPPFLAGS=-DSYS_VIMRC_FILE=\\\"/etc/vimrc\\\"</userinput>: This option above causes vim to look for the <filename>/etc/vimrc</filename> file which contains vim's global settings. Normally, this file is assumed to be located in <filename |