Merged consistency update patch from systemd book.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10833 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Krejzi 2015-02-07 02:44:18 +00:00
parent 9e6d13e9fe
commit afba93bef3
31 changed files with 100 additions and 102 deletions

View File

@ -112,7 +112,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>
@ -122,7 +122,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>
@ -132,7 +132,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>
@ -142,7 +142,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

@ -1230,11 +1230,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

@ -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

@ -115,7 +115,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>
@ -138,7 +138,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

@ -383,7 +383,7 @@ mv -v /usr/lib/*gdb.py /usr/share/gdb/auto-load/usr/lib</userinput></screen>
<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>
@ -396,7 +396,7 @@ mv -v /usr/lib/*gdb.py /usr/share/gdb/auto-load/usr/lib</userinput></screen>
<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>
@ -409,7 +409,7 @@ mv -v /usr/lib/*gdb.py /usr/share/gdb/auto-load/usr/lib</userinput></screen>
<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

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

@ -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

@ -128,9 +128,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>
@ -622,7 +620,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>
@ -1080,7 +1078,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>