aboutsummaryrefslogtreecommitdiffstats
path: root/appendixa/e2fsprogs-desc.xml
diff options
context:
space:
mode:
authorMark Hymers <markh@linuxfromscratch.org>2002-02-06 23:15:46 +0000
committerMark Hymers <markh@linuxfromscratch.org>2002-02-06 23:15:46 +0000
commitbdc08c1c6419be50edb433c4425481bdabf8a5ea (patch)
treeb93620a39c60088e399ecfd4cfb667a62ea0ec21 /appendixa/e2fsprogs-desc.xml
parent76c0b783eeb766c0dec8e66dab2e6c275ba0786d (diff)
[Bug 190] reorganise and sync descriptions
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1549 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'appendixa/e2fsprogs-desc.xml')
-rw-r--r--appendixa/e2fsprogs-desc.xml108
1 files changed, 76 insertions, 32 deletions
diff --git a/appendixa/e2fsprogs-desc.xml b/appendixa/e2fsprogs-desc.xml
index 91f830e00..9c69fbbb2 100644
--- a/appendixa/e2fsprogs-desc.xml
+++ b/appendixa/e2fsprogs-desc.xml
@@ -1,65 +1,109 @@
-<sect2>
-<title>Contents</title>
+<sect2><title>Contents of e2fsprogs-&e2fsprogs-contversion;</title>
-<para>The e2fsprogs package contains the badblocks, chattr, debugfs,
-dumpe2fs, e2fsck, e2label, fsck, fsck.ext2, lsattr, mke2fs,
-mkfs.ext2, mklost+found, tune2fs and uuidgen programs.</para>
+<sect3><title>Program Files</title>
-</sect2>
+<para>badblocks, chattr, compile_et, debugfs, dumpe2fs, e2fsck,
+e2image, e2label, fsck, fsck.ext2, fsck.ext3, lsattr, mk_cmds, mke2fs,
+mkfs.ext2, mklost+found, resize2fs, tune2fs and uuidgen</para></sect3>
-<sect2><title>Description</title>
+<sect3><title>Descriptions</title>
-<sect3><title>badblocks</title>
+<sect4><title>badblocks</title>
<para>badblocks is used to search for bad blocks on a device (usually a disk
-partition).</para></sect3>
+partition).</para></sect4>
-<sect3><title>chattr</title>
+<sect4><title>chattr</title>
<para>chattr changes the file attributes on a Linux second extended file
-system. </para></sect3>
+system. </para></sect4>
+
+<sect4><title>compile_et</title>
+<para>compile_et is used to convert a table listing error-code names
+and associated messages into a C source file suitable for use with the
+com_err library</para></sect4>
-<sect3><title>debugfs</title>
+<sect4><title>debugfs</title>
<para>The debugfs program is a file system debugger. It can be used to examine
-and change the state of an ext2 file system.</para></sect3>
+and change the state of an ext2 file system.</para></sect4>
-<sect3><title>dumpe2fs</title>
+<sect4><title>dumpe2fs</title>
<para>dumpe2fs prints the super block and blocks group information for the
-filesystem present on a specified device.</para></sect3>
+filesystem present on a specified device.</para></sect4>
-<sect3><title>e2fsck and fsck.ext2</title>
-<para>e2fsck is used to check a Linux second extended file system. fsck.ext2
-does the same as e2fsck.</para></sect3>
+<sect4><title>e2fsck and fsck.ext2</title>
+<para>e2fsck is used to check and optionally repair Linux second
+extended filesystems. fsck.ext2 does the same as e2fsck.</para></sect4>
-<sect3><title>e2label</title>
+<sect4><title>e2image</title>
+<para>e2image is used to save critical ext2 filesystem data to
+a file</para></sect4>
+
+<sect4><title>e2label</title>
<para>e2label will display or change the filesystem label on the ext2
-filesystem located on the specified device.</para></sect3>
+filesystem located on the specified device.</para></sect4>
-<sect3><title>fsck</title>
+<sect4><title>fsck</title>
<para>fsck is used to check and optionally repair a Linux
-file system.</para></sect3>
+file system.</para></sect4>
+
+<sect4><title>fsck.ext3</title>
+<para>fsck.ext3 is used to check and optionally repair a Linux ext3
+filesystems</para></sect4>
-<sect3><title>lsattr</title>
+<sect4><title>lsattr</title>
<para>lsattr lists the file attributes on a second extended
-file system.</para></sect3>
+file system.</para></sect4>
-<sect3><title>mke2fs and mkfs.ext2</title>
+<sect4><title>mk_cmds</title>
+<para>No description is currently available.</para></sect4>
+
+<sect4><title>mke2fs and mkfs.ext2</title>
<para>mke2fs is used to create a Linux second extended file system on a device
-(usually a disk partition). mkfs.ext2 does the same as mke2fs.</para></sect3>
+(usually a disk partition). mkfs.ext2 does the same as mke2fs.</para></sect4>
-<sect3><title>mklost+found</title>
+<sect4><title>mklost+found</title>
<para>mklost+found is used to create a lost+found directory in the current
working directory on a Linux second extended file system. mklost+found
pre-allocates disk blocks to the directory to make it
-usable by e2fsck.</para></sect3>
+usable by e2fsck.</para></sect4>
+
+<sect4><title>resize2fs</title>
+<para>resize2fs is used to resize ext2 file systems.</para></sect4>
-<sect3><title>tune2fs</title>
+<sect4><title>tune2fs</title>
<para>tune2fs adjusts tunable filesystem parameters on a Linux second extended
-filesystem.</para></sect3>
+filesystem.</para></sect4>
-<sect3><title>uuidgen</title>
+<sect4><title>uuidgen</title>
<para>The uuidgen program creates a new universally unique identifier (UUID)
using the libuuid library. The new UUID can reasonably be considered unique
among all UUIDs created on the local system, and among UUIDs created on other
-systems in the past and in the future.</para></sect3>
+systems in the past and in the future.</para></sect4>
+
+</sect3>
+
+<sect3><title>Library Files</title>
+
+<para>libcom_err.[a,so], libe2p.[a,so], libext2fs.[a,so], libss.[a,so],
+libuuid.[a,so]</para></sect3>
+
+<sect3><title>Descriptions</title>
+
+<sect4><title>libcom_err</title>
+<para>No description is currently available.</para></sect4>
+
+<sect4><title>libe2p</title>
+<para>No description is currently available.</para></sect4>
+
+<sect4><title>libext2fs</title>
+<para>No description is currently available.</para></sect4>
+
+<sect4><title>libss</title>
+<para>No description is currently available.</para></sect4>
+
+<sect4><title>libuuid</title>
+<para>No description is currently available.</para></sect4>
+
+</sect3>
</sect2>