Changeset 8d35535 for chapter08


Ignore:
Timestamp:
02/16/2021 05:31:31 AM (3 years ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
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, 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:
d15bbff
Parents:
164d38e
Message:

clean up short descriptions

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

Location:
chapter08
Files:
9 edited

Legend:

Unmodified
Added
Removed
  • chapter08/iproute2.xml

    r164d38e r8d35535  
    9191        nstat, routef, routel, rtacct, rtmon, rtpr, rtstat (link to lnstat), ss,
    9292        and tc</seg>
    93         <seg>/etc/iproute2, /usr/lib/tc, and /usr/share/doc/iproute2-&iproute2-version;,
     93        <seg>/etc/iproute2, /usr/lib/tc, and /usr/share/doc/iproute2-&iproute2-version;
    9494        </seg>
    9595      </seglistitem>
  • chapter08/libelf.xml

    r164d38e r8d35535  
    7979      <seglistitem>
    8080        <seg>
    81           libelf.so
     81          libelf.so (symlink) and libelf-&elfutils-version;.so
    8282        </seg>
    8383        <seg>
     
    8585        </seg>
    8686      </seglistitem>
     87
    8788    </segmentedlist>
     89
     90    <variablelist>
     91      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
     92      <?dbfo list-presentation="list"?>
     93      <?dbhtml list-presentation="table"?>
     94
     95      <varlistentry id="libelf">
     96        <term><filename class="libraryfile">libelf</filename></term>
     97        <listitem>
     98          <para>Contains API functions to handle ELF object files</para>
     99          <indexterm zone="ch-system-libelf libelf">
     100            <primary sortas="c-libelf">libelf</primary>
     101          </indexterm>
     102        </listitem>
     103      </varlistentry>
     104
     105    </variablelist>
    88106
    89107  </sect2>
  • chapter08/libffi.xml

    r164d38e r8d35535  
    107107        <term><filename class="libraryfile">libffi</filename></term>
    108108        <listitem>
    109           <para>contains the libffi API functions.</para>
     109          <para>contains the foreign function interface API functions</para>
    110110          <indexterm zone="ch-system-libffi">
    111111            <primary sortas="c-libffi">libffi</primary>
  • chapter08/m4.xml

    r164d38e r8d35535  
    9191          manipulating text, recursion, etc. The <command>m4</command> program
    9292          can be used either as a front-end to a compiler or as a macro processor
    93           in its own right.</para>
     93          in its own right</para>
    9494          <indexterm zone="ch-system-m4 m4">
    9595            <primary sortas="b-m4">m4</primary>
  • chapter08/ninja.xml

    r164d38e r8d35535  
    123123        <term><command>ninja</command></term>
    124124        <listitem>
    125           <para>is the Ninja build system.</para>
     125          <para>is the Ninja build system</para>
    126126          <indexterm zone="ch-system-ninja ninja">
    127127            <primary sortas="b-ninja">ninja</primary>
  • chapter08/openssl.xml

    r164d38e r8d35535  
    114114          <para>
    115115            is a <application>Perl</application> script that scans all files in
    116             a directory and adds symbolic links to their hash values.
     116            a directory and adds symbolic links to their hash values
    117117          </para>
    118118          <indexterm zone="ch-system-openssl c_rehash">
     
    129129            of <application>OpenSSL</application>'s crypto library from the
    130130            shell. It can be used for various functions which are documented in
    131             <command>man 1 openssl</command>.
     131            <command>man 1 openssl</command>
    132132          </para>
    133133          <indexterm zone="ch-system-openssl openssl-prog">
     
    147147            <application>OpenSSH</application>,
    148148            <application>OpenPGP</application>, and other cryptographic
    149             standards.
     149            standards
    150150          </para>
    151151          <indexterm zone="ch-system-openssl libcrypto">
     
    161161            implements the Transport Layer Security (TLS v1) protocol.
    162162            It provides a rich API, documentation
    163             on which can be found by running <command>man 3 ssl</command>.
     163            on which can be found by running <command>man 3 ssl</command>
    164164          </para>
    165165          <indexterm zone="ch-system-openssl libssl">
  • chapter08/python.xml

    r164d38e r8d35535  
    159159            <application>Python 2.x</application> source code and applies a
    160160            series of fixes to transform it into
    161             valid <application>Python 3.x</application> code.
     161            valid <application>Python 3.x</application> code
    162162          </para>
    163163          <indexterm zone="ch-system-Python">
     
    174174            aware GUI editor. For this script to run, you must have installed
    175175            <application>Tk</application> before Python so that the Tkinter
    176             Python module is built.
     176            Python module is built
    177177          </para>
    178178          <indexterm zone="ch-system-Python">
     
    187187          <para>
    188188            The package installer for Python. You can use pip to install
    189             packages from Python Package Index and other indexes.
     189            packages from Python Package Index and other indexes
    190190          </para>
    191191          <indexterm zone="ch-system-Python">
     
    199199        <listitem>
    200200          <para>
    201             is the <application>Python</application> documentation tool.
     201            is the <application>Python</application> documentation tool
    202202          </para>
    203203          <indexterm zone="ch-system-Python">
     
    212212          <para>
    213213            is an interpreted, interactive, object-oriented programming
    214             language.
     214            language
    215215          </para>
    216216          <indexterm zone="ch-system-Python">
  • chapter08/readline.xml

    r164d38e r8d35535  
    142142        <listitem>
    143143          <para>Provides a set of commands for manipulating text entered in an
    144           interactive session of a program.</para>
     144          interactive session of a program</para>
    145145          <indexterm zone="ch-system-readline libreadline">
    146146            <primary sortas="c-libreadline">libreadline</primary>
  • chapter08/systemd.xml

    r164d38e r8d35535  
    349349          the hardware which takes over the boot process and starts all
    350350          processes according to its configuration files. In this case, it starts
    351           systemd.</para>
     351          systemd</para>
    352352          <indexterm zone="ch-system-systemd init">
    353353            <primary sortas="b-init">init</primary>
     
    370370        <listitem>
    371371          <para>Is used to add and remove kernel and initramfs images to and
    372           from /boot. In LFS, this is done manually.</para>
     372          from /boot. In LFS, this is done manually</para>
    373373          <indexterm zone="ch-system-systemd kernel-install">
    374374            <primary sortas="b-kernel-install">kernel-install</primary>
     
    470470          <para>Sends control commands to the network name resolution
    471471          manager, or resolves domain names, IPv4 and IPv6 addresses,
    472           DNS records, and services.</para>
     472          DNS records, and services</para>
    473473          <indexterm zone="ch-system-systemd resolvectl">
    474474            <primary sortas="b-resolvectl">resolvectl</primary>
     
    536536        <listitem>
    537537          <para>Is used to connect the STDOUT and STDERR outputs of a process
    538           with the systemd journal.
     538          with the systemd journal
    539539          </para>
    540540          <indexterm zone="ch-system-systemd systemd-cat">
     
    582582        <listitem>
    583583          <para>Detects whether the system is being run in a virtual
    584           environment, and adjusts udev accordingly.</para>
     584          environment, and adjusts udev accordingly</para>
    585585          <indexterm zone="ch-system-systemd systemd-detect-virt">
    586586            <primary sortas="b-systemd-detect-virt">systemd-detect-virt</primary>
     
    592592        <term><command>systemd-dissect</command></term>
    593593        <listitem>
    594           <para>Is used to inspect OS disk images.</para>
     594          <para>Is used to inspect OS disk images</para>
    595595          <indexterm zone="ch-system-systemd systemd-dissect">
    596596            <primary sortas="b-systemd-dissect">systemd-dissect</primary>
     
    635635          <para>Is used to execute a program with a shutdown, sleep or idle
    636636          inhibitor lock taken, preventing an action such as a system shutdown
    637           until the process is completed.</para>
     637          until the process is completed</para>
    638638          <indexterm zone="ch-system-systemd systemd-inhibit">
    639639            <primary sortas="b-systemd-inhibit">systemd-inhibit</primary>
     
    657657        <term><command>systemd-mount</command></term>
    658658        <listitem>
    659           <para>Is used to temporarily mount or automount disks.</para>
     659          <para>Is used to temporarily mount or automount disks</para>
    660660          <indexterm zone="ch-system-systemd systemd-mount">
    661661            <primary sortas="b-systemd-mount">systemd-mount</primary>
     
    700700        <listitem>
    701701          <para>Is used to grow and add partitions to a partition table when
    702           systemd is used in an OS image (e.g. a container).</para>
     702          systemd is used in an OS image (e.g. a container)</para>
    703703          <indexterm zone="ch-system-systemd systemd-repart">
    704704            <primary sortas="b-systemd-repart">systemd-repart</primary>
     
    723723          <para>Is used to create and start a transient .service or a .scope
    724724          unit and run the specified command in it. This is useful for
    725           validating systemd units.</para>
     725          validating systemd units</para>
    726726          <indexterm zone="ch-system-systemd systemd-run">
    727727            <primary sortas="b-systemd-run">systemd-run</primary>
     
    734734        <listitem>
    735735          <para>Is used to listen on socket devices and launch a process upon
    736           a successful connection to the socket.</para>
     736          a successful connection to the socket</para>
    737737          <indexterm zone="ch-system-systemd systemd-socket-activate">
    738738            <primary sortas="b-systemd-socket-activate">systemd-socket-activate</primary>
Note: See TracChangeset for help on using the changeset viewer.