Changeset e4b9338 for chapter06


Ignore:
Timestamp:
02/03/2003 11:24:24 PM (21 years ago)
Author:
Gerard Beekmans <gerard@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.0, 6.1, 6.1.1, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, v4_1, v5_0, v5_1, v5_1_1, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
ef97d16
Parents:
6f531d7
Message:

fix typo's

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2416 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Location:
chapter06
Files:
9 edited

Legend:

Unmodified
Added
Removed
  • chapter06/bzip2-inst.xml

    r6f531d7 re4b9338  
    2424<para>Copy the Bzip2 binary into the <filename
    2525class="directory">/bin</filename> directory, make some
    26 neccessary symbolic links and clean up.</para>
     26necessary symbolic links and clean up.</para>
    2727
    2828<para><screen><userinput>cp bzip2-shared /bin/bzip2 &amp;&amp;
  • chapter06/config-shadowpwd.xml

    r6f531d7 re4b9338  
    1010need to verify passwords (for example xdm, ftp daemons, pop3 daemons) need
    1111to be 'shadow-compliant', that is they need to be able to work with
    12 hadowed passwords.</para>
     12shadowed passwords.</para>
    1313
    1414<para>To enable shadowed passwords, run the following command:</para>
  • chapter06/e2fsprogs-inst.xml

    r6f531d7 re4b9338  
    1919<itemizedlist>
    2020
    21 <listitem><para><userinput>--with-root-prefix="":</userinput> Certain
     21<listitem><para><userinput>--with-root-prefix=""</userinput>: Certain
    2222programs (such as the e2fsck program) are considered essential programs.
    2323When, for example, <filename class="directory">/usr</filename> isn't
     
    2929want.</para></listitem>
    3030
    31 <listitem><para><userinput>--enable-elf-shlibs:</userinput> This creates
     31<listitem><para><userinput>--enable-elf-shlibs</userinput>: This creates
    3232the shared libraries which some programs in this package make use
    3333of.</para></listitem>
  • chapter06/gcc-inst.xml

    r6f531d7 re4b9338  
    3131
    3232<itemizedlist>
    33 <listitem><para><userinput>--enable-threads=posix:</userinput> This enables
     33<listitem><para><userinput>--enable-threads=posix</userinput>: This enables
    3434C++ exception handling for multi-threaded code.</para></listitem>
    3535
    36 <listitem><para><userinput>--enable-__cxa_atexit:</userinput> This option
     36<listitem><para><userinput>--enable-__cxa_atexit</userinput>: This option
    3737will result in C++ shared libraries and C++ programs that are interoperable
    3838with other Linux distributions.</para></listitem>
    3939
    40 <listitem><para><userinput>--enable-clocale=gnu:</userinput> There is a risk
     40<listitem><para><userinput>--enable-clocale=gnu</userinput>: There is a risk
    4141that some people will build ABI incompatible C++ libraries if they didn't
    4242install all of the glibc localedata. Using --enable-clocale=gnu ensures that
  • chapter06/glibc-inst.xml

    r6f531d7 re4b9338  
    8282
    8383<itemizedlist>
    84 <listitem><para><userinput>--disable-profile:</userinput> This disables the
     84<listitem><para><userinput>--disable-profile</userinput>: This disables the
    8585building of libraries with profiling information. This command may be
    8686omitted if you plan to do profiling.</para></listitem>
    8787
    88 <listitem><para><userinput>--enable-add-ons:</userinput> This enables the
     88<listitem><para><userinput>--enable-add-ons</userinput>: This enables the
    8989add-on that we install with Glibc, linuxthreads</para></listitem>
    9090
    91 <listitem><para><userinput>--libexecdir=/usr/bin:</userinput> This will
     91<listitem><para><userinput>--libexecdir=/usr/bin</userinput>: This will
    9292cause the pt_chown program to be installed in the /usr/bin
    9393directory.</para></listitem>
  • chapter06/kernel-manpages.xml

    r6f531d7 re4b9338  
    11<sect1 id="ch06-kernel-manpages">
    22<title>Installing Linux-&kernel-version; man pages</title>
    3 <?dbhtml filename="kernel-manpges.html" dir="chapter06"?>
     3<?dbhtml filename="kernel-manpages.html" dir="chapter06"?>
    44
    55<screen>Estimated build time:           &kernel-manpages-time;
  • chapter06/ncurses-inst.xml

    r6f531d7 re4b9338  
    2525<para><screen><userinput>mv /usr/lib/libncurses.so.5* /lib</userinput></screen></para>
    2626
    27 <para>Since the libaries have been moved to
     27<para>Since the libraries have been moved to
    2828<filename>/lib</filename>, a few symlinks are currently pointing
    2929towards non-existing files. Recreate those symlinks:</para>
  • chapter06/nettools-inst.xml

    r6f531d7 re4b9338  
    2121
    2222<para>If you intend to accept the default settings, you may skip
    23 the questions generated by <emphasis>make</emphasis> by runing
     23the questions generated by <emphasis>make</emphasis> by runnnnnnnnning
    2424<userinput>yes "" | make</userinput> instead.</para>
    2525
  • chapter06/vim-inst.xml

    r6f531d7 re4b9338  
    2020
    2121<itemizedlist>
    22 <listitem><para><userinput>CPPFLAGS=-DSYS_VIMRC_FILE=\\\"/etc/vimrc\\\":</userinput>
     22<listitem><para><userinput>CPPFLAGS=-DSYS_VIMRC_FILE=\\\"/etc/vimrc\\\"</userinput>:
    2323This option above causes vim to look for the
    2424<filename>/etc/vimrc</filename> file which contains vim's global settings.
Note: See TracChangeset for help on using the changeset viewer.