Changeset f8ac129


Ignore:
Timestamp:
12/09/2022 09:45:13 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:
20d6b70, f8c7e95
Parents:
75d64be
Message:

Corrected English idiom throughout. Clarified the description of
the package. Modified some program descriptions to improve their
accuracy, or to correct clumsiness of style.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/coreutils.xml

    r75d64be rf8ac129  
    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>
     
    182182        <term><command>[</command></term>
    183183        <listitem>
    184           <para>Is an actual command, /usr/bin/[, that is a synonym
     184          <para>Is an actual command, /usr/bin/[; it is a synonym
    185185          for the <command>test</command> command</para>
    186186          <indexterm zone="ch-system-coreutils lbracket">
     
    276276        <listitem>
    277277          <para>Changes the permissions of each file to the given mode; the mode
    278           can be either a symbolic representation of the changes to make or an
     278          can be either a symbolic representation of the changes to be made, or an
    279279          octal number representing the new permissions</para>
    280280          <indexterm zone="ch-system-coreutils chmod">
     
    342342        <listitem>
    343343          <para>Splits a given file into several new files, separating them
    344           according to given patterns or line numbers and outputting the byte
     344          according to given patterns or line numbers, and outputting the byte
    345345          count of each new file</para>
    346346          <indexterm zone="ch-system-coreutils csplit">
     
    364364        <term><command>date</command></term>
    365365        <listitem>
    366           <para>Displays the current time in the given format, or sets the
    367           system date</para>
     366          <para>Displays the current dae and time in the given format, or sets the
     367          system date and time</para>
    368368          <indexterm zone="ch-system-coreutils date">
    369369            <primary sortas="b-date">date</primary>
     
    421421        <term><command>dirname</command></term>
    422422        <listitem>
    423           <para>Strips the non-directory suffix from a file name</para>
     423          <para>Extracts the directory portion(s) of the given name(s)</para>
    424424          <indexterm zone="ch-system-coreutils dirname">
    425425            <primary sortas="b-dirname">dirname</primary>
     
    483483        <term><command>factor</command></term>
    484484        <listitem>
    485           <para>Prints the prime factors of all specified integer numbers</para>
     485          <para>Prints the prime factors of the specified integers</para>
    486486          <indexterm zone="ch-system-coreutils factor">
    487487            <primary sortas="b-factor">factor</primary>
     
    588588        <term><command>link</command></term>
    589589        <listitem>
    590           <para>Creates a hard link with the given name to a file</para>
     590          <para>Creates a hard link (with the given name) to a file</para>
    591591          <indexterm zone="ch-system-coreutils link">
    592592            <primary sortas="b-link">link</primary>
     
    648648        <term><command>mkfifo</command></term>
    649649        <listitem>
    650           <para>Creates First-In, First-Outs (FIFOs), a "named
    651           pipe" in UNIX parlance, with the given names</para>
     650          <para>Creates First-In, First-Outs (FIFOs), "named
     651          pipes" in UNIX parlance, with the given names</para>
    652652          <indexterm zone="ch-system-coreutils mkfifo">
    653653            <primary sortas="b-mkfifo">mkfifo</primary>
     
    12311231        <listitem>
    12321232          <para>Reports the number of lines, words, and bytes for each given
    1233           file, as well as a total line when more than one file is given</para>
     1233          file, as well as grand totals when more than one file is given</para>
    12341234          <indexterm zone="ch-system-coreutils wc">
    12351235            <primary sortas="b-wc">wc</primary>
     
    12621262        <term><command>yes</command></term>
    12631263        <listitem>
    1264           <para>Repeatedly outputs <quote>y</quote> or a given string until
     1264          <para>Repeatedly outputs <quote>y</quote>, or a given string, until
    12651265          killed</para>
    12661266          <indexterm zone="ch-system-coreutils yes">
Note: See TracChangeset for help on using the changeset viewer.