Introduce some consistency in short descriptions.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd@10830 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Krejzi 2015-02-07 00:33:39 +00:00
parent a063de63ef
commit 930578e4f4
33 changed files with 144 additions and 146 deletions

View File

@ -110,7 +110,7 @@ ln -sfv ../../lib/$(readlink /usr/lib/libacl.so) /usr/lib/libacl.so</userinput><
<term><command>chacl</command></term> <term><command>chacl</command></term>
<listitem> <listitem>
<para>Changes the access control list of a file <para>Changes the access control list of a file
or directory.</para> or directory</para>
<indexterm zone="ch-system-acl chacl"> <indexterm zone="ch-system-acl chacl">
<primary sortas="b-chacl">chacl</primary> <primary sortas="b-chacl">chacl</primary>
</indexterm> </indexterm>
@ -120,7 +120,7 @@ ln -sfv ../../lib/$(readlink /usr/lib/libacl.so) /usr/lib/libacl.so</userinput><
<varlistentry id="getfacl"> <varlistentry id="getfacl">
<term><command>getfacl</command></term> <term><command>getfacl</command></term>
<listitem> <listitem>
<para>Gets file access control lists.</para> <para>Gets file access control lists</para>
<indexterm zone="ch-system-acl getfacl"> <indexterm zone="ch-system-acl getfacl">
<primary sortas="b-getfacl">getfacl</primary> <primary sortas="b-getfacl">getfacl</primary>
</indexterm> </indexterm>
@ -130,7 +130,7 @@ ln -sfv ../../lib/$(readlink /usr/lib/libacl.so) /usr/lib/libacl.so</userinput><
<varlistentry id="setacl"> <varlistentry id="setacl">
<term><command>setacl</command></term> <term><command>setacl</command></term>
<listitem> <listitem>
<para>Sets file access control lists.</para> <para>Sets file access control lists</para>
<indexterm zone="ch-system-acl setacl"> <indexterm zone="ch-system-acl setacl">
<primary sortas="b-setacl">setacl</primary> <primary sortas="b-setacl">setacl</primary>
</indexterm> </indexterm>
@ -140,7 +140,7 @@ ln -sfv ../../lib/$(readlink /usr/lib/libacl.so) /usr/lib/libacl.so</userinput><
<varlistentry id="libacl"> <varlistentry id="libacl">
<term><filename class="libraryfile">libacl</filename></term> <term><filename class="libraryfile">libacl</filename></term>
<listitem> <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"> <indexterm zone="ch-system-acl libacl">
<primary sortas="c-libacl">libacl</primary> <primary sortas="c-libacl">libacl</primary>
</indexterm> </indexterm>

View File

@ -114,7 +114,7 @@ ln -sfv ../../lib/$(readlink /usr/lib/libattr.so) /usr/lib/libattr.so</userinput
<varlistentry id="getfattr"> <varlistentry id="getfattr">
<term><command>getfattr</command></term> <term><command>getfattr</command></term>
<listitem> <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"> <indexterm zone="ch-system-attr getfattr">
<primary sortas="b-getfattr">getfattr</primary> <primary sortas="b-getfattr">getfattr</primary>
</indexterm> </indexterm>
@ -134,7 +134,7 @@ ln -sfv ../../lib/$(readlink /usr/lib/libattr.so) /usr/lib/libattr.so</userinput
<varlistentry id="libattr"> <varlistentry id="libattr">
<term><filename class="libraryfile">libattr</filename></term> <term><filename class="libraryfile">libattr</filename></term>
<listitem> <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"> <indexterm zone="ch-system-attr libattr">
<primary sortas="c-libattr">libattr</primary> <primary sortas="c-libattr">libattr</primary>
</indexterm> </indexterm>

View File

@ -89,7 +89,7 @@
<para>Produces shell scripts that automatically configure software <para>Produces shell scripts that automatically configure software
source code packages to adapt to many kinds of Unix-like systems. source code packages to adapt to many kinds of Unix-like systems.
The configuration scripts it produces are independent&mdash;running The configuration scripts it produces are independent&mdash;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"> <indexterm zone="ch-system-autoconf autoconf">
<primary sortas="b-autoconf">autoconf</primary> <primary sortas="b-autoconf">autoconf</primary>
</indexterm> </indexterm>

View File

@ -345,7 +345,7 @@ cd ../binutils-build</userinput></screen>
<para>A library for dealing with opcodes&mdash;the <quote>readable <para>A library for dealing with opcodes&mdash;the <quote>readable
text</quote> versions of instructions for the processor; text</quote> versions of instructions for the processor;
it is used for building utilities like it is used for building utilities like
<command>objdump</command>.</para> <command>objdump</command></para>
<indexterm zone="ch-system-binutils libopcodes"> <indexterm zone="ch-system-binutils libopcodes">
<primary sortas="c-libopcodes">libopcodes</primary> <primary sortas="c-libopcodes">libopcodes</primary>
</indexterm> </indexterm>

View File

@ -110,14 +110,14 @@
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry id="liby.a"> <varlistentry id="liby">
<term><filename class="libraryfile">liby.a</filename></term> <term><filename class="libraryfile">liby</filename></term>
<listitem> <listitem>
<para>The Yacc library containing implementations of Yacc-compatible <para>The Yacc library containing implementations of Yacc-compatible
<function>yyerror</function> and <function>main</function> functions; <function>yyerror</function> and <function>main</function> functions;
this library is normally not very useful, but POSIX requires it</para> this library is normally not very useful, but POSIX requires it</para>
<indexterm zone="ch-system-bison liby.a"> <indexterm zone="ch-system-bison liby">
<primary sortas="c-liby.a">liby.a</primary> <primary sortas="c-liby">liby</primary>
</indexterm> </indexterm>
</listitem> </listitem>
</varlistentry> </varlistentry>

View File

@ -233,12 +233,12 @@ ln -sv bzip2 /bin/bzcat</userinput></screen>
</varlistentry> </varlistentry>
<varlistentry id="libbz2"> <varlistentry id="libbz2">
<term><filename class="libraryfile">libbz2*</filename></term> <term><filename class="libraryfile">libbz2</filename></term>
<listitem> <listitem>
<para>The library implementing lossless, block-sorting data <para>The library implementing lossless, block-sorting data
compression, using the Burrows-Wheeler algorithm</para> compression, using the Burrows-Wheeler algorithm</para>
<indexterm zone="ch-system-bzip2 libbz2"> <indexterm zone="ch-system-bzip2 libbz2">
<primary sortas="c-libbz2*">libbz2*</primary> <primary sortas="c-libbz2">libbz2</primary>
</indexterm> </indexterm>
</listitem> </listitem>
</varlistentry> </varlistentry>

View File

@ -1228,11 +1228,11 @@ sed -i s/\"1\"/\"8\"/1 /usr/share/man/man8/chroot.8</userinput></screen>
</varlistentry> </varlistentry>
<varlistentry id="libstdbuf"> <varlistentry id="libstdbuf">
<term><filename class="libraryfile">libstdbuf.so</filename></term> <term><filename class="libraryfile">libstdbuf</filename></term>
<listitem> <listitem>
<para>Library used by <command>stdbuf</command></para> <para>Library used by <command>stdbuf</command></para>
<indexterm zone="ch-system-coreutils libstdbuf"> <indexterm zone="ch-system-coreutils libstdbuf">
<primary sortas="c-libstdbuf">libstdbuf.so</primary> <primary sortas="c-libstdbuf">libstdbuf</primary>
</indexterm> </indexterm>
</listitem> </listitem>
</varlistentry> </varlistentry>

View File

