Changeset bfb7882


Ignore:
Timestamp:
07/30/2005 08:03:23 PM (19 years ago)
Author:
Tushar Teredesai <tushar@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
4daebcb1
Parents:
919683dc
Message:

More typo fixes

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@4841 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
20 edited

Legend:

Unmodified
Added
Removed
  • book/preface.xml

    r919683dc rbfb7882  
    7777    LFS.  Together, these projects provide a unique resource for
    7878    the Open Source Community.  They take the mystery out of the process of
    79     building a complete, funtional software system from the source code contributed
     79    building a complete, functional software system from the source code contributed
    8080    by many talented individuals throughout the world.  They truly allow users
    8181    to implement the slogan "Your distro, your rules."</para>
  • multimedia/audioutils/cdparanoia.xml

    r919683dc rbfb7882  
    3131
    3232    <para>The <application>CDParanoia</application> package contains a CD
    33     audio exraction tool. This is useful for extracting <filename>.wav</filename>
     33    audio extraction tool. This is useful for extracting <filename>.wav</filename>
    3434    files from audio CDs.  A CDDA capable CDROM drive is needed.
    3535    Practically all drives supported by Linux can be used.</para>
  • postlfs/config/bootdisk.xml

    r919683dc rbfb7882  
    3535    <para>Building a complete rescue device is a challenging task.  In many
    3636    ways, it is equivalent to building an entire LFS system.
    37     In addition, it would be a repitition of information already available.
     37    In addition, it would be a repetition of information already available.
    3838    For these reasons, the procedures for a rescue device image are not
    3939    presented here.</para>
  • postlfs/security/firewalling.xml

    r919683dc rbfb7882  
    228228# These lines are here in case rules are already in place and the
    229229# script is ever rerun on the fly. We want to remove all rules and
    230 # pre-exisiting user defined chains before we implement new rules.
     230# pre-existing user defined chains before we implement new rules.
    231231iptables -F
    232232iptables -X
     
    350350# These lines are here in case rules are already in place and the
    351351# script is ever rerun on the fly. We want to remove all rules and
    352 # pre-exisiting user defined chains before we implement new rules.
     352# pre-existing user defined chains before we implement new rules.
    353353iptables -F
    354354iptables -X
  • postlfs/security/heimdal.xml

    r919683dc rbfb7882  
    3232    <para><application>Heimdal</application> is a free implementation
    3333    of Kerberos 5 that aims to be compatible with MIT krb5 and is
    34     backwards compatible with krb4. Kerberos is a network authentication
     34    backward compatible with krb4. Kerberos is a network authentication
    3535    protocol. Basically it preserves the integrity of passwords in any
    3636    untrusted network (like the Internet). Kerberized applications work
     
    513513        <listitem>
    514514          <para>is a daemon which runs on the master KDC
    515           server which incrementally propogates changes to the KDC
     515          server which incrementally propagates changes to the KDC
    516516          database to the slave KDC servers.</para>
    517517          <indexterm zone="heimdal ipropd-master">
     
    525525        <listitem>
    526526          <para>is a daemon which runs on the slave KDC
    527           servers which incrementally propogates changes to the KDC
     527          servers which incrementally propagates changes to the KDC
    528528          database from the master KDC server.</para>
    529529          <indexterm zone="heimdal ipropd-slave">
     
    776776        <term><command>push</command></term>
    777777        <listitem>
    778           <para>is a kerberized POP mail retreival client.</para>
     778          <para>is a kerberized POP mail retrieval client.</para>
    779779          <indexterm zone="heimdal push">
    780780            <primary sortas="b-push">push</primary>
  • pst/printing/lprng.xml

    r919683dc rbfb7882  
    168168        <listitem>
    169169          <para>is a symlink to <command>lprm</command> used to send cancel
    170           requests to an <application>LPRng</application> print ervice.</para>
     170          requests to an <application>LPRng</application> print service.</para>
    171171          <indexterm zone="LPRng cancel">
    172172            <primary sortas="b-cancel">cancel</primary>
  • pst/ps/a2ps.xml

    r919683dc rbfb7882  
    3030    <title>Introduction to a2ps</title>
    3131
    32     <para><application>a2ps</application> is a filter utilitized mainly
     32    <para><application>a2ps</application> is a filter utilized mainly
    3333    in the background and primarily by printing scripts to convert almost
    3434    every input format into PostScript output. The application's name
  • server/mail/courier.xml

    r919683dc rbfb7882  
    334334<screen role="root"><userinput>cp -v -a /usr/share/courier/sqwebmail/images /srv/www/htdocs/webmail</userinput></screen>
    335335
    336       <para>If you wish to utilze the webadmin utility, you will need to copy
     336      <para>If you wish to utilize the webadmin utility, you will need to copy
    337337      the <filename>webadmin</filename> file from
    338338      <filename class="directory">/usr/lib/courier/courier/webmail</filename>
  • server/mail/exim.xml

    r919683dc rbfb7882  
    189189
    190190    <para>For information about linking <application>Linux-PAM</application>, see
    191     the instuctions at <ulink
     191    the instructions at <ulink
    192192    url="http://www.exim.org/exim-html-4.40/doc/html/spec_11.html#IX935"/>.</para>
    193193
    194194    <para>For information about linking database engine libraries used for
    195     <application>Exim</application> name lookups, see the instuctions at <ulink
     195    <application>Exim</application> name lookups, see the instructions at <ulink
    196196    url="http://www.exim.org/exim-html-4.40/doc/html/spec_9.html#CHAP9"/>.</para>
    197197
  • server/major/nfs-utils.xml

    r919683dc rbfb7882  
    7575
    7676    <para>Enable the following options in the kernel configuration
    77     and recompile the kernel if neccessary:</para>
     77    and recompile the kernel if necessary:</para>
    7878
    7979<screen><literal>File systems:
  • server/major/openssh.xml

    r919683dc rbfb7882  
    177177      you may wish to view the <filename class='directory'>/etc/ssh/</filename>
    178178      files and make any changes appropriate for the security of your system.
    179       One recomended change is that you disable
     179      One recommended change is that you disable
    180180      <systemitem class='username'>root</systemitem> login via
    181181      <command>ssh</command>. Execute the following command as the
  • server/major/proftpd.xml

    r919683dc rbfb7882  
    102102
    103103    <para><command>echo /usr/lib/proftpd/proftpdshell &gt;&gt;
    104     /etc/shells</command>: Fake a valid shell for compatability purposes.</para>
     104    /etc/shells</command>: Fake a valid shell for compatibility purposes.</para>
    105105
    106106    <note>
    107       <para>The above three commands can be ommitted if the following directive is
     107      <para>The above three commands can be omitted if the following directive is
    108108      placed in the configuration file:</para>
    109109
  • server/major/samba3.xml

    r919683dc rbfb7882  
    346346        for a Windows PDC, and conversely, a Windows BDC cannot be used as a
    347347        fallback for a <application>Samba</application> PDC. Also in some
    348         domain mambership scenarios, the <command>winbindd</command> daemon and
     348        domain membership scenarios, the <command>winbindd</command> daemon and
    349349        the corresponding bootscript are needed.</para>
    350350
     
    385385      Administration Tool) utility can be used for basic configuration of
    386386      the <application>Samba</application> installation, but because it may
    387       be inconvenient, undesireable or perhaps even impossible to gain
     387      be inconvenient, undesirable or perhaps even impossible to gain
    388388      access to the console, BLFS recommends setting up access to SWAT using
    389389      <application>Stunnel</application>. Without
  • server/other/svnserver.xml

    r919683dc rbfb7882  
    9797      network mount, and any corruption does not require an admin to
    9898      recover the repository.  For more information and comparison between
    99       FSFS and BDB, plese see <ulink
     99      FSFS and BDB, see <ulink
    100100      url="http://svnbook.red-bean.com/svnbook-1.1/ch05.html#svn-ch-5-sect-1.2.A"/>.
    101101      Optionally you can pass <option>bdb</option> in place of
  • template/template.xml

    r919683dc rbfb7882  
    101101
    102102    <para>Enable the following options in the kernel configuration
    103     and recompile the kernel if neccessary:</para>
     103    and recompile the kernel if necessary:</para>
    104104
    105105<!-- Spaces are significant in <screen> sections -->
  • x/installing/xfree86.xml

    r919683dc rbfb7882  
    410410    url="http://ep09.pld-linux.org/~mmazur/linux-libc-headers/doc/FAQ">
    411411    linux-libc-headers FAQ</ulink>). The <command>sed</command> uses
    412     <command>grep -lr</command> to replace all occurences. If you desire, just
     412    <command>grep -lr</command> to replace all occurrences. If you desire, just
    413413    remove (comment) the line in the appropriate video driver file if you
    414414    customized <filename>host.def</filename>.</para>
     
    422422    <command>tee</command> command allows viewing of the output while logging
    423423    the results to a file. The parentheses around the command runs the entire
    424     comand in a subshell and finally the <command>exit $PIPESTATUS</command>
     424    command in a subshell and finally the <command>exit $PIPESTATUS</command>
    425425    ensures the result of the <command>make</command> is returned as the result
    426426    and not the result of the <command>tee</command> command.</para>
  • x/installing/xorg.xml

    r919683dc rbfb7882  
    360360    url="http://ep09.pld-linux.org/~mmazur/linux-libc-headers/doc/FAQ">
    361361    linux-libc-headers FAQ</ulink>). The <command>sed</command> uses
    362     <command>grep -lr</command> to replace all occurences. If you desire, just
     362    <command>grep -lr</command> to replace all occurrences. If you desire, just
    363363    remove (comment) the line in the appropriate video driver file if you
    364364    customized <filename>host.def</filename>.</para>
     
    370370    same location as standard output. The <command>tee</command> command
    371371    allows viewing of the output while logging the results to a file. The
    372     parentheses around the command runs the entire comand in a subshell
     372    parentheses around the command runs the entire command in a subshell
    373373    and finally the <command>exit $PIPESTATUS</command> ensures the result
    374374    of the <command>make</command> is returned as the result and not the
  • x/lib/shared-mime-info.xml

    r919683dc rbfb7882  
    8888
    8989      <para>Some applications (including <application>GNOME</application>-2)
    90       require a properly set enviroment variable to locate the MIME database.
     90      require a properly set environment variable to locate the MIME database.
    9191      Satisfy this requirement by setting the following variable in your
    9292      local shell profile, or the system-wide profile:</para>
  • xsoft/office/evolution.xml

    r919683dc rbfb7882  
    130130    <para><option>--with-pilot-conduits</option>: This parameter will build
    131131    the <application>GNOME Pilot</application> conduits allowing you to
    132     syncronize <application>Evolution</application> data on a Palm
     132    synchronize <application>Evolution</application> data on a Palm
    133133    device.</para>
    134134
  • xsoft/suites/openoffice.xml

    r919683dc rbfb7882  
    167167<screen role="root"><userinput>ln -sf /usr/include/c++/&gcc-version; /usr/g++-v3</userinput></screen>
    168168
    169     <para>Create a temprorary symlink to the JRE's
     169    <para>Create a temporary symlink to the JRE's
    170170    <application>motif</application> libraries:</para>
    171171
Note: See TracChangeset for help on using the changeset viewer.