Browse Source

clean up short descriptions

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12137 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Xi Ruoyao 4 years ago
parent
commit
8d3553538e

+ 1 - 1
chapter08/iproute2.xml

@@ -90,7 +90,7 @@ rm -fv man/man8/arpd.8</userinput></screen>
         <seg>bridge, ctstat (link to lnstat), genl, ifcfg, ifstat, ip, lnstat,
         <seg>bridge, ctstat (link to lnstat), genl, ifcfg, ifstat, ip, lnstat,
         nstat, routef, routel, rtacct, rtmon, rtpr, rtstat (link to lnstat), ss,
         nstat, routef, routel, rtacct, rtmon, rtpr, rtstat (link to lnstat), ss,
         and tc</seg>
         and tc</seg>
-        <seg>/etc/iproute2, /usr/lib/tc, and /usr/share/doc/iproute2-&iproute2-version;,
+        <seg>/etc/iproute2, /usr/lib/tc, and /usr/share/doc/iproute2-&iproute2-version;
         </seg>
         </seg>
       </seglistitem>
       </seglistitem>
     </segmentedlist>
     </segmentedlist>

+ 19 - 1
chapter08/libelf.xml

@@ -78,14 +78,32 @@ rm /lib/libelf.a</userinput></screen>
 
 
       <seglistitem>
       <seglistitem>
         <seg>
         <seg>
-          libelf.so
+          libelf.so (symlink) and libelf-&elfutils-version;.so
         </seg>
         </seg>
         <seg>
         <seg>
           /usr/include/elfutils
           /usr/include/elfutils
         </seg>
         </seg>
       </seglistitem>
       </seglistitem>
+
     </segmentedlist>
     </segmentedlist>
 
 
+    <variablelist>
+      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
+      <?dbfo list-presentation="list"?>
+      <?dbhtml list-presentation="table"?>
+
+      <varlistentry id="libelf">
+        <term><filename class="libraryfile">libelf</filename></term>
+        <listitem>
+          <para>Contains API functions to handle ELF object files</para>
+          <indexterm zone="ch-system-libelf libelf">
+            <primary sortas="c-libelf">libelf</primary>
+          </indexterm>
+        </listitem>
+      </varlistentry>
+
+    </variablelist>
+
   </sect2>
   </sect2>
 
 
 </sect1>
 </sect1>

+ 1 - 1
chapter08/libffi.xml

@@ -106,7 +106,7 @@
       <varlistentry id="libffi">
       <varlistentry id="libffi">
         <term><filename class="libraryfile">libffi</filename></term>
         <term><filename class="libraryfile">libffi</filename></term>
         <listitem>
         <listitem>
-          <para>contains the libffi API functions.</para>
+          <para>contains the foreign function interface API functions</para>
           <indexterm zone="ch-system-libffi">
           <indexterm zone="ch-system-libffi">
             <primary sortas="c-libffi">libffi</primary>
             <primary sortas="c-libffi">libffi</primary>
           </indexterm>
           </indexterm>

+ 1 - 1
chapter08/m4.xml

@@ -90,7 +90,7 @@ echo "#define _IO_IN_BACKUP 0x100" >> lib/stdio-impl.h</userinput></screen>
           files, running Unix commands, performing integer arithmetic,
           files, running Unix commands, performing integer arithmetic,
           manipulating text, recursion, etc. The <command>m4</command> program
           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
           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">
           <indexterm zone="ch-system-m4 m4">
             <primary sortas="b-m4">m4</primary>
             <primary sortas="b-m4">m4</primary>
           </indexterm>
           </indexterm>

+ 1 - 1
chapter08/ninja.xml

@@ -122,7 +122,7 @@ install -vDm644 misc/zsh-completion  /usr/share/zsh/site-functions/_ninja</useri
       <varlistentry id="ninja">
       <varlistentry id="ninja">
         <term><command>ninja</command></term>
         <term><command>ninja</command></term>
         <listitem>
         <listitem>
-          <para>is the Ninja build system.</para>
+          <para>is the Ninja build system</para>
           <indexterm zone="ch-system-ninja ninja">
           <indexterm zone="ch-system-ninja ninja">
             <primary sortas="b-ninja">ninja</primary>
             <primary sortas="b-ninja">ninja</primary>
           </indexterm>
           </indexterm>

+ 4 - 4
chapter08/openssl.xml

@@ -113,7 +113,7 @@ make MANSUFFIX=ssl install</userinput></screen>
         <listitem>
         <listitem>
           <para>
           <para>
             is a <application>Perl</application> script that scans all files in
             is a <application>Perl</application> script that scans all files in
