Ignore:
Timestamp:
12/10/2022 06:25:47 AM (17 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

File:
1 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">
Note: See TracChangeset for help on using the changeset viewer.