Author: krejzi
Date: Fri Feb 6 16:33:39 2015
New Revision: 10830
Log:
Introduce some consistency in short descriptions.
Modified:
branches/systemd/chapter06/acl.xml
branches/systemd/chapter06/attr.xml
branches/systemd/chapter06/autoconf.xml
branches/systemd/chapter06/binutils.xml
branches/systemd/chapter06/bison.xml
branches/systemd/chapter06/bzip2.xml
branches/systemd/chapter06/coreutils.xml
branches/systemd/chapter06/dbus.xml
branches/systemd/chapter06/e2fsprogs.xml
branches/systemd/chapter06/expat.xml
branches/systemd/chapter06/file.xml
branches/systemd/chapter06/findutils.xml
branches/systemd/chapter06/gcc.xml
branches/systemd/chapter06/gdbm.xml
branches/systemd/chapter06/gettext.xml
branches/systemd/chapter06/glibc.xml
branches/systemd/chapter06/gmp.xml
branches/systemd/chapter06/intltool.xml
branches/systemd/chapter06/iproute2.xml
branches/systemd/chapter06/kbd.xml
branches/systemd/chapter06/m4.xml
branches/systemd/chapter06/mpfr.xml
branches/systemd/chapter06/ncurses.xml
branches/systemd/chapter06/patch.xml
branches/systemd/chapter06/pcre.xml
branches/systemd/chapter06/perl.xml
branches/systemd/chapter06/pkgconfig.xml
branches/systemd/chapter06/popt.xml
branches/systemd/chapter06/systemd.xml
branches/systemd/chapter06/texinfo.xml
branches/systemd/chapter06/util-linux.xml
branches/systemd/chapter06/xml-parser.xml
branches/systemd/chapter06/xz.xml
Modified: branches/systemd/chapter06/acl.xml
==============================================================================
--- branches/systemd/chapter06/acl.xml Fri Feb 6 16:15:23 2015 (r10829)
+++ branches/systemd/chapter06/acl.xml Fri Feb 6 16:33:39 2015 (r10830)
@@ -110,7 +110,7 @@
<term><command>chacl</command></term>
<listitem>
<para>Changes the access control list of a file
- or directory.</para>
+ or directory</para>
<indexterm zone="ch-system-acl chacl">
<primary sortas="b-chacl">chacl</primary>
</indexterm>
@@ -120,7 +120,7 @@
<varlistentry id="getfacl">
<term><command>getfacl</command></term>
<listitem>
- <para>Gets file access control lists.</para>
+ <para>Gets file access control lists</para>
<indexterm zone="ch-system-acl getfacl">
<primary sortas="b-getfacl">getfacl</primary>
</indexterm>
@@ -130,7 +130,7 @@
<varlistentry id="setacl">
<term><command>setacl</command></term>
<listitem>
- <para>Sets file access control lists.</para>
+ <para>Sets file access control lists</para>
<indexterm zone="ch-system-acl setacl">
<primary sortas="b-setacl">setacl</primary>
</indexterm>
@@ -140,7 +140,7 @@
<varlistentry id="libacl">
<term><filename class="libraryfile">libacl</filename></term>
<listitem>
- <para>Contains the <application>Acl</application> API
functions.</para>
+ <para>Contains the <application>Acl</application> API
functions</para>
<indexterm zone="ch-system-acl libacl">
<primary sortas="c-libacl">libacl</primary>
</indexterm>
Modified: branches/systemd/chapter06/attr.xml
==============================================================================
--- branches/systemd/chapter06/attr.xml Fri Feb 6 16:15:23 2015 (r10829)
+++ branches/systemd/chapter06/attr.xml Fri Feb 6 16:33:39 2015 (r10830)
@@ -114,7 +114,7 @@
<varlistentry id="getfattr">
<term><command>getfattr</command></term>
<listitem>
- <para>Gets the extended attributes of filesystem objects.</para>
+ <para>Gets the extended attributes of filesystem objects</para>
<indexterm zone="ch-system-attr getfattr">
<primary sortas="b-getfattr">getfattr</primary>
</indexterm>
@@ -134,7 +134,7 @@
<varlistentry id="libattr">
<term><filename class="libraryfile">libattr</filename></term>
<listitem>
- <para>Contains the <application>Attr</application> API
functions.</para>
+ <para>Contains the <application>Attr</application> API
functions</para>
<indexterm zone="ch-system-attr libattr">
<primary sortas="c-libattr">libattr</primary>
</indexterm>
Modified: branches/systemd/chapter06/autoconf.xml
==============================================================================
--- branches/systemd/chapter06/autoconf.xml Fri Feb 6 16:15:23 2015
(r10829)
+++ branches/systemd/chapter06/autoconf.xml Fri Feb 6 16:33:39 2015
(r10830)
@@ -89,7 +89,7 @@
<para>Produces shell scripts that automatically configure software
source code packages to adapt to many kinds of Unix-like systems.
The configuration scripts it produces are independent—running
- them does not require the <command>autoconf</command> program.</para>
+ them does not require the <command>autoconf</command> program</para>
<indexterm zone="ch-system-autoconf autoconf">
<primary sortas="b-autoconf">autoconf</primary>
</indexterm>
Modified: branches/systemd/chapter06/binutils.xml
==============================================================================
--- branches/systemd/chapter06/binutils.xml Fri Feb 6 16:15:23 2015
(r10829)
+++ branches/systemd/chapter06/binutils.xml Fri Feb 6 16:33:39 2015
(r10830)
@@ -345,7 +345,7 @@
<para>A library for dealing with opcodes—the <quote>readable
text</quote> versions of instructions for the processor;
it is used for building utilities like
- <command>objdump</command>.</para>
+ <command>objdump</command></para>
<indexterm zone="ch-system-binutils libopcodes">
<primary sortas="c-libopcodes">libopcodes</primary>
</indexterm>
Modified: branches/systemd/chapter06/bison.xml
==============================================================================
--- branches/systemd/chapter06/bison.xml Fri Feb 6 16:15:23 2015
(r10829)
+++ branches/systemd/chapter06/bison.xml Fri Feb 6 16:33:39 2015
(r10830)
@@ -110,14 +110,14 @@
</listitem>
</varlistentry>
- <varlistentry id="liby.a">
- <term><filename class="libraryfile">liby.a</filename></term>
+ <varlistentry id="liby">
+ <term><filename class="libraryfile">liby</filename></term>
<listitem>
<para>The Yacc library containing implementations of Yacc-compatible
<function>yyerror</function> and <function>main</function> functions;
this library is normally not very useful, but POSIX requires
it</para>
- <indexterm zone="ch-system-bison liby.a">
- <primary sortas="c-liby.a">liby.a</primary>
+ <indexterm zone="ch-system-bison liby">
+ <primary sortas="c-liby">liby</primary>
</indexterm>
</listitem>
</varlistentry>
Modified: branches/systemd/chapter06/bzip2.xml
==============================================================================
--- branches/systemd/chapter06/bzip2.xml Fri Feb 6 16:15:23 2015
(r10829)
+++ branches/systemd/chapter06/bzip2.xml Fri Feb 6 16:33:39 2015
(r10830)
@@ -233,12 +233,12 @@
</varlistentry>
<varlistentry id="libbz2">
- <term><filename class="libraryfile">libbz2*</filename></term>
+ <term><filename class="libraryfile">libbz2</filename></term>
<listitem>
<para>The library implementing lossless, block-sorting data
compression, using the Burrows-Wheeler algorithm</para>
<indexterm zone="ch-system-bzip2 libbz2">
- <primary sortas="c-libbz2*">libbz2*</primary>
+ <primary sortas="c-libbz2">libbz2</primary>
</indexterm>
</listitem>
</varlistentry>
Modified: branches/systemd/chapter06/coreutils.xml
==============================================================================
--- branches/systemd/chapter06/coreutils.xml Fri Feb 6 16:15:23 2015
(r10829)
+++ branches/systemd/chapter06/coreutils.xml Fri Feb 6 16:33:39 2015
(r10830)
@@ -1228,11 +1228,11 @@
</varlistentry>
<varlistentry id="libstdbuf">
- <term><filename class="libraryfile">libstdbuf.so</filename></term>
+ <term><filename class="libraryfile">libstdbuf</filename></term>
<listitem>
<para>Library used by <command>stdbuf</command></para>
<indexterm zone="ch-system-coreutils libstdbuf">
- <primary sortas="c-libstdbuf">libstdbuf.so</primary>
+ <primary sortas="c-libstdbuf">libstdbuf</primary>
</indexterm>
</listitem>
</varlistentry>
Modified: branches/systemd/chapter06/dbus.xml
==============================================================================
--- branches/systemd/chapter06/dbus.xml Fri Feb 6 16:15:23 2015 (r10829)
+++ branches/systemd/chapter06/dbus.xml Fri Feb 6 16:33:39 2015 (r10830)
@@ -121,7 +121,7 @@
<varlistentry id="dbus-cleanup-sockets">
<term><command>dbus-cleanup-sockets</command></term>
<listitem>
- <para>Used to clean up leftover sockets in a directory.</para>
+ <para>Used to clean up leftover sockets in a directory</para>
<indexterm zone="ch-system-dbus dbus-cleanup-sockets">
<primary
sortas="b-dbus-cleanup-sockets">dbus-cleanup-sockets</primary>
</indexterm>
@@ -131,7 +131,7 @@
<varlistentry id="dbus-daemon">
<term><command>dbus-daemon</command></term>
<listitem>
- <para>The D-Bus message bus daemon.</para>
+ <para>The D-Bus message bus daemon</para>
<indexterm zone="ch-system-dbus dbus-daemon">
<primary sortas="b-dbus-daemon">dbus-daemon</primary>
</indexterm>
@@ -142,7 +142,7 @@
<term><command>dbus-launch</command></term>
<listitem>
<para>Starts <command>dbus-daemon</command> from a shell
- script.</para>
+ script</para>
<indexterm zone="ch-system-dbus dbus-launch">
<primary sortas="b-dbus-launch">dbus-launch</primary>
</indexterm>
@@ -152,7 +152,7 @@
<varlistentry id="dbus-monitor">
<term><command>dbus-monitor</command></term>
<listitem>
- <para>Monitors messages passing through a D-Bus message bus.</para>
+ <para>Monitors messages passing through a D-Bus message bus</para>
<indexterm zone="ch-system-dbus dbus-monitor">
<primary sortas="b-dbus-monitor">dbus-monitor</primary>
</indexterm>
@@ -164,7 +164,7 @@
<listitem>
<para>Starts a session bus instance of <command>dbus-daemon</command>
from a shell script and starts a specified program in that
- session.</para>
+ session</para>
<indexterm zone="ch-system-dbus dbus-run-session">
<primary sortas="b-dbus-run-session">dbus-run-session</primary>
</indexterm>
@@ -174,7 +174,7 @@
<varlistentry id="dbus-send">
<term><command>dbus-send</command></term>
<listitem>
- <para>Sends a message to a D-Bus message bus.</para>
+ <para>Sends a message to a D-Bus message bus</para>
<indexterm zone="ch-system-dbus dbus-send">
<primary sortas="b-dbus-send">dbus-send</primary>
</indexterm>
@@ -184,7 +184,7 @@
<varlistentry id="dbus-uuidgen">
<term><command>dbus-uuidgen</command></term>
<listitem>
- <para>Generates a universally unique ID.</para>
+ <para>Generates a universally unique ID</para>
<indexterm zone="ch-system-dbus dbus-uuidgen">
<primary sortas="b-dbus-uuidgen">dbus-uuidgen</primary>
</indexterm>
@@ -195,9 +195,9 @@
<term><filename class="libraryfile">libdbus-1</filename></term>
<listitem>
<para>Contains API functions used to communicate with the D-Bus
- message bus.</para>
+ message bus</para>
<indexterm zone="ch-system-dbus libdbus-1">
- <primary sortas="c-libdbus">libdbus</primary>
+ <primary sortas="c-libdbus-1">libdbus-1</primary>
</indexterm>
</listitem>
</varlistentry>
Modified: branches/systemd/chapter06/e2fsprogs.xml
==============================================================================
--- branches/systemd/chapter06/e2fsprogs.xml Fri Feb 6 16:15:23 2015
(r10829)
+++ branches/systemd/chapter06/e2fsprogs.xml Fri Feb 6 16:33:39 2015
(r10830)
@@ -248,7 +248,7 @@
<varlistentry id="e2freefrag">
<term><command>e2freefrag</command></term>
<listitem>
- <para> Reports free space fragmentation information</para>
+ <para>Reports free space fragmentation information</para>
<indexterm zone="ch-system-e2fsprogs e2freefrag">
<primary sortas="b-e2freefrag">e2freefrag</primary>
</indexterm>
@@ -295,7 +295,7 @@
<listitem>
<para>Replays the undo log undo_log for an ext2/ext3/ext4 filesystem
found on a device. This can be used to undo a failed operation by an
- e2fsprogs program.</para>
+ e2fsprogs program</para>
<indexterm zone="ch-system-e2fsprogs e2undo">
<primary sortas="b-e2undo">e2undo</primary>
</indexterm>
@@ -326,7 +326,7 @@
<term><command>fsck.ext2</command></term>
<listitem>
<para>By default checks <systemitem
class="filesystem">ext2</systemitem>
- file systems. This is a hard link to
<command>e2fsck</command>.</para>
+ file systems. This is a hard link to <command>e2fsck</command></para>
<indexterm zone="ch-system-e2fsprogs fsck.ext2">
<primary sortas="b-fsck.ext2">fsck.ext2</primary>
</indexterm>
@@ -337,7 +337,7 @@
<term><command>fsck.ext3</command></term>
<listitem>
<para>By default checks <systemitem
class="filesystem">ext3</systemitem>
- file systems. This is a hard link to
<command>e2fsck</command>.</para>
+ file systems. This is a hard link to <command>e2fsck</command></para>
<indexterm zone="ch-system-e2fsprogs fsck.ext3">
<primary sortas="b-fsck.ext3">fsck.ext3</primary>
</indexterm>
@@ -348,7 +348,7 @@
<term><command>fsck.ext4</command></term>
<listitem>
<para>By default checks <systemitem
class="filesystem">ext4</systemitem>
- file systems. This is a hard link to
<command>e2fsck</command>.</para>
+ file systems. This is a hard link to <command>e2fsck</command></para>
<indexterm zone="ch-system-e2fsprogs fsck.ext4">
<primary sortas="b-fsck.ext4">fsck.ext4</primary>
</indexterm>
@@ -360,7 +360,7 @@
<listitem>
<para>By default checks <systemitem
class="filesystem">ext4</systemitem>
development file systems. This is a hard link to
- <command>e2fsck</command>.</para>
+ <command>e2fsck</command></para>
<indexterm zone="ch-system-e2fsprogs fsck.ext4dev">
<primary sortas="b-fsck.ext4dev">fsck.ext4dev</primary>
</indexterm>
@@ -416,7 +416,7 @@
<term><command>mkfs.ext2</command></term>
<listitem>
<para>By default creates <systemitem
class="filesystem">ext2</systemitem>
- file systems. This is a hard link to
<command>mke2fs</command>.</para>
+ file systems. This is a hard link to <command>mke2fs</command></para>
<indexterm zone="ch-system-e2fsprogs mkfs.ext2">
<primary sortas="b-mkfs.ext2">mkfs.ext2</primary>
</indexterm>
@@ -427,7 +427,7 @@
<term><command>mkfs.ext3</command></term>
<listitem>
<para>By default creates <systemitem
class="filesystem">ext3</systemitem>
- file systems. This is a hard link to
<command>mke2fs</command>.</para>
+ file systems. This is a hard link to <command>mke2fs</command></para>
<indexterm zone="ch-system-e2fsprogs mkfs.ext3">
<primary sortas="b-mkfs.ext3">mkfs.ext3</primary>
</indexterm>
@@ -438,7 +438,7 @@
<term><command>mkfs.ext4</command></term>
<listitem>
<para>By default creates <systemitem
class="filesystem">ext4</systemitem>
- file systems. This is a hard link to
<command>mke2fs</command>.</para>
+ file systems. This is a hard link to <command>mke2fs</command></para>
<indexterm zone="ch-system-e2fsprogs mkfs.ext4">
<primary sortas="b-mkfs.ext4">mkfs.ext4</primary>
</indexterm>
@@ -449,7 +449,7 @@
<term><command>mkfs.ext4dev</command></term>
<listitem>
<para>By default creates <systemitem
class="filesystem">ext4</systemitem>
- development file systems. This is a hard link to
<command>mke2fs</command>.</para>
+ development file systems. This is a hard link to
<command>mke2fs</command></para>
<indexterm zone="ch-system-e2fsprogs mkfs.ext4dev">
<primary sortas="b-mkfs.ext4dev">mkfs.ext4dev</primary>
</indexterm>
Modified: branches/systemd/chapter06/expat.xml
==============================================================================
--- branches/systemd/chapter06/expat.xml Fri Feb 6 16:15:23 2015
(r10829)
+++ branches/systemd/chapter06/expat.xml Fri Feb 6 16:33:39 2015
(r10830)
@@ -88,7 +88,7 @@
<term><command>xmlwf </command></term>
<listitem>
<para>is a non-validating utility to check whether or not
- XML documents are well formed.</para>
+ XML documents are well formed</para>
<indexterm zone="ch-system-expat xmlwf">
<primary sortas="b-xmlwf">xmlwf</primary>
</indexterm>
@@ -98,7 +98,7 @@
<varlistentry id="libexpat">
<term><filename class="libraryfile">libexpat</filename></term>
<listitem>
- <para> contains API functions for parsing XML.</para>
+ <para> contains API functions for parsing XML</para>
<indexterm zone="ch-system-expat libexpat">
<primary sortas="c-libexpat">libexpat</primary>
</indexterm>
Modified: branches/systemd/chapter06/file.xml
==============================================================================
--- branches/systemd/chapter06/file.xml Fri Feb 6 16:15:23 2015 (r10829)
+++ branches/systemd/chapter06/file.xml Fri Feb 6 16:33:39 2015 (r10830)
@@ -91,7 +91,7 @@
</varlistentry>
<varlistentry id="libmagic">
- <term><filename class="libraryfile">libmagic.so</filename></term>
+ <term><filename class="libraryfile">libmagic</filename></term>
<listitem>
<para>Contains routines for magic number recognition, used by the
<command>file</command> program</para>
Modified: branches/systemd/chapter06/findutils.xml
==============================================================================
--- branches/systemd/chapter06/findutils.xml Fri Feb 6 16:15:23 2015
(r10829)
+++ branches/systemd/chapter06/findutils.xml Fri Feb 6 16:33:39 2015
(r10830)
@@ -114,7 +114,7 @@
<term><command>code</command></term>
<listitem>
<para>Was formerly used to produce <command>locate</command>
- databases; it is the ancestor of <command>frcode</command>.</para>
+ databases; it is the ancestor of <command>frcode</command></para>
<indexterm zone="ch-system-findutils code">
<primary sortas="b-code">code</primary>
</indexterm>
@@ -137,7 +137,7 @@
<listitem>
<para>Is called by <command>updatedb</command> to compress the list
of file names; it uses front-compression, reducing the database size
- by a factor of four to five.</para>
+ by a factor of four to five</para>
<indexterm zone="ch-system-findutils frcode">
<primary sortas="b-frcode">frcode</primary>
</indexterm>
Modified: branches/systemd/chapter06/gcc.xml
==============================================================================
--- branches/systemd/chapter06/gcc.xml Fri Feb 6 16:15:23 2015 (r10829)
+++ branches/systemd/chapter06/gcc.xml Fri Feb 6 16:33:39 2015 (r10830)
@@ -381,9 +381,9 @@
<term><command>gcc-ar</command></term>
<listitem>
<para>A wrapper around <command>ar</command> that adds a
- plugin to the command line. This program is only used
+ plugin to the command line. This program is only used
to add "link time optization" and is not useful with the
- default build options.</para>
+ default build options</para>
<indexterm zone="ch-system-gcc gcc-ar">
<primary sortas="b-gcc-ar">gc-ar</primary>
</indexterm>
@@ -394,9 +394,9 @@
<term><command>gcc-nm</command></term>
<listitem>
<para>A wrapper around <command>nm</command> that adds a
- plugin to the command line. This program is only used
+ plugin to the command line. This program is only used
to add "link time optization" and is not useful with the
- default build options.</para>
+ default build options</para>
<indexterm zone="ch-system-gcc gcc-nm">
<primary sortas="b-gcc-nm">gc-nm</primary>
</indexterm>
@@ -407,9 +407,9 @@
<term><command>gcc-ranlib</command></term>
<listitem>
<para>A wrapper around <command>ranlib</command> that adds a
- plugin to the command line. This program is only used
+ plugin to the command line. This program is only used
to add "link time optization" and is not useful with the
- default build options.</para>
+ default build options</para>
<indexterm zone="ch-system-gcc gcc-ranlib">
<primary sortas="b-gcc-ranlib">gc-ranlib</primary>
</indexterm>
@@ -442,7 +442,7 @@
<listitem>
<para>Contains run-time support for <command>gcc</command></para>
<indexterm zone="ch-system-gcc libgcc">
- <primary sortas="c-libgcc*">libgcc*</primary>
+ <primary sortas="c-libgcc">libgcc</primary>
</indexterm>
</listitem>
</varlistentry>
@@ -486,9 +486,9 @@
<term><filename class="libraryfile">liblto_plugin</filename></term>
<listitem>
<para>GCC's Link Time Optimization (LTO) plugin allows GCC to perform
- optimizations across compilation units.</para>
+ optimizations across compilation units</para>
<indexterm zone="ch-system-gcc liblto_plugin">
- <primary sortas="c-liblto_plugin*">liblto_plugin*</primary>
+ <primary sortas="c-liblto_plugin">liblto_plugin</primary>
</indexterm>
</listitem>
</varlistentry>
@@ -509,7 +509,7 @@
<listitem>
<para>GCC Quad Precision Math Library API</para>
<indexterm zone="ch-system-gcc libquadmath">
- <primary sortas="c-libquadmath*">libquadmath*</primary>
+ <primary sortas="c-libquadmath">libquadmath</primary>
</indexterm>
</listitem>
</varlistentry>
@@ -520,7 +520,7 @@
<para>Contains routines supporting GCC's stack-smashing protection
functionality</para>
<indexterm zone="ch-system-gcc libssp">
- <primary sortas="c-libssp*">libssp*</primary>
+ <primary sortas="c-libssp">libssp</primary>
</indexterm>
</listitem>
</varlistentry>
Modified: branches/systemd/chapter06/gdbm.xml
==============================================================================
--- branches/systemd/chapter06/gdbm.xml Fri Feb 6 16:15:23 2015 (r10829)
+++ branches/systemd/chapter06/gdbm.xml Fri Feb 6 16:33:39 2015 (r10830)
@@ -96,7 +96,7 @@
<varlistentry id="gdbm_dump">
<term><command>gdbm_dump</command></term>
<listitem>
- <para>Dumps a GDBM database to a file.</para>
+ <para>Dumps a GDBM database to a file</para>
<indexterm zone="ch-system-gdbm gdbm_dump">
<primary sortas="b-gdbm_dump">gdbm_dump</primary>
</indexterm>
@@ -106,7 +106,7 @@
<varlistentry id="gdbm_load">
<term><command>gdbm_load</command></term>
<listitem>
- <para>Recreates a GDBM database from a dump file.</para>
+ <para>Recreates a GDBM database from a dump file</para>
<indexterm zone="ch-system-gdbm gdbm_load">
<primary sortas="b-gdbm_load">gdbm_load</primary>
</indexterm>
Modified: branches/systemd/chapter06/gettext.xml
==============================================================================
--- branches/systemd/chapter06/gettext.xml Fri Feb 6 16:15:23 2015
(r10829)
+++ branches/systemd/chapter06/gettext.xml Fri Feb 6 16:33:39 2015
(r10830)
@@ -407,14 +407,14 @@
</listitem>
</varlistentry>
- <varlistentry id="preloadable_libintl.so">
+ <varlistentry id="preloadable_libintl">
<term><filename
class="libraryfile">preloadable_libintl</filename></term>
<listitem>
<para>A library, intended to be used by LD_PRELOAD that assists
<filename class="libraryfile">libintl</filename> in logging
- untranslated messages.</para>
- <indexterm zone="ch-system-gettext preloadable_libintl.so">
- <primary
sortas="c-preloadable_libintl.so">preloadable_libintl</primary>
+ untranslated messages</para>
+ <indexterm zone="ch-system-gettext preloadable_libintl">
+ <primary
sortas="c-preloadable_libintl">preloadable_libintl</primary>
</indexterm>
</listitem>
</varlistentry>
Modified: branches/systemd/chapter06/glibc.xml
==============================================================================
--- branches/systemd/chapter06/glibc.xml Fri Feb 6 16:15:23 2015
(r10829)
+++ branches/systemd/chapter06/glibc.xml Fri Feb 6 16:33:39 2015
(r10830)
@@ -422,7 +422,7 @@
/usr/include/protocols, /usr/include/rpc, /usr/include/rpcsvc,
/usr/include/sys, /usr/lib/audit, /usr/lib/gconv, /usr/lib/locale,
/usr/libexec/getconf, /usr/share/i18n, /usr/share/zoneinfo,
- /var/cache/nscd, and /var/lib/nss_db</seg>
+ /var/cache/nscd, /var/lib/nss_db</seg>
</seglistitem>
</segmentedlist>
Modified: branches/systemd/chapter06/gmp.xml
==============================================================================
--- branches/systemd/chapter06/gmp.xml Fri Feb 6 16:15:23 2015 (r10829)
+++ branches/systemd/chapter06/gmp.xml Fri Feb 6 16:33:39 2015 (r10830)
@@ -123,7 +123,7 @@
<varlistentry id="libgmp">
<term><filename class="libraryfile">libgmp</filename></term>
<listitem>
- <para>Contains precision math functions.</para>
+ <para>Contains precision math functions</para>
<indexterm zone="ch-system-gmp libgmp">
<primary sortas="c-libgmp">libgmp</primary>
</indexterm>
@@ -133,7 +133,7 @@
<varlistentry id="libgmpxx">
<term><filename class="libraryfile">libgmpxx</filename></term>
<listitem>
- <para>Contains C++ precision math functions.</para>
+ <para>Contains C++ precision math functions</para>
<indexterm zone="ch-system-gmp libgmpxx">
<primary sortas="c-libgmpxx">libgmpxx</primary>
</indexterm>
Modified: branches/systemd/chapter06/intltool.xml
==============================================================================
--- branches/systemd/chapter06/intltool.xml Fri Feb 6 16:15:23 2015
(r10829)
+++ branches/systemd/chapter06/intltool.xml Fri Feb 6 16:33:39 2015
(r10830)
@@ -83,7 +83,7 @@
<varlistentry id="intltoolize">
<term><command>intltoolize</command></term>
<listitem>
- <para>Prepares a package to use intltool.</para>
+ <para>Prepares a package to use intltool</para>
<indexterm zone="ch-system-intltool intltoolize">
<primary sortas="b-intltoolize">intltoolize</primary>
</indexterm>
@@ -93,7 +93,7 @@
<varlistentry id="intltool-extract">
<term><command>intltool-extract</command></term>
<listitem>
- <para>Generates header files that can be read by
<command>gettext</command>.</para>
+ <para>Generates header files that can be read by
<command>gettext</command></para>
<indexterm zone="ch-system-intltool intltool-extract">
<primary sortas="b-intltool-extract">intltool-extract</primary>
</indexterm>
@@ -103,7 +103,7 @@
<varlistentry id="intltool-merge">
<term><command>intltool-merge</command></term>
<listitem>
- <para>Merges translated strings into various file types.</para>
+ <para>Merges translated strings into various file types</para>
<indexterm zone="ch-system-intltool intltool-merge">
<primary sortas="b-intltool-merge">intltool-merge</primary>
</indexterm>
@@ -113,7 +113,7 @@
<varlistentry id="intltool-prepare">
<term><command>intltool-prepare</command></term>
<listitem>
- <para>Updates pot files and merges them with translation
files.</para>
+ <para>Updates pot files and merges them with translation files</para>
<indexterm zone="ch-system-intltool intltool-prepare">
<primary sortas="b-intltool-prepare">intltool-prepare</primary>
</indexterm>
@@ -123,7 +123,7 @@
<varlistentry id="intltool-update">
<term><command>intltool-update</command></term>
<listitem>
- <para>Updates the po template files and merges them with the
translations.</para>
+ <para>Updates the po template files and merges them with the
translations</para>
<indexterm zone="ch-system-intltool intltool-update">
<primary sortas="b-intltool-update">intltool-update</primary>
</indexterm>
Modified: branches/systemd/chapter06/iproute2.xml
==============================================================================
--- branches/systemd/chapter06/iproute2.xml Fri Feb 6 16:15:23 2015
(r10829)
+++ branches/systemd/chapter06/iproute2.xml Fri Feb 6 16:33:39 2015
(r10830)
@@ -134,7 +134,7 @@
<para>A shell script wrapper for the <command>ip</command> command.
Note that it requires the <command>arping</command> and
<command>rdisk</command> programs from the
- iputils package found at <ulink
url="http://www.skbuff.net/iputils/"/>.</para>
+ iputils package found at <ulink
url="http://www.skbuff.net/iputils/"/></para>
<indexterm zone="ch-system-iproute2 ifcfg">
<primary sortas="b-ifcfg">ifcfg</primary>
</indexterm>
Modified: branches/systemd/chapter06/kbd.xml
==============================================================================
--- branches/systemd/chapter06/kbd.xml Fri Feb 6 16:15:23 2015 (r10829)
+++ branches/systemd/chapter06/kbd.xml Fri Feb 6 16:33:39 2015 (r10830)
@@ -387,7 +387,7 @@
<listitem>
<para>Puts the keyboard and console in UNICODE mode. Don't use this
program unless your keymap file is in the ISO-8859-1 encoding. For
- other encodings, this utility produces incorrect results.</para>
+ other encodings, this utility produces incorrect results</para>
<indexterm zone="ch-system-kbd unicode_start">
<primary sortas="b-unicode_start">unicode_start</primary>
</indexterm>
Modified: branches/systemd/chapter06/m4.xml
==============================================================================
--- branches/systemd/chapter06/m4.xml Fri Feb 6 16:15:23 2015 (r10829)
+++ branches/systemd/chapter06/m4.xml Fri Feb 6 16:33:39 2015 (r10830)
@@ -86,7 +86,7 @@
files, running Unix commands, performing integer arithmetic,
manipulating text, recursion, etc. The <command>m4</command> program
can be used either as a front-end to a compiler or as a macro
processor
- in its own right.</para>
+ in its own right</para>
<indexterm zone="ch-system-m4 m4">
<primary sortas="b-m4">m4</primary>
</indexterm>
Modified: branches/systemd/chapter06/mpfr.xml
==============================================================================
--- branches/systemd/chapter06/mpfr.xml Fri Feb 6 16:15:23 2015 (r10829)
+++ branches/systemd/chapter06/mpfr.xml Fri Feb 6 16:33:39 2015 (r10830)
@@ -95,7 +95,7 @@
<varlistentry id="libmpfr">
<term><filename class="libraryfile">libmpfr</filename></term>
<listitem>
- <para>Contains multiple-precision math functions.</para>
+ <para>Contains multiple-precision math functions</para>
<indexterm zone="ch-system-mpfr libmpfr">
<primary sortas="c-libmpfr">libmpfr</primary>
</indexterm>
Modified: branches/systemd/chapter06/ncurses.xml
==============================================================================
--- branches/systemd/chapter06/ncurses.xml Fri Feb 6 16:15:23 2015
(r10829)
+++ branches/systemd/chapter06/ncurses.xml Fri Feb 6 16:33:39 2015
(r10830)
@@ -300,55 +300,55 @@
</listitem>
</varlistentry>
- <varlistentry id="libcurses">
- <term><filename class="libraryfile">libcurses</filename></term>
+ <varlistentry id="libcursesw">
+ <term><filename class="libraryfile">libcursesw</filename></term>
<listitem>
- <para>A link to <filename>libncurses</filename></para>
- <indexterm zone="ch-system-ncurses libcurses">
- <primary sortas="c-libcurses">libcurses</primary>
+ <para>A link to <filename>libncursesw</filename></para>
+ <indexterm zone="ch-system-ncurses libcursesw">
+ <primary sortas="c-libcursesw">libcursesw</primary>
</indexterm>
</listitem>
</varlistentry>
- <varlistentry id="libncurses">
- <term><filename class="libraryfile">libncurses</filename></term>
+ <varlistentry id="libncursesw">
+ <term><filename class="libraryfile">libncursesw</filename></term>
<listitem>
<para>Contains functions to display text in many complex ways on a
terminal screen; a good example of the use of these functions is the
menu displayed during the kernel's <command>make
menuconfig</command></para>
- <indexterm zone="ch-system-ncurses libncurses">
- <primary sortas="c-libncurses">libncurses</primary>
+ <indexterm zone="ch-system-ncurses libncursesw">
+ <primary sortas="c-libncursesw">libncursesw</primary>
</indexterm>
</listitem>
</varlistentry>
- <varlistentry id="libform">
- <term><filename class="libraryfile">libform</filename></term>
+ <varlistentry id="libformw">
+ <term><filename class="libraryfile">libformw</filename></term>
<listitem>
<para>Contains functions to implement forms</para>
- <indexterm zone="ch-system-ncurses libform">
- <primary sortas="c-libform">libform</primary>
+ <indexterm zone="ch-system-ncurses libformw">
+ <primary sortas="c-libformw">libformw</primary>
</indexterm>
</listitem>
</varlistentry>
- <varlistentry id="libmenu">
- <term><filename class="libraryfile">libmenu</filename></term>
+ <varlistentry id="libmenuw">
+ <term><filename class="libraryfile">libmenuw</filename></term>
<listitem>
<para>Contains functions to implement menus</para>
- <indexterm zone="ch-system-ncurses libmenu">
- <primary sortas="c-libmenu">libmenu</primary>
+ <indexterm zone="ch-system-ncurses libmenuw">
+ <primary sortas="c-libmenuw">libmenuw</primary>
</indexterm>
</listitem>
</varlistentry>
- <varlistentry id="libpanel">
- <term><filename class="libraryfile">libpanel</filename></term>
+ <varlistentry id="libpanelw">
+ <term><filename class="libraryfile">libpanelw</filename></term>
<listitem>
<para>Contains functions to implement panels</para>
- <indexterm zone="ch-system-ncurses libpanel">
- <primary sortas="c-libpanel">libpanel</primary>
+ <indexterm zone="ch-system-ncurses libpanelw">
+ <primary sortas="c-libpanelw">libpanelw</primary>
</indexterm>
</listitem>
</varlistentry>
Modified: branches/systemd/chapter06/patch.xml
==============================================================================
--- branches/systemd/chapter06/patch.xml Fri Feb 6 16:15:23 2015
(r10829)
+++ branches/systemd/chapter06/patch.xml Fri Feb 6 16:33:39 2015
(r10830)
@@ -82,7 +82,7 @@
<para>Modifies files according to a patch file. A patch file is
normally a difference listing created with the
<command>diff</command>
program. By applying these differences to the original files,
- <command>patch</command> creates the patched versions.</para>
+ <command>patch</command> creates the patched versions</para>
<indexterm zone="ch-system-patch patch">
<primary sortas="b-patch">patch</primary>
</indexterm>
Modified: branches/systemd/chapter06/pcre.xml
==============================================================================
--- branches/systemd/chapter06/pcre.xml Fri Feb 6 16:15:23 2015 (r10829)
+++ branches/systemd/chapter06/pcre.xml Fri Feb 6 16:33:39 2015 (r10830)
@@ -130,7 +130,7 @@
<varlistentry id="pcretest">
<term><command>pcretest</command></term>
<listitem>
- <para>Tests a Perl compatible regular expression.</para>
+ <para>Tests a Perl compatible regular expression</para>
<indexterm zone="ch-system-pcre pcretest">
<primary sortas="b-pcretest">pcretest</primary>
</indexterm>
@@ -141,7 +141,7 @@
<term><command>pcre-config</command></term>
<listitem>
<para>Used during the compilation process of programs linking to the
- PCRE libraries.</para>
+ PCRE libraries</para>
<indexterm zone="ch-system-pcre pcre-config">
<primary sortas="b-pcre-config">pcre-config</primary>
</indexterm>
@@ -152,9 +152,9 @@
<term><filename class="libraryfile">libpcre</filename></term>
<listitem>
<para>Provides functions useful for working with regular
- expressions.</para>
+ expressions</para>
<indexterm zone="ch-system-pcre libpcre">
- <primary sortas="c-libpcre*">libpcre*</primary>
+ <primary sortas="c-libpcre">libpcre</primary>
</indexterm>
</listitem>
</varlistentry>
@@ -162,9 +162,9 @@
<varlistentry id="libpcrecpp">
<term><filename class="libraryfile">libpcrecpp</filename></term>
<listitem>
- <para>Provides C++ wrapper functions for the libpcre library.</para>
+ <para>Provides C++ wrapper functions for the libpcre library</para>
<indexterm zone="ch-system-pcre libpcrecpp">
- <primary sortas="c-libpcrecpp*">libpcrecpp*</primary>
+ <primary sortas="c-libpcrecpp">libpcrecpp</primary>
</indexterm>
</listitem>
</varlistentry>
@@ -173,9 +173,9 @@
<term><filename class="libraryfile">libpcreposix</filename></term>
<listitem>
<para>Provides wrapper functions based on the POSIX regular
expression
- API.</para>
+ API</para>
<indexterm zone="ch-system-pcre libpcreposix">
- <primary sortas="c-libpcre*">libpcreposix*</primary>
+ <primary sortas="c-libpcreposix">libpcreposix</primary>
</indexterm>
</listitem>
</varlistentry>
Modified: branches/systemd/chapter06/perl.xml
==============================================================================
--- branches/systemd/chapter06/perl.xml Fri Feb 6 16:15:23 2015 (r10829)
+++ branches/systemd/chapter06/perl.xml Fri Feb 6 16:33:39 2015 (r10830)
@@ -474,7 +474,7 @@
<term><command>prove</command></term>
<listitem>
<para>Command line tool for running tests against the Test::Harness
- module.</para>
+ module</para>
<indexterm zone="ch-system-perl prove">
<primary sortas="b-prove">prove</primary>
</indexterm>
Modified: branches/systemd/chapter06/pkgconfig.xml
==============================================================================
--- branches/systemd/chapter06/pkgconfig.xml Fri Feb 6 16:15:23 2015
(r10829)
+++ branches/systemd/chapter06/pkgconfig.xml Fri Feb 6 16:33:39 2015
(r10830)
@@ -108,7 +108,7 @@
<!-- Don't remove the extra space, it prevents a FOP warning. -->
<term><command>pkg-config </command></term>
<listitem>
- <para>returns meta information for the specified library or package.
+ <para>returns meta information for the specified library or package
</para>
<indexterm zone="ch-system-pkgconfig pkgconfig">
<primary sortas="b-pkgconfig">pkg-config</primary>
Modified: branches/systemd/chapter06/popt.xml
==============================================================================
--- branches/systemd/chapter06/popt.xml Fri Feb 6 16:15:23 2015 (r10829)
+++ branches/systemd/chapter06/popt.xml Fri Feb 6 16:33:39 2015 (r10830)
@@ -80,7 +80,7 @@
<!-- Don't remove the extra space, it prevet a FOP warning. -->
<term><filename class="libraryfile">libpopt</filename></term>
<listitem>
- <para>is used to parse command-line options.</para>
+ <para>is used to parse command-line options</para>
<indexterm zone="ch-system-popt libpopt">
<primary sortas="b-libpopt">libpopt</primary>
</indexterm>
Modified: branches/systemd/chapter06/systemd.xml
==============================================================================
--- branches/systemd/chapter06/systemd.xml Fri Feb 6 16:15:23 2015
(r10829)
+++ branches/systemd/chapter06/systemd.xml Fri Feb 6 16:33:39 2015
(r10830)
@@ -244,7 +244,7 @@
systemd-run, systemd-stdio-bridge, systemd-tmpfiles,
systemd-tty-ask-password-agent, telinit, timedatectl, and udevadm</seg>
<seg>libnss_myhostname.so.2, libnss_mymachines.so.2,
libnss_resolve.so.2,
- libsystemd.so, libudev.so</seg>
+ libsystemd.so, and libudev.so</seg>
<seg>/etc/binfmt.d, /etc/init.d, /etc/kernel, /etc/modules-load.d,
/etc/sysctl.d, /etc/systemd, /etc/tmpfiles.d, /etc/udev,
/etc/xdg/systemd, /lib/systemd, /lib/udev, /usr/include/systemd,
@@ -263,7 +263,7 @@
<varlistentry id="bootctl">
<term><command>bootctl</command></term>
<listitem>
- <para>used to query the firmware and boot manager settings.</para>
+ <para>used to query the firmware and boot manager settings</para>
<indexterm zone="ch-system-systemd bootctl">
<primary sortas="b-bootctl">bootctl</primary>
</indexterm>
@@ -273,7 +273,7 @@
<varlistentry id="busctl">
<term><command>busctl</command></term>
<listitem>
- <para>Used to introspect and monitor the D-Bus bus.</para>
+ <para>Used to introspect and monitor the D-Bus bus</para>
<indexterm zone="ch-system-systemd busctl">
<primary sortas="b-busctl">busctl</primary>
</indexterm>
@@ -297,7 +297,7 @@
<parameter>-h</parameter> option, except when already in run-level 0,
then it tells the kernel to halt the system; it notes in the
file <filename>/var/log/wtmp</filename> that the system is being
- brought down.</para>
+ brought down</para>
<indexterm zone="ch-system-systemd halt">
<primary sortas="b-halt">halt</primary>
</indexterm>
@@ -308,7 +308,7 @@
<term><command>hostnamectl</command></term>
<listitem>
<para>Used to query and change the system hostname and related
- settings.</para>
+ settings</para>
<indexterm zone="ch-system-systemd hostnamectl">
<primary sortas="b-hostnamectl">hostnamectl</primary>
</indexterm>
@@ -320,7 +320,7 @@
<listitem>
<para>The first process to be started when the kernel has initialized
the hardware which takes over the boot process and starts all the
- proceses it is instructed to.</para>
+ proceses it is instructed to</para>
<indexterm zone="ch-system-systemd init">
<primary sortas="b-init">init</primary>
</indexterm>
@@ -330,7 +330,7 @@
<varlistentry id="journalctl">
<term><command>journalctl</command></term>
<listitem>
- <para>Used to query the contents of the systemd Journal.</para>
+ <para>Used to query the contents of the systemd Journal</para>
<indexterm zone="ch-system-systemd journalctl">
<primary sortas="b-journalctl">journalctl</primary>
</indexterm>
@@ -341,7 +341,7 @@
<term><command>kernel-install</command></term>
<listitem>
<para>Used to add and remove kernel and initramfs images to and
- from /boot.</para>
+ from /boot</para>
<indexterm zone="ch-system-systemd kernel-install">
<primary sortas="b-kernel-install">kernel-install</primary>
</indexterm>
@@ -352,7 +352,7 @@
<term><command>localectl</command></term>
<listitem>
<para>Used to query and change the system locale and keyboard layout
- settings.</para>
+ settings</para>
<indexterm zone="ch-system-systemd localectl">
<primary sortas="b-localectl">localectl</primary>
</indexterm>
@@ -363,7 +363,7 @@
<term><command>loginctl</command></term>
<listitem>
<para>Used to introspect and control the state of the systemd Login
- Manager.</para>
+ Manager</para>
<indexterm zone="ch-system-systemd loginctl">
<primary sortas="b-loginctl">loginctl</primary>
</indexterm>
@@ -385,7 +385,7 @@
<term><command>poweroff</command></term>
<listitem>
<para>Tells the kernel to halt the system and switch off the computer
- (see <command>halt</command>).</para>
+ (see <command>halt</command>)</para>
<indexterm zone="ch-system-systemd poweroff">
<primary sortas="b-poweroff">poweroff</primary>
</indexterm>
@@ -396,7 +396,7 @@
<term><command>reboot</command></term>
<listitem>
<para>Tells the kernel to reboot the system (see
- <command>halt</command>).</para>
+ <command>halt</command>)</para>
<indexterm zone="ch-system-systemd reboot">
<primary sortas="b-reboot">reboot</primary>
</indexterm>
@@ -407,7 +407,7 @@
<term><command>runlevel</command></term>
<listitem>
<para>Reports the previous and the current run-level, as noted in the
- last run-level record in <filename>/var/run/utmp</filename>.</para>
+ last run-level record in <filename>/var/run/utmp</filename></para>
<indexterm zone="ch-system-systemd runlevel">
<primary sortas="b-runlevel">runlevel</primary>
</indexterm>
@@ -418,7 +418,7 @@
<term><command>shutdown</command></term>
<listitem>
<para>Brings the system down in a secure way, signaling all processes
- and notifying all logged-in users.</para>
+ and notifying all logged-in users</para>
<indexterm zone="ch-system-systemd shutdown">
<primary sortas="b-shutdown">shutdown</primary>
</indexterm>
@@ -429,7 +429,7 @@
<term><command>systemctl</command></term>
<listitem>
<para>Used to introspect and control the state of the systemd system
and
- service manager.</para>
+ service manager</para>
<indexterm zone="ch-system-systemd systemctl">
<primary sortas="b-systemctl">systemctl</primary>
</indexterm>
@@ -439,7 +439,7 @@
<varlistentry id="systemd-analyze">
<term><command>systemd-analyze</command></term>
<listitem>
- <para>Used to determine system boot-up performance of the current
boot.
+ <para>Used to determine system boot-up performance of the current
boot
</para>
<indexterm zone="ch-system-systemd systemd-analyze">
<primary sortas="b-systemd-analyze">systemd-analyze</primary>
@@ -451,7 +451,7 @@
<term><command>systemd-ask-password</command></term>
<listitem>
<para>Used to query a system password or passphrase from the user,
using a
- question message specified on the command line.</para>
+ question message specified on the command line</para>
<indexterm zone="ch-system-systemd systemd-ask-password">
<primary
sortas="b-systemd-ask-password">systemd-ask-password</primary>
</indexterm>
@@ -461,7 +461,7 @@
<varlistentry id="systemd-cat">
<term><command>systemd-cat</command></term>
<listitem>
- <para>Used to connect STDOUT and STDERR of a process with the
Journal.
+ <para>Used to connect STDOUT and STDERR of a process with the Journal
</para>
<indexterm zone="ch-system-systemd systemd-cat">
<primary sortas="b-systemd-cat">systemd-cat</primary>
@@ -473,7 +473,7 @@
<term><command>systemd-cgls</command></term>
<listitem>
<para>Recursively shows the contents of the selected Linux control
group
- hierarchy in a tree.</para>
+ hierarchy in a tree</para>
<indexterm zone="ch-system-systemd systemd-cgls">
<primary sortas="b-systemd-cgls">systemd-cgls</primary>
</indexterm>
@@ -484,7 +484,7 @@
<term><command>systemd-cgtop</command></term>
<listitem>
<para>Shows the top control groups of the local Linux control group
hierarchy,
- ordered by their CPU, memory and disk I/O load.</para>
+ ordered by their CPU, memory and disk I/O load</para>
<indexterm zone="ch-system-systemd systemd-cgtop">
<primary sortas="b-systemd-cgtop">systemd-cgtop</primary>
</indexterm>
@@ -496,7 +496,7 @@
<listitem>
<para>Used to identify and compare configuration files in
<filename class="directory">/etc</filename> that override default
- counterparts in <filename class="directory">/usr</filename>.</para>
+ counterparts in <filename class="directory">/usr</filename></para>
<indexterm zone="ch-system-systemd systemd-delta">
<primary sortas="b-systemd-delta">systemd-delta</primary>
</indexterm>
@@ -506,7 +506,7 @@
<varlistentry id="systemd-detect-virt">
<term><command>systemd-detect-virt</command></term>
<listitem>
- <para>Detects execution in a virtualized environment.</para>
+ <para>Detects execution in a virtualized environment</para>
<indexterm zone="ch-system-systemd systemd-detect-virt">
<primary
sortas="b-systemd-detect-virt">systemd-detect-virt</primary>
</indexterm>
@@ -516,7 +516,7 @@
<varlistentry id="systemd-escape">
<term><command>systemd-escape</command></term>
<listitem>
- <para>Used to escape strings for inclusion in systemd unit
names.</para>
+ <para>Used to escape strings for inclusion in systemd unit
names</para>
<indexterm zone="ch-system-systemd systemd-escape">
<primary sortas="b-systemd-escape">systemd-escape</primary>
</indexterm>
@@ -527,7 +527,7 @@
<term><command>systemd-inhibit</command></term>
<listitem>
<para>Used to execute a program with a shutdown, sleep or idle
inhibitor lock
- taken.</para>
+ taken</para>
<indexterm zone="ch-system-systemd systemd-inhibit">
<primary sortas="b-systemd-inhibit">systemd-inhibit</primary>
</indexterm>
@@ -539,7 +539,7 @@
<listitem>
<para>Used by system installer tools to initialize the machine ID
stored in
<filename>/etc/machine-id</filename> at install time with a randomly
- generated ID.</para>
+ generated ID</para>
<indexterm zone="ch-system-systemd systemd-machine-id-setup">
<primary
sortas="b-systemd-machine-id-setup">systemd-machine-id-setup</primary>
</indexterm>
@@ -549,7 +549,7 @@
<varlistentry id="systemd-notify">
<term><command>systemd-notify</command></term>
<listitem>
- <para>Used by daemon scripts to notify the init system about status
changes.
+ <para>Used by daemon scripts to notify the init system about status
changes
</para>
<indexterm zone="ch-system-systemd systemd-notify">
<primary sortas="b-systemd-notify">systemd-notify</primary>
@@ -560,7 +560,7 @@
<varlistentry id="systemd-nspawn">
<term><command>systemd-nspawn</command></term>
<listitem>
- <para>Used to run a command or OS in a light-weight namespace
container.</para>
+ <para>Used to run a command or OS in a light-weight namespace
container</para>
<indexterm zone="ch-system-systemd systemd-nspawn">
<primary sortas="b-systemd-nspawn">systemd-nspawn</primary>
</indexterm>
@@ -570,7 +570,7 @@
<varlistentry id="systemd-path">
<term><command>systemd-path</command></term>
<listitem>
- <para>Used to query system and user paths.</para>
+ <para>Used to query system and user paths</para>
<indexterm zone="ch-system-systemd systemd-path">
<primary sortas="b-systemd-path">systemd-path</primary>
</indexterm>
@@ -581,7 +581,7 @@
<term><command>systemd-run</command></term>
<listitem>
<para>Used to create and start a transient .service or a .scope unit
and
- run the specified command in it.</para>
+ run the specified command in it</para>
<indexterm zone="ch-system-systemd systemd-run">
<primary sortas="b-systemd-run">systemd-run</primary>
</indexterm>
@@ -603,7 +603,7 @@
<listitem>
<para>Creates, deletes and cleans up volatile and temporary files
and directories,
based on the configuration file format and location specified in
- <filename class="directory">tmpfiles.d</filename> directories.</para>
+ <filename class="directory">tmpfiles.d</filename> directories</para>
<indexterm zone="ch-system-systemd systemd-tmpfiles">
<primary sortas="b-systemd-tmpfiles">systemd-tmpfiles</primary>
</indexterm>
@@ -623,7 +623,7 @@
<varlistentry id="telinit">
<term><command>telinit</command></term>
<listitem>
- <para>Tells <command>init</command> which run-level to change
to.</para>
+ <para>Tells <command>init</command> which run-level to change
to</para>
<indexterm zone="ch-system-systemd telinit">
<primary sortas="b-telinit">telinit</primary>
</indexterm>
@@ -633,7 +633,7 @@
<varlistentry id="timedatectl">
<term><command>timedatectl</command></term>
<listitem>
- <para>Used to query and change the system clock and its settings.
+ <para>Used to query and change the system clock and its settings
</para>
<indexterm zone="ch-system-systemd timedatectl">
<primary sortas="b-timedatectl">timedatectl</primary>
@@ -647,7 +647,7 @@
<para>Generic Udev administration tool: controls the udevd daemon,
provides info from the Udev database, monitors uevents, waits for
uevents to finish, tests Udev configuration, and triggers uevents
- for a given device.</para>
+ for a given device</para>
<indexterm zone="ch-system-systemd udevadm">
<primary sortas="b-udevadm">udevadm</primary>
</indexterm>
@@ -657,7 +657,7 @@
<varlistentry id="libsystemd">
<term><filename class="libraryfile">libsystemd</filename></term>
<listitem>
- <para>systemd utility library.</para>
+ <para>systemd utility library</para>
<indexterm zone="ch-system-systemd libsystemd">
<primary sortas="c-libsystemd">libsystemd</primary>
</indexterm>
@@ -667,7 +667,7 @@
<varlistentry id="libudev">
<term><filename class="libraryfile">libudev</filename></term>
<listitem>
- <para>A library to access Udev device information.</para>
+ <para>A library to access Udev device information</para>
<indexterm zone="ch-system-systemd libudev">
<primary sortas="c-libudev">libudev</primary>
</indexterm>
Modified: branches/systemd/chapter06/texinfo.xml
==============================================================================
--- branches/systemd/chapter06/texinfo.xml Fri Feb 6 16:15:23 2015
(r10829)
+++ branches/systemd/chapter06/texinfo.xml Fri Feb 6 16:33:39 2015
(r10830)
@@ -118,7 +118,7 @@
<para>Used to read info pages which are similar to man pages, but
often go much deeper than just explaining all the available command
line options. For example, compare <command>man bison</command> and
- <command>info bison</command>.</para>
+ <command>info bison</command></para>
<indexterm zone="ch-system-texinfo info">
<primary sortas="b-info">info</primary>
</indexterm>
Modified: branches/systemd/chapter06/util-linux.xml
==============================================================================
--- branches/systemd/chapter06/util-linux.xml Fri Feb 6 16:15:23 2015
(r10829)
+++ branches/systemd/chapter06/util-linux.xml Fri Feb 6 16:33:39 2015
(r10830)
@@ -126,9 +126,7 @@
swapoff (link to swapon), swapon, switch_root, tailf, taskset, ul,
umount, unshare, utmpdump, uuidd, uuidgen, wall, wdctl, whereis,
wipefs, and x86_64</seg>
-
<seg>libblkid.{a,so}, libmount.{a,so}, libuuid.{a,so}</seg>
-
<seg>/etc/terminal-colors.d, /usr/include/blkid,
/usr/include/libmount,
/usr/include/uuid,
/usr/share/doc/util-linux-&util-linux-version;/getopt, /var/lib/hwclock</seg>
</seglistitem>
@@ -620,7 +618,7 @@
<term><command>lsblk</command></term>
<listitem>
<para>Lists information about all or selected block devices in
- a tree-like format.</para>
+ a tree-like format</para>
<indexterm zone="ch-system-util-linux lsblk">
<primary sortas="b-lsblk">lsblk</primary>
</indexterm>
@@ -1078,7 +1076,7 @@
<term><command>uuidd</command></term>
<listitem>
<para>A daemon used by the UUID library to generate time-based
- UUIDs in a secure and guranteed-unique fashion.</para>
+ UUIDs in a secure and guranteed-unique fashion</para>
<indexterm zone="ch-system-util-linux uuidd">
<primary sortas="b-uuidd">uuidd</primary>
</indexterm>
Modified: branches/systemd/chapter06/xml-parser.xml
==============================================================================
--- branches/systemd/chapter06/xml-parser.xml Fri Feb 6 16:15:23 2015
(r10829)
+++ branches/systemd/chapter06/xml-parser.xml Fri Feb 6 16:33:39 2015
(r10830)
@@ -76,9 +76,9 @@
<?dbhtml list-presentation="table"?>
<varlistentry id="Expat">
- <term><filename class="libraryfile">Expat.so</filename></term>
+ <term><filename class="libraryfile">Expat</filename></term>
<listitem>
- <para>provides the Perl Expat interface.</para>
+ <para>provides the Perl Expat interface</para>
<indexterm zone="ch-system-xml-parser Expat">
<primary sortas="c-Expat">Expat</primary>
</indexterm>
Modified: branches/systemd/chapter06/xz.xml
==============================================================================
--- branches/systemd/chapter06/xz.xml Fri Feb 6 16:15:23 2015 (r10829)
+++ branches/systemd/chapter06/xz.xml Fri Feb 6 16:33:39 2015 (r10830)
@@ -323,12 +323,12 @@
</varlistentry>
<varlistentry id="liblzma">
- <term><filename class="libraryfile">liblzma*</filename></term>
+ <term><filename class="libraryfile">liblzma</filename></term>
<listitem>
<para>The library implementing lossless, block-sorting data
compression, using the Lempel-Ziv-Markov chain algorithm</para>
<indexterm zone="ch-system-xz liblzma">
- <primary sortas="c-liblzma*">liblzma*</primary>
+ <primary sortas="c-liblzma">liblzma</primary>
</indexterm>
</listitem>
</varlistentry>
--
http://lists.linuxfromscratch.org/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page