Changeset d15c80e for chapter08


Ignore:
Timestamp:
12/19/2022 07:44:36 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:
101d00d, a613960
Parents:
8cde104
Message:

Capitalize package names. Patch up a clumsy sentence. Change an
instance of the imperative mood to the indicative. Improve the
description of the "halt" and "init" programs.

Location:
chapter08
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter08/sysklogd.xml

    r8cde104 rd15c80e  
    2424    <title/>
    2525
    26     <para>The sysklogd package contains programs for logging system messages,
    27     such as those given by the kernel when unusual things happen.</para>
     26    <para>The Sysklogd package contains programs for logging system messages,
     27    such as those emitted by the kernel when unusual things happen.</para>
    2828
    2929    <segmentedlist>
     
    4242    <title>Installation of Sysklogd</title>
    4343
    44     <para>First, fix problems that causes a segmentation fault under
    45     some conditions in klogd and fix an obsolete program construct:</para>
     44    <para>First, fix a problem that causes a segmentation fault in klogd
     45    under some conditions, and fix an obsolete program construct:</para>
    4646
    4747<screen><userinput remap="pre">sed -i '/Error loading kernel symbols/{n;n;d}' ksym_mod.c
  • chapter08/sysvinit.xml

    r8cde104 rd15c80e  
    116116        <term><command>fstab-decode</command></term>
    117117        <listitem>
    118           <para>Run a command with fstab-encoded arguments</para>
     118          <para>Runs a command with fstab-encoded arguments</para>
    119119          <indexterm zone="ch-system-sysvinit fstab-decode">
    120120            <primary sortas="b-fstab-decode">fstab-decode</primary>
     
    127127        <listitem>
    128128          <para>Normally invokes <command>shutdown</command> with the
    129           <parameter>-h</parameter> option, except when already in run-level 0,
    130           then it tells the kernel to halt the system; it notes in the
    131           file <filename>/var/log/wtmp</filename> that the system is being
    132           brought down</para>
     129          <parameter>-h</parameter> option, but when already in run-level 0,
     130          it tells the kernel to halt the system; it notes in the
     131          file <filename>/var/log/wtmp</filename> that the system is
     132          going down</para>
    133133          <indexterm zone="ch-system-sysvinit halt-sysv">
    134134            <primary sortas="b-halt">halt</primary>
     
    141141        <listitem>
    142142          <para>The first process to be started when the kernel has initialized
    143           the hardware which takes over the boot process and starts all the
    144           proceses specified in its configuration file</para>
     143          the hardware; it takes over the boot process and starts all the
     144          processes specified in its configuration file</para>
    145145          <indexterm zone="ch-system-sysvinit init-sysv">
    146146            <primary sortas="b-init">init</primary>
     
    153153        <listitem>
    154154          <para>Sends a signal to all processes, except the processes in its own
    155           session so it will not kill its parent shell</para>
     155          session; it will not kill its parent shell</para>
    156156          <indexterm zone="ch-system-sysvinit killall5">
    157157            <primary sortas="b-killall5">killall5</primary>
Note: See TracChangeset for help on using the changeset viewer.