@ -121,7 +121,7 @@ ln -sfv ../../lib/$(readlink /usr/lib/libdbus-1.so) /usr/lib/libdbus-1.so</useri
<varlistentry id="dbus-cleanup-sockets"> <varlistentry id="dbus-cleanup-sockets">
<term><command>dbus-cleanup-sockets</command></term> <term><command>dbus-cleanup-sockets</command></term>
<listitem> <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"> <indexterm zone="ch-system-dbus dbus-cleanup-sockets">
<primary sortas="b-dbus-cleanup-sockets">dbus-cleanup-sockets</primary> <primary sortas="b-dbus-cleanup-sockets">dbus-cleanup-sockets</primary>
</indexterm> </indexterm>
@ -131,7 +131,7 @@ ln -sfv ../../lib/$(readlink /usr/lib/libdbus-1.so) /usr/lib/libdbus-1.so</useri
<varlistentry id="dbus-daemon"> <varlistentry id="dbus-daemon">
<term><command>dbus-daemon</command></term> <term><command>dbus-daemon</command></term>
<listitem> <listitem>
<para>The D-Bus message bus daemon.</para> <para>The D-Bus message bus daemon</para>
<indexterm zone="ch-system-dbus dbus-daemon"> <indexterm zone="ch-system-dbus dbus-daemon">
<primary sortas="b-dbus-daemon">dbus-daemon</primary> <primary sortas="b-dbus-daemon">dbus-daemon</primary>
</indexterm> </indexterm>
@ -142,7 +142,7 @@ ln -sfv ../../lib/$(readlink /usr/lib/libdbus-1.so) /usr/lib/libdbus-1.so</useri
<term><command>dbus-launch</command></term> <term><command>dbus-launch</command></term>
<listitem> <listitem>
<para>Starts <command>dbus-daemon</command> from a shell <para>Starts <command>dbus-daemon</command> from a shell
script.</para> script</para>
<indexterm zone="ch-system-dbus dbus-launch"> <indexterm zone="ch-system-dbus dbus-launch">
<primary sortas="b-dbus-launch">dbus-launch</primary> <primary sortas="b-dbus-launch">dbus-launch</primary>
</indexterm> </indexterm>
@ -152,7 +152,7 @@ ln -sfv ../../lib/$(readlink /usr/lib/libdbus-1.so) /usr/lib/libdbus-1.so</useri
<varlistentry id="dbus-monitor"> <varlistentry id="dbus-monitor">
<term><command>dbus-monitor</command></term> <term><command>dbus-monitor</command></term>
<listitem> <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"> <indexterm zone="ch-system-dbus dbus-monitor">
<primary sortas="b-dbus-monitor">dbus-monitor</primary> <primary sortas="b-dbus-monitor">dbus-monitor</primary>
</indexterm> </indexterm>
@ -164,7 +164,7 @@ ln -sfv ../../lib/$(readlink /usr/lib/libdbus-1.so) /usr/lib/libdbus-1.so</useri
<listitem> <listitem>
<para>Starts a session bus instance of <command>dbus-daemon</command> <para>Starts a session bus instance of <command>dbus-daemon</command>
from a shell script and starts a specified program in that from a shell script and starts a specified program in that
session.</para> session</para>
<indexterm zone="ch-system-dbus dbus-run-session"> <indexterm zone="ch-system-dbus dbus-run-session">
<primary sortas="b-dbus-run-session">dbus-run-session</primary> <primary sortas="b-dbus-run-session">dbus-run-session</primary>
</indexterm> </indexterm>
@ -174,7 +174,7 @@ ln -sfv ../../lib/$(readlink /usr/lib/libdbus-1.so) /usr/lib/libdbus-1.so</useri
<varlistentry id="dbus-send"> <varlistentry id="dbus-send">
<term><command>dbus-send</command></term> <term><command>dbus-send</command></term>
<listitem> <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"> <indexterm zone="ch-system-dbus dbus-send">
<primary sortas="b-dbus-send">dbus-send</primary> <primary sortas="b-dbus-send">dbus-send</primary>
</indexterm> </indexterm>
@ -184,7 +184,7 @@ ln -sfv ../../lib/$(readlink /usr/lib/libdbus-1.so) /usr/lib/libdbus-1.so</useri
<varlistentry id="dbus-uuidgen"> <varlistentry id="dbus-uuidgen">
<term><command>dbus-uuidgen</command></term> <term><command>dbus-uuidgen</command></term>
<listitem> <listitem>
<para>Generates a universally unique ID.</para> <para>Generates a universally unique ID</para>
<indexterm zone="ch-system-dbus dbus-uuidgen"> <indexterm zone="ch-system-dbus dbus-uuidgen">
<primary sortas="b-dbus-uuidgen">dbus-uuidgen</primary> <primary sortas="b-dbus-uuidgen">dbus-uuidgen</primary>
</indexterm> </indexterm>
@ -195,9 +195,9 @@ ln -sfv ../../lib/$(readlink /usr/lib/libdbus-1.so) /usr/lib/libdbus-1.so</useri
<term><filename class="libraryfile">libdbus-1</filename></term> <term><filename class="libraryfile">libdbus-1</filename></term>
<listitem> <listitem>
<para>Contains API functions used to communicate with the D-Bus <para>Contains API functions used to communicate with the D-Bus
message bus.</para> message bus</para>
<indexterm zone="ch-system-dbus libdbus-1"> <indexterm zone="ch-system-dbus libdbus-1">
<primary sortas="c-libdbus">libdbus</primary> <primary sortas="c-libdbus-1">libdbus-1</primary>
</indexterm> </indexterm>
</listitem> </listitem>
</varlistentry> </varlistentry>

View File

@ -248,7 +248,7 @@ install-info --dir-file=/usr/share/info/dir /usr/share/info/com_err.info</userin
<varlistentry id="e2freefrag"> <varlistentry id="e2freefrag">
<term><command>e2freefrag</command></term> <term><command>e2freefrag</command></term>
<listitem> <listitem>
<para> Reports free space fragmentation information</para> <para>Reports free space fragmentation information</para>
<indexterm zone="ch-system-e2fsprogs e2freefrag"> <indexterm zone="ch-system-e2fsprogs e2freefrag">
<primary sortas="b-e2freefrag">e2freefrag</primary> <primary sortas="b-e2freefrag">e2freefrag</primary>
</indexterm> </indexterm>
@ -295,7 +295,7 @@ install-info --dir-file=/usr/share/info/dir /usr/share/info/com_err.info</userin
<listitem> <listitem>
<para>Replays the undo log undo_log for an ext2/ext3/ext4 filesystem <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 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"> <indexterm zone="ch-system-e2fsprogs e2undo">
<primary sortas="b-e2undo">e2undo</primary> <primary sortas="b-e2undo">e2undo</primary>
</indexterm> </indexterm>
@ -326,7 +326,7 @@ install-info --dir-file=/usr/share/info/dir /usr/share/info/com_err.info</userin
<term><command>fsck.ext2</command></term> <term><command>fsck.ext2</command></term>
<listitem> <listitem>
<para>By default checks <systemitem class="filesystem">ext2</systemitem> <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"> <indexterm zone="ch-system-e2fsprogs fsck.ext2">
<primary sortas="b-fsck.ext2">fsck.ext2</primary> <primary sortas="b-fsck.ext2">fsck.ext2</primary>
</indexterm> </indexterm>
@ -337,7 +337,7 @@ install-info --dir-file=/usr/share/info/dir /usr/share/info/com_err.info</userin
<term><command>fsck.ext3</command></term> <term><command>fsck.ext3</command></term>
<listitem> <listitem>
<para>By default checks <systemitem class="filesystem">ext3</systemitem> <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"> <indexterm zone="ch-system-e2fsprogs fsck.ext3">
<primary sortas="b-fsck.ext3">fsck.ext3</primary> <primary sortas="b-fsck.ext3">fsck.ext3</primary>
</indexterm> </indexterm>
@ -348,7 +348,7 @@ install-info --dir-file=/usr/share/info/dir /usr/share/info/com_err.info</userin
<term><command>fsck.ext4</command></term> <term><command>fsck.ext4</command></term>
<listitem> <listitem>
<para>By default checks <systemitem class="filesystem">ext4</systemitem> <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"> <indexterm zone="ch-system-e2fsprogs fsck.ext4">
<primary sortas="b-fsck.ext4">fsck.ext4</primary> <primary sortas="b-fsck.ext4">fsck.ext4</primary>
</indexterm> </indexterm>
@ -360,7 +360,7 @@ install-info --dir-file=/usr/share/info/dir /usr/share/info/com_err.info</userin
<listitem> <listitem>
<para>By default checks <systemitem class="filesystem">ext4</systemitem> <para>By default checks <systemitem class="filesystem">ext4</systemitem>
development file systems. This is a hard link to development file systems. This is a hard link to
<command>e2fsck</command>.</para> <command>e2fsck</command></para>
<indexterm zone="ch-system-e2fsprogs fsck.ext4dev"> <indexterm zone="ch-system-e2fsprogs fsck.ext4dev">
<primary sortas="b-fsck.ext4dev">fsck.ext4dev</primary> <primary sortas="b-fsck.ext4dev">fsck.ext4dev</primary>
</indexterm> </indexterm>
@ -416,7 +416,7 @@ install-info --dir-file=/usr/share/info/dir /usr/share/info/com_err.info</userin
<term><command>mkfs.ext2</command></term> <term><command>mkfs.ext2</command></term>
<listitem> <listitem>
<para>By default creates <systemitem class="filesystem">ext2</systemitem> <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"> <indexterm zone="ch-system-e2fsprogs mkfs.ext2">
<primary sortas="b-mkfs.ext2">mkfs.ext2</primary> <primary sortas="b-mkfs.ext2">mkfs.ext2</primary>
</indexterm> </indexterm>
@ -427,7 +427,7 @@ install-info --dir-file=/usr/share/info/dir /usr/share/info/com_err.info</userin
<term><command>mkfs.ext3</command></term> <term><command>mkfs.ext3</command></term>
<listitem> <listitem>
<para>By default creates <systemitem class="filesystem">ext3</systemitem> <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"> <indexterm zone="ch-system-e2fsprogs mkfs.ext3">
<primary sortas="b-mkfs.ext3">mkfs.ext3</primary> <primary sortas="b-mkfs.ext3">mkfs.ext3</primary>
</indexterm> </indexterm>
@ -438,7 +438,7 @@ install-info --dir-file=/usr/share/info/dir /usr/share/info/com_err.info</userin
<term><command>mkfs.ext4</command></term> <term><command>mkfs.ext4</command></term>
<listitem> <listitem>
<para>By default creates <systemitem class="filesystem">ext4</systemitem> <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"> <indexterm zone="ch-system-e2fsprogs mkfs.ext4">
<primary sortas="b-mkfs.ext4">mkfs.ext4</primary> <primary sortas="b-mkfs.ext4">mkfs.ext4</primary>
</indexterm> </indexterm>
@ -449,7 +449,7 @@ install-info --dir-file=/usr/share/info/dir /usr/share/info/com_err.info</userin
<term><command>mkfs.ext4dev</command></term> <term><command>mkfs.ext4dev</command></term>
<listitem> <listitem>
<para>By default creates <systemitem class="filesystem">ext4</systemitem> <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"> <indexterm zone="ch-system-e2fsprogs mkfs.ext4dev">
<primary sortas="b-mkfs.ext4dev">mkfs.ext4dev</primary> <primary sortas="b-mkfs.ext4dev">mkfs.ext4dev</primary>
</indexterm> </indexterm>

