Changeset 06be400


Ignore:
Timestamp:
09/23/2006 03:46:31 PM (18 years ago)
Author:
David Jensen <djensen@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.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:
87ffcb7f
Parents:
d296001d
Message:

spell checks (j thru s)

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

Files:
7 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libidn.xml

    rd296001d r06be400  
    136136  <sect2 role="commands">
    137137    <title>Command Explanations</title>
    138    
     138
    139139    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    140140    href="../../xincludes/gtk-doc-rebuild.xml"/>
     
    177177        <listitem>
    178178          <para> contains a generic Stringprep implementation that does Unicode
    179           3.2 NFKC normalization, mapping and prohibitation of characters, and
     179          3.2 NFKC normalization, mapping and prohibition of characters, and
    180180          bidirectional character handling. Profiles for Nameprep, iSCSI, SASL
    181181          and XMPP are included as well as support for Punycode and ASCII
  • general/prog/other-tools.xml

    rd296001d r06be400  
    724724
    725725      <para><application>ferite</application> is a scripting language and
    726       engine all in one managable chunk. It is designed to be easily extended
     726      engine all in one manageable chunk. It is designed to be easily extended
    727727      in terms of API, and to be used within other applications making them
    728       more configurable and useful to the end user. It has a syntax similiar to
    729       a number of other langauges but remains clean and its own
     728      more configurable and useful to the end user. It has a syntax similar to
     729      a number of other languages but remains clean and its own
    730730      language.</para>
    731731
     
    753753      telescopes. <application>Forth</application> has many unique features
    754754      and applications: it can compile itself into a new compiler,
    755       reverse-polish coding, edit time error checking and compiling (similiar
     755      reverse-polish coding, edit time error checking and compiling (similar
    756756      to BASIC), extremely efficient thread based language, can be used to
    757757      debug itself, extensible; thus can become what ever you need it to be.
     
    14661466      <title>Small Device C Compiler (SDCC)</title>
    14671467
    1468       <para><application>SDCC</application> is a Freeware, retargettable,
     1468      <para><application>SDCC</application> is a Freeware, retargetable,
    14691469      optimizing ANSI-C compiler that targets the Intel 8051, Maxim 80DS390
    14701470      and the Zilog Z80 based MCUs. Work is in progress on supporting the
  • general/sysutils/hal.xml

    rd296001d r06be400  
    488488        <term><command>hal-device-manager</command></term>
    489489        <listitem>
    490           <para>shows a graphical respresentation of all the devices
     490          <para>shows a graphical representation of all the devices
    491491          <application>HAL</application> is aware of. This program requires
    492492          <xref linkend="hal-runtime-dependencies"/>. Here is a <ulink
  • kde/devel/kdesdk.xml

    rd296001d r06be400  
    4242    <title>Introduction to Kdesdk</title>
    4343
    44     <para><application>Kdesdk</application> provides serveral applications
     44    <para><application>Kdesdk</application> provides several applications
    4545    useful for developers.  Programs include a version control system front-end
    4646    for <application>CVS</application>, a program to view the differences
  • postlfs/config/devices.xml

    rd296001d r06be400  
    5757    is possible by creating extra <application>udev</application> rules,
    5858    matching on something like this (on one line). The vendor and product can
    59     be found by searchng the /sys/devices directory entries or using
     59    be found by searching the /sys/devices directory entries or using
    6060    <command>udevinfo</command> after the device has been attached. See the
    6161    documentation in the current <application>udev</application>  directory of
  • postlfs/security/mitkrb.xml

    rd296001d r06be400  
    240240
    241241        <para>You will need to substitute your domain and proper hostname
    242         for the occurances of the <replaceable>&lt;belgarath&gt;</replaceable> and
     242        for the occurences of the <replaceable>&lt;belgarath&gt;</replaceable> and
    243243        <replaceable>&lt;lfs.org&gt;</replaceable> names.</para>
    244244
  • x/lib/mesalib.xml

    rd296001d r06be400  
    6666
    6767    <note>
    68       <para>It is not recomended to build a newer version of
     68      <para>It is not recommended to build a newer version of
    6969      <application>Mesa</application> with <xref linkend="xfree86"/> or
    7070      <xref linkend="xorg"/>.</para>
Note: See TracChangeset for help on using the changeset viewer.