Changeset 4c845f18


Ignore:
Timestamp:
02/21/2016 05:39:24 AM (8 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
systemd-13485
Children:
0c31f7b
Parents:
8d284f50
Message:

Typo fixes and tags

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@16990 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
12 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libatomic_ops.xml

    r8d284f50 r4c845f18  
    4040    </para>
    4141
    42     &lfs78_checked;
     42    &lfs79_checked;
    4343
    4444    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    118118    <para>
    119119      <command>sed -i ...</command>: This <command>sed</command> makes the docs
    120       to be installed in an appropriate directory.
     120      get installed in an appropriate directory.
    121121    </para>
    122122
    123123    <para>
    124124      <command>autoreconf -fi</command>: This regenerates the
    125       <command>configure</command> script and the
     125      <command>configure</command> script and
    126126      <filename>Makefile.in</filename>.
    127127    </para>
  • general/genlib/libffi.xml

    r8d284f50 r4c845f18  
    3737    </para>
    3838
    39     &lfs78_checked;
     39    &lfs79_checked;
    4040
    4141    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    119119
    120120    <para><command>sed ... include/Makefile.in</command> and
    121     <command>sed ... libffi.pc.in</command>: Make package install headers into
     121    <command>sed ... libffi.pc.in</command>: This <application>sed</application>
     122    makes the package install headers into
    122123    /usr/include instead of /usr/lib/libffi-&libffi-version;/include.</para>
    123124
  • general/genlib/libunistring.xml

    r8d284f50 r4c845f18  
    3434    standard.</para>
    3535
    36     &lfs78_checked;
     36    &lfs79_checked;
    3737
    3838    <bridgehead renderas="sect3">Package Information</bridgehead>
  • general/prog/check.xml

    r8d284f50 r4c845f18  
    3636    </para>
    3737
    38     &lfs78_checked;
     38    &lfs79_checked;
    3939
    4040    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    138138        <listitem>
    139139          <para>
    140             is an <application>Awk</application> script used for
     140            is an <application>awk</application> script used for
    141141            generating C unit tests for use with the
    142142            <application>Check</application> unit testing framework.
  • general/prog/dejagnu.xml

    r8d284f50 r4c845f18  
    3838    </para>
    3939
    40     &lfs78_checked;
     40    &lfs79_checked;
    4141
    4242    <bridgehead renderas="sect3">Package Information</bridgehead>
  • general/prog/expect.xml

    r8d284f50 r4c845f18  
    4040    tasks that are prohibitively difficult with anything else.</para>
    4141
    42     &lfs78_checked;
     42    &lfs79_checked;
    4343
    4444    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    106106
    107107    <para><parameter>-with-tcl=/usr/lib</parameter>: This parameter is used to
    108     tell the <command>configure</command> script where the
     108    tell the <command>configure</command> script where
    109109    <command>tclConfig.sh</command> is located.</para>
    110110
     
    350350        <term><command>weather</command></term>
    351351        <listitem>
    352           <para>retrieves a weather report (courtesy University of Michigan)
     352          <para>retrieves a weather report (courtesy of the University of Michigan)
    353353          for a given city or geographical area.</para>
    354354          <indexterm zone="expect weather">
  • general/prog/gc.xml

    r8d284f50 r4c845f18  
    4444    </para>
    4545
    46     &lfs78_checked;
     46    &lfs79_checked;
    4747
    4848    <bridgehead renderas="sect3">Package Information</bridgehead>
  • general/prog/tcl.xml

    r8d284f50 r4c845f18  
    4444    </para>
    4545
    46     &lfs78_checked;
     46    &lfs79_checked;
    4747
    4848    <bridgehead renderas="sect3">Package Information</bridgehead>
  • networking/netlibs/libnl.xml

    r8d284f50 r4c845f18  
    4141    </para>
    4242
    43     &lfs78_checked;
     43    &lfs79_checked;
    4444
    4545    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    213213        <listitem>
    214214          <para>
    215             queries the Generic Netlink controller in kernel and prints
     215            queries the Generic Netlink controller in the kernel and prints
    216216            a list of all registered Generic Netlink families including
    217217            the version of the interface that has been registered.
     
    227227        <listitem>
    228228          <para>
    229             add or update or replace Traffic Classes
     229            adds, updates, or replaces Traffic Classes
    230230          </para>
    231231          <indexterm zone="libnl nl-class-add">
     
    239239        <listitem>
    240240          <para>
    241             delete Traffic Classes
     241            deletes Traffic Classes
    242242          </para>
    243243          <indexterm zone="libnl nl-class-delete">
     
    264264        <listitem>
    265265          <para>
    266             list Traffic Classes.
     266            lists Traffic Classes.
    267267          </para>
    268268          <indexterm zone="libnl nl-class-list">
     
    276276        <listitem>
    277277          <para>
    278             add a classifier.
     278            adds a classifier.
    279279          </para>
    280280          <indexterm zone="libnl nl-cls-add">
     
    288288        <listitem>
    289289          <para>
    290             delete a classifier.
     290            deletse a classifier.
    291291          </para>
    292292          <indexterm zone="libnl nl-cls-delete">
     
    300300        <listitem>
    301301          <para>
    302             list classifiers.
     302            lists classifiers.
    303303          </para>
    304304          <indexterm zone="libnl nl-cls-list">
     
    312312        <listitem>
    313313          <para>
    314             dump link attributes.
     314            dumps link attributes.
    315315          </para>
    316316          <indexterm zone="libnl nl-link-list">
     
    324324        <listitem>
    325325          <para>
    326             lookup packet location definitions.
     326            allows the lookup of packet location definitions.
    327327          </para>
    328328          <indexterm zone="libnl nl-pktloc-lookup">
     
    336336        <listitem>
    337337          <para>
    338             add queueing disciplines (qdiscs) in the kernel.
     338            adds queueing disciplines (qdiscs) in the kernel.
    339339          </para>
    340340          <indexterm zone="libnl nl-qdisc-add">
     
    348348        <listitem>
    349349          <para>
    350              delete queueing disciplines (qdiscs) in the kernel.
     350             deletes queueing disciplines (qdiscs) in the kernel.
    351351          </para>
    352352          <indexterm zone="libnl nl-qdisc-delete">
     
    360360        <listitem>
    361361          <para>
    362             list queueing disciplines (qdiscs) in the kernel.
     362            lists queueing disciplines (qdiscs) in the kernel.
    363363          </para>
    364364          <indexterm zone="libnl nl-qdisc-list">
     
    372372        <listitem>
    373373          <para>
    374             These libraries contain API functions used to access Netlink
    375             interfaces in Linux kernel.
     374            These libraries contain API functions used to access the Netlink
     375            interfaces in the Linux kernel.
    376376          </para>
    377377          <indexterm zone="libnl libnl-lib">
  • networking/netprogs/net-tools.xml

    r8d284f50 r4c845f18  
    3434    kernel.</para>
    3535
    36     &lfs78_checked;
     36    &lfs79_checked;
    3737
    3838    <bridgehead renderas="sect3">Package Information</bridgehead>
  • networking/netprogs/wireless-tools.xml

    r8d284f50 r4c845f18  
    4141    textual interface to support the full Wireless Extension.</para>
    4242
    43     &lfs78_checked;
     43    &lfs79_checked;
    4444
    4545    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    177177        <term><command>iwgetid</command></term>
    178178        <listitem>
    179           <para>reports ESSID, NWID or AP/Cell Address of wireless networks.</para>
     179          <para>reports the ESSID, NWID or AP/Cell Address of wireless networks.</para>
    180180          <indexterm zone="wireless_tools iwgetid">
    181181            <primary sortas="b-iwgetid">iwgetid</primary>
     
    187187        <term><command>iwlist</command></term>
    188188        <listitem>
    189           <para>gets detailed wireless information from a wireless interface.</para>
     189          <para>gets detailed information from a wireless interface.</para>
    190190          <indexterm zone="wireless_tools iwlist">
    191191            <primary sortas="b-iwlist">iwlist</primary>
     
    208208        <term><command>iwspy</command></term>
    209209        <listitem>
    210           <para>gets wireless statistics from specific node.</para>
     210          <para>gets wireless statistics from a specific node.</para>
    211211          <indexterm zone="wireless_tools iwspy">
    212212            <primary sortas="b-iwspy">iwspy</primary>
  • postlfs/security/nettle.xml

    r8d284f50 r4c845f18  
    3131
    3232    <para>
    33       The <application>Nettle</application> package contains the low-level
     33      The <application>Nettle</application> package contains a low-level
    3434      cryptographic library that is designed to fit easily in many contexts.
    3535    </para>
    3636
    37     &lfs78_checked;
     37    &lfs79_checked;
    3838
    3939    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    173173        <listitem>
    174174          <para>
    175             password-based key derivation function that take as input a
    176             password or passphrase and typically strengthen it and protect
     175            is a password-based key derivation function that takes as input a
     176            password or passphrase and typically strengthens it and protects it
    177177            against certain pre-computation attacks by using salting and
    178178            expensive computation.
Note: See TracChangeset for help on using the changeset viewer.