Changeset ad1ccc7


Ignore:
Timestamp:
03/25/2018 06:01:51 PM (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.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:
f2c6106
Parents:
b55310e
Message:

Typos and minor text changes

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • chapter06/systemd.xml

    rb55310e rad1ccc7  
    5959<screen><userinput remap="pre">sed -i '527,565 d'                  src/basic/missing.h
    6060sed -i '24 d'                       src/core/load-fragment.c
    61 sed -i '53 a#include &lt;sys/mount.h&gt;' src/shared/bus-unit-util.cd</userinput></screen>
     61sed -i '53 a#include &lt;sys/mount.h&gt;' src/shared/bus-unit-util.c</userinput></screen>
    6262
    6363    <para>Remove an unneeded group,
  • prologue/foreword.xml

    rb55310e rad1ccc7  
    1111  <title>Foreword</title>
    1212
    13 <para>My journey to learn and better understand Linux began over a decade ago,
     13<para>My journey to learn and better understand Linux began
    1414back in 1998. I had just installed my first Linux distribution and had
    1515quickly become intrigued with the whole concept and philosophy behind
  • prologue/standards.xml

    rb55310e rad1ccc7  
    3030      <listitem>
    3131        <para><ulink url="http://refspecs.linuxfoundation.org/lsb.shtml">Linux
    32         Standard Base (LSB) Version 5.0</ulink></para>
     32        Standard Base (LSB) Version 5.0 (2015)</ulink></para>
    3333
    3434        <para>The LSB has four separate standards: Core, Desktop,
     
    118118          <para>Alsa, ATK, Cairo, Desktop-file-utils, Freetype, Fontconfig,
    119119          Gdk-pixbuf, Glib2, GTK+2, Icon-naming-utils, Libjpeg-turbo, Libpng, Libtiff,
    120           Libxml2, MesaLib, Pango, Qt4, Xdg-utils, Xorg</para>
     120          Libxml2, MesaLib, Pango, Xdg-utils, Xorg</para>
    121121        </listitem>
    122122      </varlistentry>
     
    161161        <term><emphasis>LSB Desktop:</emphasis></term>
    162162        <listitem>
    163           <para>None</para>
     163          <para>Qt4 (but Qt5 is provided)</para>
    164164        </listitem>
    165165      </varlistentry>
  • prologue/why.xml

    rb55310e rad1ccc7  
    525525        <para>Systemd</para>
    526526
    527         <para>This package provides and <application>init</application> program
     527        <para>This package provides an <application>init</application> program
    528528        and several additional boot and system control capabilities as an
    529529        alternative to Sysvinit.  It is used by many commercial distributions.
Note: See TracChangeset for help on using the changeset viewer.