View File

@ -88,7 +88,7 @@ install -v -m644 doc/*.{html,png,css} /usr/share/doc/expat-&expat-version;</user
<term><command>xmlwf </command></term> <term><command>xmlwf </command></term>
<listitem> <listitem>
<para>is a non-validating utility to check whether or not <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"> <indexterm zone="ch-system-expat xmlwf">
<primary sortas="b-xmlwf">xmlwf</primary> <primary sortas="b-xmlwf">xmlwf</primary>
</indexterm> </indexterm>
@ -98,7 +98,7 @@ install -v -m644 doc/*.{html,png,css} /usr/share/doc/expat-&expat-version;</user
<varlistentry id="libexpat"> <varlistentry id="libexpat">
<term><filename class="libraryfile">libexpat</filename></term> <term><filename class="libraryfile">libexpat</filename></term>
<listitem> <listitem>
<para> contains API functions for parsing XML.</para> <para> contains API functions for parsing XML</para>
<indexterm zone="ch-system-expat libexpat"> <indexterm zone="ch-system-expat libexpat">
<primary sortas="c-libexpat">libexpat</primary> <primary sortas="c-libexpat">libexpat</primary>
</indexterm> </indexterm>

View File

@ -91,7 +91,7 @@
</varlistentry> </varlistentry>
<varlistentry id="libmagic"> <varlistentry id="libmagic">
<term><filename class="libraryfile">libmagic.so</filename></term> <term><filename class="libraryfile">libmagic</filename></term>
<listitem> <listitem>
<para>Contains routines for magic number recognition, used by the <para>Contains routines for magic number recognition, used by the
<command>file</command> program</para> <command>file</command> program</para>

View File

@ -114,7 +114,7 @@ sed -i 's|find:=${BINDIR}|find:=/bin|' /usr/bin/updatedb</userinput></screen>
<term><command>code</command></term> <term><command>code</command></term>
<listitem> <listitem>
<para>Was formerly used to produce <command>locate</command> <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"> <indexterm zone="ch-system-findutils code">
<primary sortas="b-code">code</primary> <primary sortas="b-code">code</primary>
</indexterm> </indexterm>
@ -137,7 +137,7 @@ sed -i 's|find:=${BINDIR}|find:=/bin|' /usr/bin/updatedb</userinput></screen>
<listitem> <listitem>
<para>Is called by <command>updatedb</command> to compress the list <para>Is called by <command>updatedb</command> to compress the list
of file names; it uses front-compression, reducing the database size 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"> <indexterm zone="ch-system-findutils frcode">
<primary sortas="b-frcode">frcode</primary> <primary sortas="b-frcode">frcode</primary>
</indexterm> </indexterm>

View File

@ -381,9 +381,9 @@ mv -v /usr/lib/*gdb.py /usr/share/gdb/auto-load/usr/lib</userinput></screen>
<term><command>gcc-ar</command></term> <term><command>gcc-ar</command></term>
<listitem> <listitem>
<para>A wrapper around <command>ar</command> that adds a <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 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"> <indexterm zone="ch-system-gcc gcc-ar">
<primary sortas="b-gcc-ar">gc-ar</primary> <primary sortas="b-gcc-ar">gc-ar</primary>
</indexterm> </indexterm>
@ -394,9 +394,9 @@ mv -v /usr/lib/*gdb.py /usr/share/gdb/auto-load/usr/lib</userinput></screen>
<term><command>gcc-nm</command></term> <term><command>gcc-nm</command></term>
<listitem> <listitem>
<para>A wrapper around <command>nm</command> that adds a <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 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"> <indexterm zone="ch-system-gcc gcc-nm">
<primary sortas="b-gcc-nm">gc-nm</primary> <primary sortas="b-gcc-nm">gc-nm</primary>
</indexterm> </indexterm>
@ -407,9 +407,9 @@ mv -v /usr/lib/*gdb.py /usr/share/gdb/auto-load/usr/lib</userinput></screen>
<term><command>gcc-ranlib</command></term> <term><command>gcc-ranlib</command></term>
<listitem> <listitem>
<para>A wrapper around <command>ranlib</command> that adds a <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 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"> <indexterm zone="ch-system-gcc gcc-ranlib">
<primary sortas="b-gcc-ranlib">gc-ranlib</primary> <primary sortas="b-gcc-ranlib">gc-ranlib</primary>
</indexterm> </indexterm>
@ -442,7 +442,7 @@ mv -v /usr/lib/*gdb.py /usr/share/gdb/auto-load/usr/lib</userinput></screen>
<listitem> <listitem>
<para>Contains run-time support for <command>gcc</command></para> <para>Contains run-time support for <command>gcc</command></para>
<indexterm zone="ch-system-gcc libgcc"> <indexterm zone="ch-system-gcc libgcc">
<primary sortas="c-libgcc*">libgcc*</primary> <primary sortas="c-libgcc">libgcc</primary>
</indexterm> </indexterm>
</listitem> </listitem>
</varlistentry> </varlistentry>
@ -486,9 +486,9 @@ mv -v /usr/lib/*gdb.py /usr/share/gdb/auto-load/usr/lib</userinput></screen>
<term><filename class="libraryfile">liblto_plugin</filename></term> <term><filename class="libraryfile">liblto_plugin</filename></term>
<listitem> <listitem>
<para>GCC's Link Time Optimization (LTO) plugin allows GCC to perform <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"> <indexterm zone="ch-system-gcc liblto_plugin">
<primary sortas="c-liblto_plugin*">liblto_plugin*</primary> <primary sortas="c-liblto_plugin">liblto_plugin</primary>
</indexterm> </indexterm>
</listitem> </listitem>
</varlistentry> </varlistentry>
@ -509,7 +509,7 @@ mv -v /usr/lib/*gdb.py /usr/share/gdb/auto-load/usr/lib</userinput></screen>
<listitem> <listitem>
<para>GCC Quad Precision Math Library API</para> <para>GCC Quad Precision Math Library API</para>
<indexterm zone="ch-system-gcc libquadmath"> <indexterm zone="ch-system-gcc libquadmath">
<primary sortas="c-libquadmath*">libquadmath*</primary> <primary sortas="c-libquadmath">libquadmath</primary>
</indexterm> </indexterm>
</listitem> </listitem>
</varlistentry> </varlistentry>
@ -520,7 +520,7 @@ mv -v /usr/lib/*gdb.py /usr/share/gdb/auto-load/usr/lib</userinput></screen>
<para>Contains routines supporting GCC's stack-smashing protection <para>Contains routines supporting GCC's stack-smashing protection
functionality</para> functionality</para>
<indexterm zone="ch-system-gcc libssp"> <indexterm zone="ch-system-gcc libssp">
<primary sortas="c-libssp*">libssp*</primary> <primary sortas="c-libssp">libssp</primary>
</indexterm> </indexterm>
</listitem> </listitem>
</varlistentry> </varlistentry>

View File

@ -96,7 +96,7 @@
<varlistentry id="gdbm_dump"> <varlistentry id="gdbm_dump">
<term><command>gdbm_dump</command></term> <term><command>gdbm_dump</command></term>
<listitem> <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"> <indexterm zone="ch-system-gdbm gdbm_dump">
<primary sortas="b-gdbm_dump">gdbm_dump</primary> <primary sortas="b-gdbm_dump">gdbm_dump</primary>
</indexterm> </indexterm>
@ -106,7 +106,7 @@
<varlistentry id="gdbm_load"> <varlistentry id="gdbm_load">
<term><command>gdbm_load</command></term> <term><command>gdbm_load</command></term>
<listitem> <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"> <indexterm zone="ch-system-gdbm gdbm_load">
<primary sortas="b-gdbm_load">gdbm_load</primary> <primary sortas="b-gdbm_load">gdbm_load</primary>
</indexterm> </indexterm>

View File

@ -407,14 +407,14 @@
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry id="preloadable_libintl.so"> <varlistentry id="preloadable_libintl">
<term><filename class="libraryfile">preloadable_libintl</filename></term> <term><filename class="libraryfile">preloadable_libintl</filename></term>
<listitem> <listitem>
<para>A library, intended to be used by LD_PRELOAD that assists <para>A library, intended to be used by LD_PRELOAD that assists
<filename class="libraryfile">libintl</filename> in logging <filename class="libraryfile">libintl</filename> in logging
untranslated messages.</para> untranslated messages</para>
<indexterm zone="ch-system-gettext preloadable_libintl.so"> <indexterm zone="ch-system-gettext preloadable_libintl">
<primary sortas="c-preloadable_libintl.so">preloadable_libintl</primary> <primary sortas="c-preloadable_libintl">preloadable_libintl</primary>
</indexterm> </indexterm>
</listitem> </listitem>
</varlistentry> </varlistentry>

View File

@ -422,7 +422,7 @@ mkdir -pv /etc/ld.so.conf.d</userinput></screen>
/usr/include/protocols, /usr/include/rpc, /usr/include/rpcsvc, /usr/include/protocols, /usr/include/rpc, /usr/include/rpcsvc,
/usr/include/sys, /usr/lib/audit, /usr/lib/gconv, /usr/lib/locale, /usr/include/sys, /usr/lib/audit, /usr/lib/gconv, /usr/lib/locale,
/usr/libexec/getconf, /usr/share/i18n, /usr/share/zoneinfo, /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> </seglistitem>
</segmentedlist> </segmentedlist>

View File

@ -123,7 +123,7 @@ make install-html</userinput></screen>
<varlistentry id="libgmp"> <varlistentry id="libgmp">
<term><filename class="libraryfile">libgmp</filename></term> <term><filename class="libraryfile">libgmp</filename></term>
<listitem> <listitem>
<para>Contains precision math functions.</para> <para>Contains precision math functions</para>
<indexterm zone="ch-system-gmp libgmp"> <indexterm zone="ch-system-gmp libgmp">
<primary sortas="c-libgmp">libgmp</primary> <primary sortas="c-libgmp">libgmp</primary>
</indexterm> </indexterm>
@ -133,7 +133,7 @@ make install-html</userinput></screen>
<varlistentry id="libgmpxx"> <varlistentry id="libgmpxx">
<term><filename class="libraryfile">libgmpxx</filename></term> <term><filename class="libraryfile">libgmpxx</filename></term>
<listitem> <listitem>
<para>Contains C++ precision math functions.</para> <para>Contains C++ precision math functions</para>
<indexterm zone="ch-system-gmp libgmpxx"> <indexterm zone="ch-system-gmp libgmpxx">
<primary sortas="c-libgmpxx">libgmpxx</primary> <primary sortas="c-libgmpxx">libgmpxx</primary>
</indexterm> </indexterm>

View File

@ -83,7 +83,7 @@ install -v -Dm644 doc/I18N-HOWTO /usr/share/doc/intltool-&intltool-version;/I18N
<varlistentry id="intltoolize"> <varlistentry id="intltoolize">
<term><command>intltoolize</command></term> <term><command>intltoolize</command></term>
<listitem> <listitem>
<para>Prepares a package to use intltool.</para> <para>Prepares a package to use intltool</para>
<indexterm zone="ch-system-intltool intltoolize"> <indexterm zone="ch-system-intltool intltoolize">
<primary sortas="b-intltoolize">intltoolize</primary> <primary sortas="b-intltoolize">intltoolize</primary>
</indexterm> </indexterm>
@ -93,7 +93,7 @@ install -v -Dm644 doc/I18N-HOWTO /usr/share/doc/intltool-&intltool-version;/I18N
<varlistentry id="intltool-extract"> <varlistentry id="intltool-extract">
<term><command>intltool-extract</command></term> <term><command>intltool-extract</command></term>
<listitem> <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"> <indexterm zone="ch-system-intltool intltool-extract">
<primary sortas="b-intltool-extract">intltool-extract</primary> <primary sortas="b-intltool-extract">intltool-extract</primary>
</indexterm> </indexterm>
@ -103,7 +103,7 @@ install -v -Dm644 doc/I18N-HOWTO /usr/share/doc/intltool-&intltool-version;/I18N
<varlistentry id="intltool-merge"> <varlistentry id="intltool-merge">
<term><command>intltool-merge</command></term> <term><command>intltool-merge</command></term>
<listitem> <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"> <indexterm zone="ch-system-intltool intltool-merge">
<primary sortas="b-intltool-merge">intltool-merge</primary> <primary sortas="b-intltool-merge">intltool-merge</primary>
</indexterm> </indexterm>
@ -113,7 +113,7 @@ install -v -Dm644 doc/I18N-HOWTO /usr/share/doc/intltool-&intltool-version;/I18N
<varlistentry id="intltool-prepare"> <varlistentry id="intltool-prepare">
<term><command>intltool-prepare</command></term> <term><command>intltool-prepare</command></term>
<listitem> <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"> <indexterm zone="ch-system-intltool intltool-prepare">
<primary sortas="b-intltool-prepare">intltool-prepare</primary> <primary sortas="b-intltool-prepare">intltool-prepare</primary>
</indexterm> </indexterm>
@ -123,7 +123,7 @@ install -v -Dm644 doc/I18N-HOWTO /usr/share/doc/intltool-&intltool-version;/I18N
<varlistentry id="intltool-update"> <varlistentry id="intltool-update">
<term><command>intltool-update</command></term> <term><command>intltool-update</command></term>
<listitem> <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"> <indexterm zone="ch-system-intltool intltool-update">
<primary sortas="b-intltool-update">intltool-update</primary> <primary sortas="b-intltool-update">intltool-update</primary>
</indexterm> </indexterm>

View File

@ -134,7 +134,7 @@ sed -i 's/arpd.8//' man/man8/Makefile</userinput></screen>
<para>A shell script wrapper for the <command>ip</command> command. <para>A shell script wrapper for the <command>ip</command> command.
Note that it requires the <command>arping</command> and Note that it requires the <command>arping</command> and
<command>rdisk</command> programs from the <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"> <indexterm zone="ch-system-iproute2 ifcfg">
<primary sortas="b-ifcfg">ifcfg</primary> <primary sortas="b-ifcfg">ifcfg</primary>
</indexterm> </indexterm>

View File

@ -387,7 +387,7 @@ cp -R -v docs/doc/* /usr/share/doc/kbd-&kbd-version;</userinput></screen>
<listitem> <listitem>
<para>Puts the keyboard and console in UNICODE mode. Don't use this <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 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"> <indexterm zone="ch-system-kbd unicode_start">
<primary sortas="b-unicode_start">unicode_start</primary> <primary sortas="b-unicode_start">unicode_start</primary>
</indexterm> </indexterm>

View File

@ -86,7 +86,7 @@
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>

View File

@ -95,7 +95,7 @@ make install-html</userinput></screen>
<varlistentry id="libmpfr"> <varlistentry id="libmpfr">
<term><filename class="libraryfile">libmpfr</filename></term> <term><filename class="libraryfile">libmpfr</filename></term>
<listitem> <listitem>
<para>Contains multiple-precision math functions.</para> <para>Contains multiple-precision math functions</para>
<indexterm zone="ch-system-mpfr libmpfr"> <indexterm zone="ch-system-mpfr libmpfr">
<primary sortas="c-libmpfr">libmpfr</primary> <primary sortas="c-libmpfr">libmpfr</primary>
</indexterm> </indexterm>

View File

@ -300,55 +300,55 @@ cp -av lib/lib*.so.5* /usr/lib</userinput></screen>
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry id="libcurses"> <varlistentry id="libcursesw">
<term><filename class="libraryfile">libcurses</filename></term> <term><filename class="libraryfile">libcursesw</filename></term>
<listitem> <listitem>
<para>A link to <filename>libncurses</filename></para> <para>A link to <filename>libncursesw</filename></para>
<indexterm zone="ch-system-ncurses libcurses"> <indexterm zone="ch-system-ncurses libcursesw">
<primary sortas="c-libcurses">libcurses</primary> <primary sortas="c-libcursesw">libcursesw</primary>
</indexterm> </indexterm>
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry id="libncurses"> <varlistentry id="libncursesw">
<term><filename class="libraryfile">libncurses</filename></term> <term><filename class="libraryfile">libncursesw</filename></term>
<listitem> <listitem>
<para>Contains functions to display text in many complex ways on a <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 terminal screen; a good example of the use of these functions is the
menu displayed during the kernel's <command>make menu displayed during the kernel's <command>make
menuconfig</command></para> menuconfig</command></para>
<indexterm zone="ch-system-ncurses libncurses"> <indexterm zone="ch-system-ncurses libncursesw">
<primary sortas="c-libncurses">libncurses</primary> <primary sortas="c-libncursesw">libncursesw</primary>
</indexterm> </indexterm>
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry id="libform"> <varlistentry id="libformw">
<term><filename class="libraryfile">libform</filename></term> <term><filename class="libraryfile">libformw</filename></term>
<listitem> <listitem>
<para>Contains functions to implement forms</para> <para>Contains functions to implement forms</para>
<indexterm zone="ch-system-ncurses libform"> <indexterm zone="ch-system-ncurses libformw">
<primary sortas="c-libform">libform</primary> <primary sortas="c-libformw">libformw</primary>
</indexterm> </indexterm>
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry id="libmenu"> <varlistentry id="libmenuw">
<term><filename class="libraryfile">libmenu</filename></term> <term><filename class="libraryfile">libmenuw</filename></term>
<listitem> <listitem>
<para>Contains functions to implement menus</para> <para>Contains functions to implement menus</para>
<indexterm zone="ch-system-ncurses libmenu"> <indexterm zone="ch-system-ncurses libmenuw">
<primary sortas="c-libmenu">libmenu</primary> <primary sortas="c-libmenuw">libmenuw</primary>
</indexterm> </indexterm>
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry id="libpanel"> <varlistentry id="libpanelw">
<term><filename class="libraryfile">libpanel</filename></term> <term><filename class="libraryfile">libpanelw</filename></term>
<listitem> <listitem>
<para>Contains functions to implement panels</para> <para>Contains functions to implement panels</para>
<indexterm zone="ch-system-ncurses libpanel"> <indexterm zone="ch-system-ncurses libpanelw">
<primary sortas="c-libpanel">libpanel</primary> <primary sortas="c-libpanelw">libpanelw</primary>
</indexterm> </indexterm>
</listitem> </listitem>
</varlistentry> </varlistentry>

View File

@ -82,7 +82,7 @@
<para>Modifies files according to a patch file. A patch file is <para>Modifies files according to a patch file. A patch file is
normally a difference listing created with the <command>diff</command> normally a difference listing created with the <command>diff</command>
program. By applying these differences to the original files, 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"> <indexterm zone="ch-system-patch patch">
<primary sortas="b-patch">patch</primary> <primary sortas="b-patch">patch</primary>
</indexterm> </indexterm>

View File

@ -130,7 +130,7 @@ ln -v -sf ../../lib/libpcre.so.0 /usr/lib/libpcre.so</userinput></screen>
<varlistentry id="pcretest"> <varlistentry id="pcretest">
<term><command>pcretest</command></term> <term><command>pcretest</command></term>
<listitem> <listitem>
<para>Tests a Perl compatible regular expression.</para> <para>Tests a Perl compatible regular expression</para>
<indexterm zone="ch-system-pcre pcretest"> <indexterm zone="ch-system-pcre pcretest">
<primary sortas="b-pcretest">pcretest</primary> <primary sortas="b-pcretest">pcretest</primary>
</indexterm> </indexterm>
@ -141,7 +141,7 @@ ln -v -sf ../../lib/libpcre.so.0 /usr/lib/libpcre.so</userinput></screen>
<term><command>pcre-config</command></term> <term><command>pcre-config</command></term>
<listitem> <listitem>
<para>Used during the compilation process of programs linking to the <para>Used during the compilation process of programs linking to the
PCRE libraries.</para> PCRE libraries</para>
<indexterm zone="ch-system-pcre pcre-config"> <indexterm zone="ch-system-pcre pcre-config">
<primary sortas="b-pcre-config">pcre-config</primary> <primary sortas="b-pcre-config">pcre-config</primary>
</indexterm> </indexterm>
@ -152,9 +152,9 @@ ln -v -sf ../../lib/libpcre.so.0 /usr/lib/libpcre.so</userinput></screen>
<term><filename class="libraryfile">libpcre</filename></term> <term><filename class="libraryfile">libpcre</filename></term>
<listitem> <listitem>
<para>Provides functions useful for working with regular <para>Provides functions useful for working with regular
expressions.</para> expressions</para>
<indexterm zone="ch-system-pcre libpcre"> <indexterm zone="ch-system-pcre libpcre">
<primary sortas="c-libpcre*">libpcre*</primary> <primary sortas="c-libpcre">libpcre</primary>
</indexterm> </indexterm>
</listitem> </listitem>
</varlistentry> </varlistentry>
@ -162,9 +162,9 @@ ln -v -sf ../../lib/libpcre.so.0 /usr/lib/libpcre.so</userinput></screen>
<varlistentry id="libpcrecpp"> <varlistentry id="libpcrecpp">
<term><filename class="libraryfile">libpcrecpp</filename></term> <term><filename class="libraryfile">libpcrecpp</filename></term>
<listitem> <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"> <indexterm zone="ch-system-pcre libpcrecpp">
<primary sortas="c-libpcrecpp*">libpcrecpp*</primary> <primary sortas="c-libpcrecpp">libpcrecpp</primary>
</indexterm> </indexterm>
</listitem> </listitem>
</varlistentry> </varlistentry>
@ -173,9 +173,9 @@ ln -v -sf ../../lib/libpcre.so.0 /usr/lib/libpcre.so</userinput></screen>
<term><filename class="libraryfile">libpcreposix</filename></term> <term><filename class="libraryfile">libpcreposix</filename></term>
<listitem> <listitem>
<para>Provides wrapper functions based on the POSIX regular expression <para>Provides wrapper functions based on the POSIX regular expression
API.</para> API</para>
<indexterm zone="ch-system-pcre libpcreposix"> <indexterm zone="ch-system-pcre libpcreposix">
<primary sortas="c-libpcre*">libpcreposix*</primary> <primary sortas="c-libpcreposix">libpcreposix</primary>
</indexterm> </indexterm>
</listitem> </listitem>
</varlistentry> </varlistentry>

View File

@ -474,7 +474,7 @@ unset BUILD_ZLIB BUILD_BZIP2</userinput></screen>
<term><command>prove</command></term> <term><command>prove</command></term>
<listitem> <listitem>
<para>Command line tool for running tests against the Test::Harness <para>Command line tool for running tests against the Test::Harness
module.</para> module</para>
<indexterm zone="ch-system-perl prove"> <indexterm zone="ch-system-perl prove">
<primary sortas="b-prove">prove</primary> <primary sortas="b-prove">prove</primary>
</indexterm> </indexterm>

View File

@ -108,7 +108,7 @@
<!-- Don't remove the extra space, it prevents a FOP warning. --> <!-- Don't remove the extra space, it prevents a FOP warning. -->
<term><command>pkg-config </command></term> <term><command>pkg-config </command></term>
<listitem> <listitem>
<para>returns meta information for the specified library or package. <para>returns meta information for the specified library or package
</para> </para>
<indexterm zone="ch-system-pkgconfig pkgconfig"> <indexterm zone="ch-system-pkgconfig pkgconfig">
<primary sortas="b-pkgconfig">pkg-config</primary> <primary sortas="b-pkgconfig">pkg-config</primary>

View File

@ -80,7 +80,7 @@
<!-- Don't remove the extra space, it prevet a FOP warning. --> <!-- Don't remove the extra space, it prevet a FOP warning. -->
<term><filename class="libraryfile">libpopt</filename></term> <term><filename class="libraryfile">libpopt</filename></term>
<listitem> <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"> <indexterm zone="ch-system-popt libpopt">
<primary sortas="b-libpopt">libpopt</primary> <primary sortas="b-libpopt">libpopt</primary>
</indexterm> </indexterm>

View File

@ -244,7 +244,7 @@ ln -sfv ../lib/systemd/systemd /sbin/init</userinput></screen>
systemd-run, systemd-stdio-bridge, systemd-tmpfiles, systemd-run, systemd-stdio-bridge, systemd-tmpfiles,
systemd-tty-ask-password-agent, telinit, timedatectl, and udevadm</seg> systemd-tty-ask-password-agent, telinit, timedatectl, and udevadm</seg>
<seg>libnss_myhostname.so.2, libnss_mymachines.so.2, libnss_resolve.so.2, <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, <seg>/etc/binfmt.d, /etc/init.d, /etc/kernel, /etc/modules-load.d,
/etc/sysctl.d, /etc/systemd, /etc/tmpfiles.d, /etc/udev, /etc/sysctl.d, /etc/systemd, /etc/tmpfiles.d, /etc/udev,
/etc/xdg/systemd, /lib/systemd, /lib/udev, /usr/include/systemd, /etc/xdg/systemd, /lib/systemd, /lib/udev, /usr/include/systemd,
@ -263,7 +263,7 @@ ln -sfv ../lib/systemd/systemd /sbin/init</userinput></screen>
<varlistentry id="bootctl"> <varlistentry id="bootctl">
<term><command>bootctl</command></term> <term><command>bootctl</command></term>
<listitem> <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"> <indexterm zone="ch-system-systemd bootctl">
<primary sortas="b-bootctl">bootctl</primary> <primary sortas="b-bootctl">bootctl</primary>
</indexterm> </indexterm>
@ -273,7 +273,7 @@ ln -sfv ../lib/systemd/systemd /sbin/init</userinput></screen>
<varlistentry id="busctl"> <varlistentry id="busctl">
<term><command>busctl</command></term> <term><command>busctl</command></term>
<listitem> <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"> <indexterm zone="ch-system-systemd busctl">
<primary sortas="b-busctl">busctl</primary> <primary sortas="b-busctl">busctl</primary>
</indexterm> </indexterm>
@ -297,7 +297,7 @@ ln -sfv ../lib/systemd/systemd /sbin/init</userinput></screen>
<parameter>-h</parameter> option, except when already in run-level 0, <parameter>-h</parameter> option, except when already in run-level 0,
then it tells the kernel to halt the system; it notes in the then it tells the kernel to halt the system; it notes in the
file <filename>/var/log/wtmp</filename> that the system is being file <filename>/var/log/wtmp</filename> that the system is being
brought down.</para> brought down</para>
<indexterm zone="ch-system-systemd halt"> <indexterm zone="ch-system-systemd halt">
<primary sortas="b-halt">halt</primary> <primary sortas="b-halt">halt</primary>
</indexterm> </indexterm>
@ -308,7 +308,7 @@ ln -sfv ../lib/systemd/systemd /sbin/init</userinput></screen>
<term><command>hostnamectl</command></term> <term><command>hostnamectl</command></term>
<listitem> <listitem>
<para>Used to query and change the system hostname and related <para>Used to query and change the system hostname and related
settings.</para> settings</para>
<indexterm zone="ch-system-systemd hostnamectl"> <indexterm zone="ch-system-systemd hostnamectl">
<primary sortas="b-hostnamectl">hostnamectl</primary> <primary sortas="b-hostnamectl">hostnamectl</primary>
</indexterm> </indexterm>
@ -320,7 +320,7 @@ ln -sfv ../lib/systemd/systemd /sbin/init</userinput></screen>
<listitem> <listitem>
<para>The first process to be started when the kernel has initialized <para>The first process to be started when the kernel has initialized
the hardware which takes over the boot process and starts all the 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"> <indexterm zone="ch-system-systemd init">
<primary sortas="b-init">init</primary> <primary sortas="b-init">init</primary>
</indexterm> </indexterm>
@ -330,7 +330,7 @@ ln -sfv ../lib/systemd/systemd /sbin/init</userinput></screen>
<varlistentry id="journalctl"> <varlistentry id="journalctl">
<term><command>journalctl</command></term> <term><command>journalctl</command></term>
<listitem> <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"> <indexterm zone="ch-system-systemd journalctl">
<primary sortas="b-journalctl">journalctl</primary> <primary sortas="b-journalctl">journalctl</primary>
</indexterm> </indexterm>
@ -341,7 +341,7 @@ ln -sfv ../lib/systemd/systemd /sbin/init</userinput></screen>
<term><command>kernel-install</command></term> <term><command>kernel-install</command></term>
<listitem> <listitem>
<para>Used to add and remove kernel and initramfs images to and <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"> <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>
@ -352,7 +352,7 @@ ln -sfv ../lib/systemd/systemd /sbin/init</userinput></screen>
<term><command>localectl</command></term> <term><command>localectl</command></term>
<listitem> <listitem>
<para>Used to query and change the system locale and keyboard layout <para>Used to query and change the system locale and keyboard layout
settings.</para> settings</para>
<indexterm zone="ch-system-systemd localectl"> <indexterm zone="ch-system-systemd localectl">
<primary sortas="b-localectl">localectl</primary> <primary sortas="b-localectl">localectl</primary>
</indexterm> </indexterm>
@ -363,7 +363,7 @@ ln -sfv ../lib/systemd/systemd /sbin/init</userinput></screen>
<term><command>loginctl</command></term> <term><command>loginctl</command></term>
<listitem> <listitem>
<para>Used to introspect and control the state of the systemd Login <para>Used to introspect and control the state of the systemd Login
Manager.</para> Manager</para>
<indexterm zone="ch-system-systemd loginctl"> <indexterm zone="ch-system-systemd loginctl">
<primary sortas="b-loginctl">loginctl</primary> <primary sortas="b-loginctl">loginctl</primary>
</indexterm> </indexterm>
@ -385,7 +385,7 @@ ln -sfv ../lib/systemd/systemd /sbin/init</userinput></screen>
<term><command>poweroff</command></term> <term><command>poweroff</command></term>
<listitem> <listitem>
<para>Tells the kernel to halt the system and switch off the computer <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"> <indexterm zone="ch-system-systemd poweroff">
<primary sortas="b-poweroff">poweroff</primary> <primary sortas="b-poweroff">poweroff</primary>
</indexterm> </indexterm>
@ -396,7 +396,7 @@ ln -sfv ../lib/systemd/systemd /sbin/init</userinput></screen>
<term><command>reboot</command></term> <term><command>reboot</command></term>
<listitem> <listitem>
<para>Tells the kernel to reboot the system (see <para>Tells the kernel to reboot the system (see
<command>halt</command>).</para> <command>halt</command>)</para>
<indexterm zone="ch-system-systemd reboot"> <indexterm zone="ch-system-systemd reboot">
<primary sortas="b-reboot">reboot</primary> <primary sortas="b-reboot">reboot</primary>
</indexterm> </indexterm>
@ -407,7 +407,7 @@ ln -sfv ../lib/systemd/systemd /sbin/init</userinput></screen>
<term><command>runlevel</command></term> <term><command>runlevel</command></term>
<listitem> <listitem>
<para>Reports the previous and the current run-level, as noted in the <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"> <indexterm zone="ch-system-systemd runlevel">
<primary sortas="b-runlevel">runlevel</primary> <primary sortas="b-runlevel">runlevel</primary>
</indexterm> </indexterm>
@ -418,7 +418,7 @@ ln -sfv ../lib/systemd/systemd /sbin/init</userinput></screen>
<term><command>shutdown</command></term> <term><command>shutdown</command></term>
<listitem> <listitem>
<para>Brings the system down in a secure way, signaling all processes <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"> <indexterm zone="ch-system-systemd shutdown">
<primary sortas="b-shutdown">shutdown</primary> <primary sortas="b-shutdown">shutdown</primary>
</indexterm> </indexterm>
@ -429,7 +429,7 @@ ln -sfv ../lib/systemd/systemd /sbin/init</userinput></screen>
<term><command>systemctl</command></term> <term><command>systemctl</command></term>
<listitem> <listitem>
<para>Used to introspect and control the state of the systemd system and <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"> <indexterm zone="ch-system-systemd systemctl">
<primary sortas="b-systemctl">systemctl</primary> <primary sortas="b-systemctl">systemctl</primary>
</indexterm> </indexterm>
@ -439,7 +439,7 @@ ln -sfv ../lib/systemd/systemd /sbin/init</userinput></screen>
<varlistentry id="systemd-analyze"> <varlistentry id="systemd-analyze">
<term><command>systemd-analyze</command></term> <term><command>systemd-analyze</command></term>
<listitem> <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> </para>
<indexterm zone="ch-system-systemd systemd-analyze"> <indexterm zone="ch-system-systemd systemd-analyze">
<primary sortas="b-systemd-analyze">systemd-analyze</primary> <primary sortas="b-systemd-analyze">systemd-analyze</primary>
@ -451,7 +451,7 @@ ln -sfv ../lib/systemd/systemd /sbin/init</userinput></screen>
<term><command>systemd-ask-password</command></term> <term><command>systemd-ask-password</command></term>
<listitem> <listitem>
<para>Used to query a system password or passphrase from the user, using a <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"> <indexterm zone="ch-system-systemd systemd-ask-password">
<primary sortas="b-systemd-ask-password">systemd-ask-password</primary> <primary sortas="b-systemd-ask-password">systemd-ask-password</primary>
</indexterm> </indexterm>
@ -461,7 +461,7 @@ ln -sfv ../lib/systemd/systemd /sbin/init</userinput></screen>
<varlistentry id="systemd-cat"> <varlistentry id="systemd-cat">
<term><command>systemd-cat</command></term> <term><command>systemd-cat</command></term>
<listitem> <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> </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>
@ -473,7 +473,7 @@ ln -sfv ../lib/systemd/systemd /sbin/init</userinput></screen>
<term><command>systemd-cgls</command></term> <term><command>systemd-cgls</command></term>
<listitem> <listitem>
<para>Recursively shows the contents of the selected Linux control group <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"> <indexterm zone="ch-system-systemd systemd-cgls">
<primary sortas="b-systemd-cgls">systemd-cgls</primary> <primary sortas="b-systemd-cgls">systemd-cgls</primary>
</indexterm> </indexterm>
@ -484,7 +484,7 @@ ln -sfv ../lib/systemd/systemd /sbin/init</userinput></screen>
<term><command>systemd-cgtop</command></term> <term><command>systemd-cgtop</command></term>
<listitem> <listitem>
<para>Shows the top control groups of the local Linux control group hierarchy, <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"> <indexterm zone="ch-system-systemd systemd-cgtop">
<primary sortas="b-systemd-cgtop">systemd-cgtop</primary> <primary sortas="b-systemd-cgtop">systemd-cgtop</primary>
</indexterm> </indexterm>
@ -496,7 +496,7 @@ ln -sfv ../lib/systemd/systemd /sbin/init</userinput></screen>
<listitem> <listitem>
<para>Used to identify and compare configuration files in <para>Used to identify and compare configuration files in
<filename class="directory">/etc</filename> that override default <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"> <indexterm zone="ch-system-systemd systemd-delta">
<primary sortas="b-systemd-delta">systemd-delta</primary> <primary sortas="b-systemd-delta">systemd-delta</primary>
</indexterm> </indexterm>
@ -506,7 +506,7 @@ ln -sfv ../lib/systemd/systemd /sbin/init</userinput></screen>
<varlistentry id="systemd-detect-virt"> <varlistentry id="systemd-detect-virt">
<term><command>systemd-detect-virt</command></term> <term><command>systemd-detect-virt</command></term>
<listitem> <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"> <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>
@ -516,7 +516,7 @@ ln -sfv ../lib/systemd/systemd /sbin/init</userinput></screen>
<varlistentry id="systemd-escape"> <varlistentry id="systemd-escape">
<term><command>systemd-escape</command></term> <term><command>systemd-escape</command></term>
<listitem> <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"> <indexterm zone="ch-system-systemd systemd-escape">
<primary sortas="b-systemd-escape">systemd-escape</primary> <primary sortas="b-systemd-escape">systemd-escape</primary>
</indexterm> </indexterm>
@ -527,7 +527,7 @@ ln -sfv ../lib/systemd/systemd /sbin/init</userinput></screen>
<term><command>systemd-inhibit</command></term> <term><command>systemd-inhibit</command></term>
<listitem> <listitem>
<para>Used to execute a program with a shutdown, sleep or idle inhibitor lock <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"> <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>
@ -539,7 +539,7 @@ ln -sfv ../lib/systemd/systemd /sbin/init</userinput></screen>
<listitem> <listitem>
<para>Used by system installer tools to initialize the machine ID stored in <para>Used by system installer tools to initialize the machine ID stored in
<filename>/etc/machine-id</filename> at install time with a randomly <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"> <indexterm zone="ch-system-systemd systemd-machine-id-setup">
<primary sortas="b-systemd-machine-id-setup">systemd-machine-id-setup</primary> <primary sortas="b-systemd-machine-id-setup">systemd-machine-id-setup</primary>
</indexterm> </indexterm>
@ -549,7 +549,7 @@ ln -sfv ../lib/systemd/systemd /sbin/init</userinput></screen>
<varlistentry id="systemd-notify"> <varlistentry id="systemd-notify">
<term><command>systemd-notify</command></term> <term><command>systemd-notify</command></term>
<listitem> <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> </para>
<indexterm zone="ch-system-systemd systemd-notify"> <indexterm zone="ch-system-systemd systemd-notify">
<primary sortas="b-systemd-notify">systemd-notify</primary> <primary sortas="b-systemd-notify">systemd-notify</primary>
@ -560,7 +560,7 @@ ln -sfv ../lib/systemd/systemd /sbin/init</userinput></screen>
<varlistentry id="systemd-nspawn"> <varlistentry id="systemd-nspawn">
<term><command>systemd-nspawn</command></term> <term><command>systemd-nspawn</command></term>
<listitem> <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"> <indexterm zone="ch-system-systemd systemd-nspawn">
<primary sortas="b-systemd-nspawn">systemd-nspawn</primary> <primary sortas="b-systemd-nspawn">systemd-nspawn</primary>
</indexterm> </indexterm>
@ -570,7 +570,7 @@ ln -sfv ../lib/systemd/systemd /sbin/init</userinput></screen>
<varlistentry id="systemd-path"> <varlistentry id="systemd-path">
<term><command>systemd-path</command></term> <term><command>systemd-path</command></term>
<listitem> <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"> <indexterm zone="ch-system-systemd systemd-path">
<primary sortas="b-systemd-path">systemd-path</primary> <primary sortas="b-systemd-path">systemd-path</primary>
</indexterm> </indexterm>
@ -581,7 +581,7 @@ ln -sfv ../lib/systemd/systemd /sbin/init</userinput></screen>
<term><command>systemd-run</command></term> <term><command>systemd-run</command></term>
<listitem> <listitem>
<para>Used to create and start a transient .service or a .scope unit and <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"> <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>
@ -603,7 +603,7 @@ ln -sfv ../lib/systemd/systemd /sbin/init</userinput></screen>
<listitem> <listitem>
<para>Creates, deletes and cleans up volatile and temporary files and directories, <para>Creates, deletes and cleans up volatile and temporary files and directories,
based on the configuration file format and location specified in 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"> <indexterm zone="ch-system-systemd systemd-tmpfiles">
<primary sortas="b-systemd-tmpfiles">systemd-tmpfiles</primary> <primary sortas="b-systemd-tmpfiles">systemd-tmpfiles</primary>
</indexterm> </indexterm>
@ -623,7 +623,7 @@ ln -sfv ../lib/systemd/systemd /sbin/init</userinput></screen>
<varlistentry id="telinit"> <varlistentry id="telinit">
<term><command>telinit</command></term> <term><command>telinit</command></term>
<listitem> <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"> <indexterm zone="ch-system-systemd telinit">
<primary sortas="b-telinit">telinit</primary> <primary sortas="b-telinit">telinit</primary>
</indexterm> </indexterm>
@ -633,7 +633,7 @@ ln -sfv ../lib/systemd/systemd /sbin/init</userinput></screen>
<varlistentry id="timedatectl"> <varlistentry id="timedatectl">
<term><command>timedatectl</command></term> <term><command>timedatectl</command></term>
<listitem> <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> </para>
<indexterm zone="ch-system-systemd timedatectl"> <indexterm zone="ch-system-systemd timedatectl">
<primary sortas="b-timedatectl">timedatectl</primary> <primary sortas="b-timedatectl">timedatectl</primary>
@ -647,7 +647,7 @@ ln -sfv ../lib/systemd/systemd /sbin/init</userinput></screen>
<para>Generic Udev administration tool: controls the udevd daemon, <para>Generic Udev administration tool: controls the udevd daemon,
provides info from the Udev database, monitors uevents, waits for provides info from the Udev database, monitors uevents, waits for
uevents to finish, tests Udev configuration, and triggers uevents 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"> <indexterm zone="ch-system-systemd udevadm">
<primary sortas="b-udevadm">udevadm</primary> <primary sortas="b-udevadm">udevadm</primary>
</indexterm> </indexterm>
@ -657,7 +657,7 @@ ln -sfv ../lib/systemd/systemd /sbin/init</userinput></screen>
<varlistentry id="libsystemd"> <varlistentry id="libsystemd">
<term><filename class="libraryfile">libsystemd</filename></term> <term><filename class="libraryfile">libsystemd</filename></term>
<listitem> <listitem>
<para>systemd utility library.</para> <para>systemd utility library</para>
<indexterm zone="ch-system-systemd libsystemd"> <indexterm zone="ch-system-systemd libsystemd">
<primary sortas="c-libsystemd">libsystemd</primary> <primary sortas="c-libsystemd">libsystemd</primary>
</indexterm> </indexterm>
@ -667,7 +667,7 @@ ln -sfv ../lib/systemd/systemd /sbin/init</userinput></screen>
<varlistentry id="libudev"> <varlistentry id="libudev">
<term><filename class="libraryfile">libudev</filename></term> <term><filename class="libraryfile">libudev</filename></term>
<listitem> <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"> <indexterm zone="ch-system-systemd libudev">
<primary sortas="c-libudev">libudev</primary> <primary sortas="c-libudev">libudev</primary>
</indexterm> </indexterm>

View File

@ -118,7 +118,7 @@ popd</userinput></screen>
<para>Used to read info pages which are similar to man pages, but <para>Used to read info pages which are similar to man pages, but
often go much deeper than just explaining all the available command often go much deeper than just explaining all the available command
line options. For example, compare <command>man bison</command> and 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"> <indexterm zone="ch-system-texinfo info">
<primary sortas="b-info">info</primary> <primary sortas="b-info">info</primary>
</indexterm> </indexterm>

View File

@ -126,9 +126,7 @@ su nobody -s /bin/bash -c "PATH=$PATH make -k check"</userinput></screen>
swapoff (link to swapon), swapon, switch_root, tailf, taskset, ul, swapoff (link to swapon), swapon, switch_root, tailf, taskset, ul,
umount, unshare, utmpdump, uuidd, uuidgen, wall, wdctl, whereis, umount, unshare, utmpdump, uuidd, uuidgen, wall, wdctl, whereis,
wipefs, and x86_64</seg> wipefs, and x86_64</seg>
<seg>libblkid.{a,so}, libmount.{a,so}, libuuid.{a,so}</seg> <seg>libblkid.{a,so}, libmount.{a,so}, libuuid.{a,so}</seg>
<seg>/etc/terminal-colors.d, /usr/include/blkid, /usr/include/libmount, <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> /usr/include/uuid, /usr/share/doc/util-linux-&util-linux-version;/getopt, /var/lib/hwclock</seg>
</seglistitem> </seglistitem>
@ -620,7 +618,7 @@ su nobody -s /bin/bash -c "PATH=$PATH make -k check"</userinput></screen>
<term><command>lsblk</command></term> <term><command>lsblk</command></term>
<listitem> <listitem>
<para>Lists information about all or selected block devices in <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"> <indexterm zone="ch-system-util-linux lsblk">
<primary sortas="b-lsblk">lsblk</primary> <primary sortas="b-lsblk">lsblk</primary>
</indexterm> </indexterm>
@ -1078,7 +1076,7 @@ su nobody -s /bin/bash -c "PATH=$PATH make -k check"</userinput></screen>
<term><command>uuidd</command></term> <term><command>uuidd</command></term>
<listitem> <listitem>
<para>A daemon used by the UUID library to generate time-based <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"> <indexterm zone="ch-system-util-linux uuidd">
<primary sortas="b-uuidd">uuidd</primary> <primary sortas="b-uuidd">uuidd</primary>
</indexterm> </indexterm>

View File

@ -76,9 +76,9 @@
<?dbhtml list-presentation="table"?> <?dbhtml list-presentation="table"?>
<varlistentry id="Expat"> <varlistentry id="Expat">
<term><filename class="libraryfile">Expat.so</filename></term> <term><filename class="libraryfile">Expat</filename></term>
<listitem> <listitem>
<para>provides the Perl Expat interface.</para> <para>provides the Perl Expat interface</para>
<indexterm zone="ch-system-xml-parser Expat"> <indexterm zone="ch-system-xml-parser Expat">
<primary sortas="c-Expat">Expat</primary> <primary sortas="c-Expat">Expat</primary>
</indexterm> </indexterm>

View File

@ -323,12 +323,12 @@ ln -svf ../../lib/$(readlink /usr/lib/liblzma.so) /usr/lib/liblzma.so</userinput
</varlistentry> </varlistentry>
<varlistentry id="liblzma"> <varlistentry id="liblzma">
<term><filename class="libraryfile">liblzma*</filename></term> <term><filename class="libraryfile">liblzma</filename></term>
<listitem> <listitem>
<para>The library implementing lossless, block-sorting data <para>The library implementing lossless, block-sorting data
compression, using the Lempel-Ziv-Markov chain algorithm</para> compression, using the Lempel-Ziv-Markov chain algorithm</para>
<indexterm zone="ch-system-xz liblzma"> <indexterm zone="ch-system-xz liblzma">
<primary sortas="c-liblzma*">liblzma*</primary> <primary sortas="c-liblzma">liblzma</primary>
</indexterm> </indexterm>
</listitem> </listitem>
</varlistentry> </varlistentry>