diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2004-06-13 13:39:51 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2004-06-13 13:39:51 +0000 |
commit | e63529b364f0ace413be9ebe3de5f3f3c24ff576 (patch) | |
tree | 4ad1ea0df2bab3f4e620451773708c710fbc5fad /chapter06/e2fsprogs.xml | |
parent | 3c928f1c576bdc82b3dab964a575ba5bd56b15bf (diff) |
Tags corrections.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3781 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/e2fsprogs.xml')
-rw-r--r-- | chapter06/e2fsprogs.xml | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/chapter06/e2fsprogs.xml b/chapter06/e2fsprogs.xml index da481b953..edbb99fbd 100644 --- a/chapter06/e2fsprogs.xml +++ b/chapter06/e2fsprogs.xml @@ -38,9 +38,9 @@ Diffutils, Gawk, GCC, Gettext, Glibc, Grep, Make, Sed, Texinfo</seg></seglistite <variablelist> <varlistentry> -<term><userinput>--with-root-prefix=""</userinput></term> -<listitem><para>Certain -programs (such as the e2fsck program) are considered essential programs. +<term><parameter>--with-root-prefix=""</parameter></term> +<listitem><para>Certain programs (such as the <command>e2fsck</command> +program) are considered essential programs. When, for example, <filename class="directory">/usr</filename> isn't mounted, these essential programs have to be available. They belong in directories like <filename class="directory">/lib</filename> and @@ -51,7 +51,7 @@ want.</para></listitem> </varlistentry> <varlistentry> -<term><userinput>--enable-elf-shlibs</userinput></term> +<term><parameter>--enable-elf-shlibs</parameter></term> <listitem><para>This creates the shared libraries which some programs in this package use.</para></listitem> </varlistentry> @@ -122,7 +122,7 @@ also ext3 file systems, the journaling version of ext2 file systems.</para> <indexterm zone="ch-system-e2fsprogs compile_et"><primary sortas="b-compile_et">compile_et</primary></indexterm> <para>is an error table compiler. It converts a table of error-code names and messages into a C source file -suitable for use with the com_err library.</para> +suitable for use with the <filename class="libraryfile">com_err</filename> library.</para> </listitem> </varlistentry> @@ -209,7 +209,7 @@ file systems listed in <filename>/etc/fstab</filename></para> <indexterm zone="ch-system-e2fsprogs mk_cmds"><primary sortas="b-mk_cmds">mk_cmds</primary></indexterm> <para>converts a table of command names and help messages into a C source file suitable for use with the -<filename>libss</filename> subsystem library.</para> +<filename class="libraryfile">libss</filename> subsystem library.</para> </listitem> </varlistentry> @@ -226,7 +226,7 @@ and help messages into a C source file suitable for use with the <listitem> <indexterm zone="ch-system-e2fsprogs mklost-found"><primary sortas="b-mklost+found">mklost+found</primary></indexterm> <para>is used to create a -<filename>lost+found</filename> directory on a second extended file system. +<filename class="directory">lost+found</filename> directory on a second extended file system. It pre-allocates disk blocks to this directory to lighten the task of e2fsck.</para> </listitem> </varlistentry> @@ -259,7 +259,7 @@ past and in the future.</para> </varlistentry> <varlistentry id="libblkid"> -<term><command>libblkid</command></term> +<term><filename class="libraryfile">libblkid</filename></term> <listitem> <indexterm zone="ch-system-e2fsprogs libblkid"><primary sortas="c-libblkid">libblkid</primary></indexterm> <para>contains routines for device identification and token extraction.</para> @@ -267,7 +267,7 @@ past and in the future.</para> </varlistentry> <varlistentry id="libcom_err"> -<term><command>libcom_err</command></term> +<term><filename class="libraryfile">libcom_err</filename></term> <listitem> <indexterm zone="ch-system-e2fsprogs libcom_err"><primary sortas="c-libcom_err">libcom_err</primary></indexterm> <para>is the common error display routine.</para> @@ -275,7 +275,7 @@ past and in the future.</para> </varlistentry> <varlistentry id="libe2p"> -<term><command>libe2p</command></term> +<term><filename class="libraryfile">libe2p</filename></term> <listitem> <indexterm zone="ch-system-e2fsprogs libe2p"><primary sortas="c-libe2p">libe2p</primary></indexterm> <para>is used by dumpe2fs, chattr, and lsattr.</para> @@ -283,7 +283,7 @@ past and in the future.</para> </varlistentry> <varlistentry id="libext2fs"> -<term><command>libext2fs</command></term> +<term><filename class="libraryfile">libext2fs</filename></term> <listitem> <indexterm zone="ch-system-e2fsprogs libext2fs"><primary sortas="c-libext2fs">libext2fs</primary></indexterm> <para>contains routines to enable user-level @@ -292,15 +292,15 @@ programs to manipulate an ext2 file system.</para> </varlistentry> <varlistentry id="libss"> -<term><command>libss</command></term> +<term><filename class="libraryfile">libss</filename></term> <listitem> <indexterm zone="ch-system-e2fsprogs libss"><primary sortas="c-libss">libss</primary></indexterm> -<para>is used by debugfs.</para> +<para>is used by <command>debugfs</command>.</para> </listitem> </varlistentry> <varlistentry id="libuuid"> -<term><command>libuuid</command></term> +<term><filename class="libraryfile">libuuid</filename></term> <listitem> <indexterm zone="ch-system-e2fsprogs libuuid"><primary sortas="c-libuuid">libuuid</primary></indexterm> <para>contains routines for generating unique |