-            a directory and adds symbolic links to their hash values.
+            a directory and adds symbolic links to their hash values
           </para>
           </para>
           <indexterm zone="ch-system-openssl c_rehash">
           <indexterm zone="ch-system-openssl c_rehash">
             <primary sortas="b-c_rehash">c_rehash</primary>
             <primary sortas="b-c_rehash">c_rehash</primary>
@@ -128,7 +128,7 @@ make MANSUFFIX=ssl install</userinput></screen>
             is a command-line tool for using the various cryptography functions
             is a command-line tool for using the various cryptography functions
             of <application>OpenSSL</application>'s crypto library from the
             of <application>OpenSSL</application>'s crypto library from the
             shell. It can be used for various functions which are documented in
             shell. It can be used for various functions which are documented in
-            <command>man 1 openssl</command>.
+            <command>man 1 openssl</command>
           </para>
           </para>
           <indexterm zone="ch-system-openssl openssl-prog">
           <indexterm zone="ch-system-openssl openssl-prog">
             <primary sortas="b-openssl">openssl</primary>
             <primary sortas="b-openssl">openssl</primary>
@@ -146,7 +146,7 @@ make MANSUFFIX=ssl install</userinput></screen>
             TLS and S/MIME, and they have also been used to implement
             TLS and S/MIME, and they have also been used to implement
             <application>OpenSSH</application>,
             <application>OpenSSH</application>,
             <application>OpenPGP</application>, and other cryptographic
             <application>OpenPGP</application>, and other cryptographic
-            standards.
+            standards
           </para>
           </para>
           <indexterm zone="ch-system-openssl libcrypto">
           <indexterm zone="ch-system-openssl libcrypto">
             <primary sortas="c-libcrypto">libcrypto.so</primary>
             <primary sortas="c-libcrypto">libcrypto.so</primary>
@@ -160,7 +160,7 @@ make MANSUFFIX=ssl install</userinput></screen>
           <para>
           <para>
             implements the Transport Layer Security (TLS v1) protocol.
             implements the Transport Layer Security (TLS v1) protocol.
             It provides a rich API, documentation
             It provides a rich API, documentation
-            on which can be found by running <command>man 3 ssl</command>.
+            on which can be found by running <command>man 3 ssl</command>
           </para>
           </para>
           <indexterm zone="ch-system-openssl libssl">
           <indexterm zone="ch-system-openssl libssl">
             <primary sortas="c-libssl">libssl.so</primary>
             <primary sortas="c-libssl">libssl.so</primary>

+ 5 - 5
chapter08/python.xml

@@ -158,7 +158,7 @@ tar --strip-components=1  \
             is a <application>Python</application> program that reads
             is a <application>Python</application> program that reads
             <application>Python 2.x</application> source code and applies a
             <application>Python 2.x</application> source code and applies a
             series of fixes to transform it into 
             series of fixes to transform it into 
-            valid <application>Python 3.x</application> code.
+            valid <application>Python 3.x</application> code
           </para>
           </para>
           <indexterm zone="ch-system-Python">
           <indexterm zone="ch-system-Python">
             <primary sortas="b-2to3">2to3</primary>
             <primary sortas="b-2to3">2to3</primary>
@@ -173,7 +173,7 @@ tar --strip-components=1  \
             is a wrapper script that opens a <application>Python</application>
             is a wrapper script that opens a <application>Python</application>
             aware GUI editor. For this script to run, you must have installed
             aware GUI editor. For this script to run, you must have installed
             <application>Tk</application> before Python so that the Tkinter
             <application>Tk</application> before Python so that the Tkinter
-            Python module is built.
+            Python module is built
           </para>
           </para>
           <indexterm zone="ch-system-Python">
           <indexterm zone="ch-system-Python">
             <primary sortas="b-idle3">idle3</primary>
             <primary sortas="b-idle3">idle3</primary>
@@ -186,7 +186,7 @@ tar --strip-components=1  \
         <listitem>
         <listitem>
           <para>
           <para>
             The package installer for Python. You can use pip to install
             The package installer for Python. You can use pip to install
-            packages from Python Package Index and other indexes.
+            packages from Python Package Index and other indexes
           </para>
           </para>
           <indexterm zone="ch-system-Python">
           <indexterm zone="ch-system-Python">
             <primary sortas="b-pip3">pip3</primary>
             <primary sortas="b-pip3">pip3</primary>
@@ -198,7 +198,7 @@ tar --strip-components=1  \
         <term><command>pydoc3</command></term>
         <term><command>pydoc3</command></term>
         <listitem>
         <listitem>
           <para>
           <para>
-            is the <application>Python</application> documentation tool.
+            is the <application>Python</application> documentation tool
           </para>
           </para>
           <indexterm zone="ch-system-Python">
           <indexterm zone="ch-system-Python">
             <primary sortas="b-pydoc3">pydoc3</primary>
             <primary sortas="b-pydoc3">pydoc3</primary>
