Changeset 75d64be for chapter08


Ignore:
Timestamp:
12/09/2022 08:27:24 PM (17 months ago)
Author:
David Bryant <davidbryant@…>
Branches:
11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, bdubbs/gcc13, multilib, renodr/libudev-from-systemd, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/update-glibc
Children:
f8ac129
Parents:
0291294
Message:

Improve English idiom. Use the indicative mood.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/meson.xml

    r0291294 r75d64be  
    2424    <title/>
    2525
    26     <para>Meson is an open source build system meant to be both extremely fast
     26    <para>Meson is an open source build system designed to be both extremely fast
    2727    and as user friendly as possible.</para>
    2828
     
    3737
    3838    <tip revision="sysv">
    39       <para>This section is not strictly required for LFS if not using
    40       systemd. On the other hand, meson/ninja is a powerful build system,
    41       which is expected to be used more and more often. It is required for
     39      <para>This section is not strictly required when LFS does not use
     40      systemd. On the other hand, Meson, along with Ninja, makes
     41      a powerful build system combination,
     42      which will probably be used more and more often. It is required for
    4243      several packages in <ulink url="&blfs-book;">the BLFS
    4344      book</ulink>.</para>
     
    5758<screen><userinput remap="make">pip3 wheel -w dist --no-build-isolation --no-deps $PWD</userinput></screen>
    5859
    59     <para>The test suite requires some packages out of the scope of LFS.</para>
     60    <para>The test suite requires some packages outside the scope of LFS.</para>
    6061
    6162    <para>Install the package:</para>
     
    7172        <term><parameter>-w dist</parameter></term>
    7273        <listitem>
    73            <para>Put the created wheels into the
     74           <para>Puts the created wheels into the
    7475           <filename class='directory'>dist</filename> directory.</para>
    7576        </listitem>
     
    7980        <term><parameter>--find-links dist</parameter></term>
    8081        <listitem>
    81            <para>Install wheels from the
     82           <para>Installs wheels from the
    8283           <filename class='directory'>dist</filename> directory.</para>
    8384        </listitem>
Note: See TracChangeset for help on using the changeset viewer.