Changeset af8a78d for general


Ignore:
Timestamp:
01/10/2018 10:44:47 AM (6 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
aa79220
Parents:
c9d977e8
Message:

Fix various typos/wordings

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

Location:
general
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/js38.xml

    rc9d977e8 raf8a78d  
    161161
    162162    <para>
    163       <command>autoconf213</command>: This command regenerates the configure
     163      <command>autoconf2.13</command>: This command regenerates the configure
    164164      script with the changes from the patch.
    165165    </para>
     
    167167    <para>
    168168      <parameter>--with-*</parameter>: These parameters allow the build system
    169       to use system versions of the above libriares. These are required for
     169      to use system versions of the above libraries. These are required for
    170170      stability.
    171171    </para>
  • general/prog/perl-modules.xml

    rc9d977e8 raf8a78d  
    898898      <!-- Params-Validate -->
    899899      <listitem><literallayout><ulink url="http://search.cpan.org/dist/Params-Validate/">Params::Validate</ulink>
    900 (http::/search.cpan.org/dist/Params-Validate/) - uses <xref linkend="perl-build-install"/></literallayout>
     900(http://search.cpan.org/dist/Params-Validate/) - uses <xref linkend="perl-build-install"/></literallayout>
    901901         <!-- deps for Params::Validate:
    902902         Module::Build is a dep of Module::Implementation via Module::Runtime,
     
    17571757    <para>The SGMLSpm module is a <application>Perl</application> library
    17581758      used for parsing the output from James Clark's SGMLS and NSGMLS
    1759       parsers. This modules uses the standard
     1759      parsers. This module uses the standard
    17601760    <xref linkend="perl-standard-install"/>.</para>
    17611761
  • general/prog/python3.xml

    rc9d977e8 raf8a78d  
    161161      The test suite must be run separately from the build, either before or
    162162      after the package is built and installed. Do not run
    163       <command>make install</command>, after running the test suite. To build
     163      <command>make install</command> after running the test suite. To build
    164164      and install the package, you need to start with a fresh or clean source
    165165      tree. For the test, you also need a clean source code, so either start by
  • general/sysutils/acpid.xml

    rc9d977e8 raf8a78d  
    140140      Unfortunately, not every computer labels ACPI events in the same way. To
    141141      determine how your buttons are recognized, use the
    142       <command>acpi_listen</command> tool. Also, look in package documentation's
    143       samples directory for more examples.
     142      <command>acpi_listen</command> tool. Also, look in the <filename
     143      class="directory">samples</filename> directory under <filename
     144      class="directory">/usr/share/doc/acpid-&acpid-version;</filename>
     145      for more examples.
    144146    </para>
    145147
  • general/sysutils/hdparm.xml

    rc9d977e8 raf8a78d  
    3232    <para>
    3333      The <application>Hdparm</application> package contains a utility that
    34       is useful for controlling ATA/IDE controllers and hard drives both to
     34      is useful for obtaining information about, and controlling ATA/IDE
     35      controllers and hard drives. It allows to
    3536      increase performance and sometimes to increase stability.
    3637    </para>
  • general/sysutils/pm-utils.xml

    rc9d977e8 raf8a78d  
    3131
    3232    <para>
    33       The <application>Power Management Utilities</application> is a small
    34       collection of scripts to suspend and hibernate a computer that can be used
    35       to run user supplied scripts on suspend and resume.
     33      The <application>Power Management Utilities</application> provide
     34      simple shell command line tools to suspend and hibernate the computer.
     35      They can be used to run user supplied scripts on suspend and resume.
    3636    </para>
    3737
     
    191191      In order to use hibernation with <application>GRUB</application> and a
    192192      swap partition, you need to add kernel parameter
    193       <literal>resume=<replaceable>swap_partition</replaceable></literal> (i.e.
     193      <literal>resume=<replaceable>swap_partition</replaceable></literal> (e.g.
    194194      <literal>resume=/dev/sda1</literal>) to the kernel line in the
    195195      <filename>/boot/grub/grub.cfg</filename> configuration file.
Note: See TracChangeset for help on using the changeset viewer.