@@ -211,7 +211,7 @@ tar --strip-components=1  \
         <listitem>
         <listitem>
           <para>
           <para>
             is an interpreted, interactive, object-oriented programming
             is an interpreted, interactive, object-oriented programming
-            language.
+            language
           </para>
           </para>
           <indexterm zone="ch-system-Python">
           <indexterm zone="ch-system-Python">
             <primary sortas="b-python3">python3</primary>
             <primary sortas="b-python3">python3</primary>

+ 1 - 1
chapter08/readline.xml

@@ -141,7 +141,7 @@ ln -sfv ../../lib/$(readlink /usr/lib/libhistory.so ) /usr/lib/libhistory.so</us
         <term><filename class="libraryfile">libreadline</filename></term>
         <term><filename class="libraryfile">libreadline</filename></term>
         <listitem>
         <listitem>
           <para>Provides a set of commands for manipulating text entered in an
           <para>Provides a set of commands for manipulating text entered in an
-          interactive session of a program.</para>
+          interactive session of a program</para>
           <indexterm zone="ch-system-readline libreadline">
           <indexterm zone="ch-system-readline libreadline">
             <primary sortas="c-libreadline">libreadline</primary>
             <primary sortas="c-libreadline">libreadline</primary>
           </indexterm>
           </indexterm>

+ 11 - 11
chapter08/systemd.xml

@@ -348,7 +348,7 @@ meson --prefix=/usr                 \
           <para>Is the first process to be started when the kernel has initialized
           <para>Is the first process to be started when the kernel has initialized
           the hardware which takes over the boot process and starts all 
           the hardware which takes over the boot process and starts all 
           processes according to its configuration files. In this case, it starts
           processes according to its configuration files. In this case, it starts
-          systemd.</para>
+          systemd</para>
           <indexterm zone="ch-system-systemd init">
           <indexterm zone="ch-system-systemd init">
             <primary sortas="b-init">init</primary>
             <primary sortas="b-init">init</primary>
           </indexterm>
           </indexterm>
@@ -369,7 +369,7 @@ meson --prefix=/usr                 \
         <term><command>kernel-install</command></term>
         <term><command>kernel-install</command></term>
         <listitem>
         <listitem>
           <para>Is used to add and remove kernel and initramfs images to and
           <para>Is used to add and remove kernel and initramfs images to and
-          from /boot. In LFS, this is done manually.</para>
+          from /boot. In LFS, this is done manually</para>
           <indexterm zone="ch-system-systemd kernel-install">
           <indexterm zone="ch-system-systemd kernel-install">
             <primary sortas="b-kernel-install">kernel-install</primary>
             <primary sortas="b-kernel-install">kernel-install</primary>
           </indexterm>
           </indexterm>
@@ -469,7 +469,7 @@ meson --prefix=/usr                 \
         <listitem>
         <listitem>
           <para>Sends control commands to the network name resolution
           <para>Sends control commands to the network name resolution
           manager, or resolves domain names, IPv4 and IPv6 addresses,
           manager, or resolves domain names, IPv4 and IPv6 addresses,
-          DNS records, and services.</para>
+          DNS records, and services</para>
           <indexterm zone="ch-system-systemd resolvectl">
           <indexterm zone="ch-system-systemd resolvectl">
             <primary sortas="b-resolvectl">resolvectl</primary>
             <primary sortas="b-resolvectl">resolvectl</primary>
           </indexterm>
           </indexterm>
@@ -535,7 +535,7 @@ meson --prefix=/usr                 \
         <term><command>systemd-cat</command></term>
         <term><command>systemd-cat</command></term>
         <listitem>
         <listitem>
           <para>Is used to connect the STDOUT and STDERR outputs of a process
           <para>Is used to connect the STDOUT and STDERR outputs of a process
-          with the systemd journal.
+          with the systemd journal
           </para>
           </para>
           <indexterm zone="ch-system-systemd systemd-cat">
           <indexterm zone="ch-system-systemd systemd-cat">
             <primary sortas="b-systemd-cat">systemd-cat</primary>
             <primary sortas="b-systemd-cat">systemd-cat</primary>
@@ -581,7 +581,7 @@ meson --prefix=/usr                 \
         <term><command>systemd-detect-virt</command></term>
         <term><command>systemd-detect-virt</command></term>
         <listitem>
         <listitem>
           <para>Detects whether the system is being run in a virtual
           <para>Detects whether the system is being run in a virtual
