Changeset f16e611


Ignore:
Timestamp:
12/10/2022 06:25:47 AM (16 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/clfs-ng
Children:
a09fa5f
Parents:
524c5e3 (diff), 20d6b70 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge remote-tracking branch 'origin/trunk' into xry111/clfs-ng

Location:
chapter08
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • chapter08/coreutils.xml

    r524c5e3 rf16e611  
    2424    <title/>
    2525
    26     <para>The Coreutils package contains utilities for showing and setting the
    27     basic system characteristics.</para>
     26    <para>The Coreutils package contains the basic utility programs
     27    needed by every operating system.</para>
    2828
    2929    <segmentedlist>
     
    4949
    5050    <note>
    51       <para>In the past, many bugs were found in this patch. When reporting new
    52       bugs to Coreutils maintainers, please check first if they are reproducible
    53       without this patch.</para>
     51      <para>Many bugs have been found in this patch. When reporting new
     52      bugs to the Coreutils maintainers, please check first to see if
     53      those bugs are reproducible without this patch.</para>
    5454    </note>
    5555
     
    7676        <listitem>
    7777          <para>The patch for internationalization has modified the
    78           building system of the package, so the configuration files have
    79           to be regenerated.</para>
     78          build system, so the configuration files must
     79          be regenerated.</para>
    8080        </listitem>
    8181      </varlistentry>
     
    8585        <listitem>
    8686          <para>This environment variable allows the package to be
    87           built as the <systemitem class="username">root</systemitem> user.
     87          built by the <systemitem class="username">root</systemitem> user.
    8888          </para>
    8989        </listitem>
     
    9494        <listitem>
    9595          <para>The purpose of this switch is to prevent Coreutils from
    96           installing binaries that will be installed by other packages later.
     96          installing programs that will be installed by other packages.
    9797          </para>
    9898        </listitem>
     
    187187        <term><command>[</command></term>
    188188        <listitem>
    189           <para>Is an actual command, /usr/bin/[, that is a synonym
     189          <para>Is an actual command, /usr/bin/[; it is a synonym
    190190          for the <command>test</command> command</para>
    191191          <indexterm zone="ch-system-coreutils lbracket">
     
    281281        <listitem>
    282282          <para>Changes the permissions of each file to the given mode; the mode
    283           can be either a symbolic representation of the changes to make or an
     283          can be either a symbolic representation of the changes to be made, or an
    284284          octal number representing the new permissions</para>
    285285          <indexterm zone="ch-system-coreutils chmod">
     
    347347        <listitem>
    348348          <para>Splits a given file into several new files, separating them
    349           according to given patterns or line numbers and outputting the byte
     349          according to given patterns or line numbers, and outputting the byte
    350350          count of each new file</para>
    351351          <indexterm zone="ch-system-coreutils csplit">
     
    369369        <term><command>date</command></term>
    370370        <listitem>
    371           <para>Displays the current time in the given format, or sets the
    372           system date</para>
     371          <para>Displays the current dae and time in the given format, or sets the
     372          system date and time</para>
    373373          <indexterm zone="ch-system-coreutils date">
    374374            <primary sortas="b-date">date</primary>
     
    426426        <term><command>dirname</command></term>
    427427        <listitem>
    428           <para>Strips the non-directory suffix from a file name</para>
     428          <para>Extracts the directory portion(s) of the given name(s)</para>
    429429          <indexterm zone="ch-system-coreutils dirname">
    430430            <primary sortas="b-dirname">dirname</primary>
     
    488488        <term><command>factor</command></term>
    489489        <listitem>
    490           <para>Prints the prime factors of all specified integer numbers</para>
     490          <para>Prints the prime factors of the specified integers</para>
    491491          <indexterm zone="ch-system-coreutils factor">
    492492            <primary sortas="b-factor">factor</primary>
     
    593593        <term><command>link</command></term>
    594594        <listitem>
    595           <para>Creates a hard link with the given name to a file</para>
     595          <para>Creates a hard link (with the given name) to a file</para>
    596596          <indexterm zone="ch-system-coreutils link">
    597597            <primary sortas="b-link">link</primary>
     
    653653        <term><command>mkfifo</command></term>
    654654        <listitem>
    655           <para>Creates First-In, First-Outs (FIFOs), a "named
    656           pipe" in UNIX parlance, with the given names</para>
     655          <para>Creates First-In, First-Outs (FIFOs), "named
     656          pipes" in UNIX parlance, with the given names</para>
    657657          <indexterm zone="ch-system-coreutils mkfifo">
    658658            <primary sortas="b-mkfifo">mkfifo</primary>
     
    12361236        <listitem>
    12371237          <para>Reports the number of lines, words, and bytes for each given
    1238           file, as well as a total line when more than one file is given</para>
     1238          file, as well as grand totals when more than one file is given</para>
    12391239          <indexterm zone="ch-system-coreutils wc">
    12401240            <primary sortas="b-wc">wc</primary>
     
    12671267        <term><command>yes</command></term>
    12681268        <listitem>
    1269           <para>Repeatedly outputs <quote>y</quote> or a given string until
     1269          <para>Repeatedly outputs <quote>y</quote>, or a given string, until
    12701270          killed</para>
    12711271          <indexterm zone="ch-system-coreutils yes">
  • chapter08/libffi.xml

    r524c5e3 rf16e611  
    5454      following command to an architecture name fully implemented by the
    5555      CPU on that system.
    56       If this is not done, all applications that link to libffi will trigger
     56      If this is not done, all applications that link to
     57      <filename class='libraryfile'>libffi</filename> will trigger
    5758      Illegal Operation Errors.</para>
    5859    </note>
  • chapter08/meson.xml

    r524c5e3 rf16e611  
    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>
  • chapter08/perl.xml

    r524c5e3 rf16e611  
    124124          <para>These settings define where Perl looks for installed
    125125          modules. The LFS editors chose to put them in a directory structure
    126           based on the Major.Minor version of Perl (&perl-version-min;) which
    127           allows upgrading Perl to newer Patch levels (&perl-version;) without
    128           reinstalling all of the modules.</para>
     126          based on the MAJOR.MINOR version of Perl (&perl-version-min;) which
     127          allows upgrading Perl to newer patch levels (the patch level is
     128          the last dot separated part in the full version string like
     129          &perl-version;) without reinstalling all of the modules.</para>
    129130        </listitem>
    130131      </varlistentry>
Note: See TracChangeset for help on using the changeset viewer.