Changeset c1fec3a9 for chapter09


Ignore:
Timestamp:
12/21/2022 04:42:53 PM (18 months ago)
Author:
David Bryant <david@…>
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:
6ef5053
Parents:
c30b3cc
Message:

Improved English idiom; clarified a few descriptions of scripts.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter09/bootscripts.xml

    rc30b3cc rc1fec3a9  
    7575        <listitem>
    7676          <para>Checks the integrity of the file systems before they are mounted
    77           (with the exception of journal and network based file systems)</para>
     77          (with the exception of journaling and network-based file systems)</para>
    7878          <indexterm zone="ch-config-bootscripts checkfs-bootscripts">
    7979            <primary sortas="d-checkfs">checkfs</primary>
     
    174174        <term><command>mountfs</command></term>
    175175        <listitem>
    176           <para>Mounts all file systems, except ones that are marked
    177           <emphasis>noauto</emphasis> or are network based</para>
     176          <para>Mounts all file systems, except those that are marked
     177          <emphasis>noauto</emphasis>, or are network based</para>
    178178          <indexterm zone="ch-config-bootscripts mountfs-bootscripts">
    179179            <primary sortas="d-mountfs">mountfs</primary>
     
    209209          <para>The master run-level control script; it is responsible for
    210210          running all the other bootscripts one-by-one, in a sequence determined
    211           by the name of the symbolic links being processed</para>
     211          by the names of the symbolic links to those other bootscripts</para>
    212212          <indexterm zone="ch-config-bootscripts rc-bootscripts">
    213213            <primary sortas="d-rc">rc</primary>
     
    240240        <term><command>setclock</command></term>
    241241        <listitem>
    242           <para>Resets the kernel clock to local time in case the hardware clock
    243           is not set to UTC time</para>
     242          <para>Resets the system clock to local time if the hardware clock
     243          is not set to UTC</para>
    244244          <indexterm zone="ch-config-bootscripts setclock-bootscripts">
    245245            <primary sortas="d-setclock">setclock</primary>
     
    306306        <listitem>
    307307          <para>Prepares the <filename class="directory">/dev</filename>
    308           directory and starts Udev</para>
     308          directory and starts the udev daemon</para>
    309309          <indexterm zone="ch-config-bootscripts udev-bootscripts">
    310310            <primary sortas="d-udev">udev</primary>
Note: See TracChangeset for help on using the changeset viewer.