-          environment, and adjusts udev accordingly.</para>
+          environment, and adjusts udev accordingly</para>
           <indexterm zone="ch-system-systemd systemd-detect-virt">
           <indexterm zone="ch-system-systemd systemd-detect-virt">
             <primary sortas="b-systemd-detect-virt">systemd-detect-virt</primary>
             <primary sortas="b-systemd-detect-virt">systemd-detect-virt</primary>
           </indexterm>
           </indexterm>
@@ -591,7 +591,7 @@ meson --prefix=/usr                 \
       <varlistentry id="systemd-dissect">
       <varlistentry id="systemd-dissect">
         <term><command>systemd-dissect</command></term>
         <term><command>systemd-dissect</command></term>
         <listitem>
         <listitem>
-          <para>Is used to inspect OS disk images.</para>
+          <para>Is used to inspect OS disk images</para>
           <indexterm zone="ch-system-systemd systemd-dissect">
           <indexterm zone="ch-system-systemd systemd-dissect">
             <primary sortas="b-systemd-dissect">systemd-dissect</primary>
             <primary sortas="b-systemd-dissect">systemd-dissect</primary>
           </indexterm>
           </indexterm>
@@ -634,7 +634,7 @@ meson --prefix=/usr                 \
         <listitem>
         <listitem>
           <para>Is used to execute a program with a shutdown, sleep or idle
           <para>Is used to execute a program with a shutdown, sleep or idle
           inhibitor lock taken, preventing an action such as a system shutdown
           inhibitor lock taken, preventing an action such as a system shutdown
-          until the process is completed.</para>
+          until the process is completed</para>
           <indexterm zone="ch-system-systemd systemd-inhibit">
           <indexterm zone="ch-system-systemd systemd-inhibit">
             <primary sortas="b-systemd-inhibit">systemd-inhibit</primary>
             <primary sortas="b-systemd-inhibit">systemd-inhibit</primary>
           </indexterm>
           </indexterm>
@@ -656,7 +656,7 @@ meson --prefix=/usr                 \
       <varlistentry id="systemd-mount">
       <varlistentry id="systemd-mount">
         <term><command>systemd-mount</command></term>
         <term><command>systemd-mount</command></term>
         <listitem>
         <listitem>
-          <para>Is used to temporarily mount or automount disks.</para>
+          <para>Is used to temporarily mount or automount disks</para>
           <indexterm zone="ch-system-systemd systemd-mount">
           <indexterm zone="ch-system-systemd systemd-mount">
             <primary sortas="b-systemd-mount">systemd-mount</primary>
             <primary sortas="b-systemd-mount">systemd-mount</primary>
           </indexterm>
           </indexterm>
@@ -699,7 +699,7 @@ meson --prefix=/usr                 \
         <term><command>systemd-repart</command></term>
         <term><command>systemd-repart</command></term>
         <listitem>
         <listitem>
           <para>Is used to grow and add partitions to a partition table when
           <para>Is used to grow and add partitions to a partition table when
-          systemd is used in an OS image (e.g. a container).</para>
+          systemd is used in an OS image (e.g. a container)</para>
           <indexterm zone="ch-system-systemd systemd-repart">
           <indexterm zone="ch-system-systemd systemd-repart">
             <primary sortas="b-systemd-repart">systemd-repart</primary>
             <primary sortas="b-systemd-repart">systemd-repart</primary>
           </indexterm>
           </indexterm>
@@ -722,7 +722,7 @@ meson --prefix=/usr                 \
         <listitem>
         <listitem>
           <para>Is used to create and start a transient .service or a .scope
           <para>Is used to create and start a transient .service or a .scope
           unit and run the specified command in it. This is useful for
           unit and run the specified command in it. This is useful for
-          validating systemd units.</para>
+          validating systemd units</para>
           <indexterm zone="ch-system-systemd systemd-run">
           <indexterm zone="ch-system-systemd systemd-run">
             <primary sortas="b-systemd-run">systemd-run</primary>
             <primary sortas="b-systemd-run">systemd-run</primary>
           </indexterm>
           </indexterm>
@@ -733,7 +733,7 @@ meson --prefix=/usr                 \
         <term><command>systemd-socket-activate</command></term>
         <term><command>systemd-socket-activate</command></term>
         <listitem>
         <listitem>
           <para>Is used to listen on socket devices and launch a process upon
           <para>Is used to listen on socket devices and launch a process upon
-          a successful connection to the socket.</para>
+          a successful connection to the socket</para>
           <indexterm zone="ch-system-systemd systemd-socket-activate">
           <indexterm zone="ch-system-systemd systemd-socket-activate">
             <primary sortas="b-systemd-socket-activate">systemd-socket-activate</primary>
             <primary sortas="b-systemd-socket-activate">systemd-socket-activate</primary>
           </indexterm>
           </indexterm>