Ignore:
Timestamp:
12/28/2017 03:52:38 AM (6 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
25332b5
Parents:
9fde3e9
Message:

Typos and wording changes

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11343 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/systemd.xml

    r9fde3e9 r0d84af1  
    124124
    125125      <varlistentry>
    126         <term><parameter>-Dldconfig=no</parameter></term>
    127         <listitem>
    128           <para>This switch prevents installation of a systemd
    129           unit that runs <command>ldconfig</command> at
    130           boot, making the boot time longer. Remove it if the
    131           described feature is desired, even though it's not
    132           useful for source distributions such as LFS.</para>
     126        <term><parameter>-Dldconfig=false</parameter></term>
     127        <listitem>
     128          <para>This switch prevents installation of a systemd unit that runs
     129          <command>ldconfig</command> at boot, which is not useful for source
     130          distributions such as LFS and makes the boot time longer. Remove it
     131          if the described feature is desired.</para>
    133132        </listitem>
    134133      </varlistentry>
     
    159158          <filename>/etc/group</filename> and
    160159          <filename>/etc/passwd</filename> files. Both files
    161           were created early in this chapter.</para>
     160          were created earlier in this chapter.</para>
    162161        </listitem>
    163162      </varlistentry>
     
    251250        <term><command>bootctl</command></term>
    252251        <listitem>
    253           <para>used to query the firmware and boot manager settings</para>
     252          <para>Used to query the firmware and boot manager settings</para>
    254253          <indexterm zone="ch-system-systemd bootctl">
    255254            <primary sortas="b-bootctl">bootctl</primary>
     
    307306        <listitem>
    308307          <para>The first process to be started when the kernel has initialized
    309           the hardware which takes over the boot process and starts all the
    310           proceses it is instructed to</para>
     308          the hardware which takes over the boot process and starts all
     309          processes according to its configuration files</para>
    311310          <indexterm zone="ch-system-systemd init">
    312311            <primary sortas="b-init">init</primary>
     
    318317        <term><command>journalctl</command></term>
    319318        <listitem>
    320           <para>Used to query the contents of the systemd Journal</para>
     319          <para>Used to query the contents of the systemd journal</para>
    321320          <indexterm zone="ch-system-systemd journalctl">
    322321            <primary sortas="b-journalctl">journalctl</primary>
     
    559558        <term><command>systemd-mount</command></term>
    560559        <listitem>
    561           <para>is a tool to temporarily mount or auto-mount a drive.</para>
     560          <para>A tool to temporarily mount or auto-mount a drive.</para>
    562561          <indexterm zone="ch-system-systemd systemd-mount">
    563562            <primary sortas="b-systemd-mount">systemd-mount</primary>
     
    633632        <term><command>systemd-socket-activate</command></term>
    634633        <listitem>
    635           <para>is a tool to listen on socket devices and launch a process upon
     634          <para>A tool to listen on socket devices and launch a process upon
    636635          connection.</para>
    637636          <indexterm zone="ch-system-systemd systemd-socket-activate">
     
    689688        <term><command>udevadm</command></term>
    690689        <listitem>
    691           <para>Generic Udev administration tool: controls the udevd daemon,
     690          <para>Generic udev administration tool: controls the udevd daemon,
    692691          provides info from the Udev database, monitors uevents, waits for
    693           uevents to finish, tests Udev configuration, and triggers uevents
     692          uevents to finish, tests udev configuration, and triggers uevents
    694693          for a given device</para>
    695694          <indexterm zone="ch-system-systemd udevadm">
     
    702701        <term><filename class="libraryfile">libsystemd</filename></term>
    703702        <listitem>
    704           <para>systemd utility library</para>
     703          <para>The main systemd utility library</para>
    705704          <indexterm zone="ch-system-systemd libsystemd">
    706705            <primary sortas="c-libsystemd">libsystemd</primary>
Note: See TracChangeset for help on using the changeset viewer.