Ignore:
Timestamp:
02/06/2002 11:15:46 PM (23 years ago)
Author:
Mark Hymers <markh@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 12.2, 12.2-rc1, 6.0, 6.1, 6.1.1, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, v3_2, v3_3, v4_0, v4_1, v5_0, v5_1, v5_1_1, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/loongarch-12.2, xry111/mips64el, xry111/multilib, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
c5ba0d6
Parents:
76c0b78
Message:

[Bug 190] reorganise and sync descriptions

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • appendixa/e2fsprogs-desc.xml

    r76c0b78 rbdc08c1  
    1 <sect2>
    2 <title>Contents</title>
     1<sect2><title>Contents of e2fsprogs-&e2fsprogs-contversion;</title>
    32
    4 <para>The e2fsprogs package contains the badblocks, chattr, debugfs,
    5 dumpe2fs, e2fsck, e2label, fsck, fsck.ext2, lsattr, mke2fs,
    6 mkfs.ext2, mklost+found, tune2fs and uuidgen programs.</para>
     3<sect3><title>Program Files</title>
     4
     5<para>badblocks, chattr, compile_et, debugfs, dumpe2fs, e2fsck,
     6e2image, e2label, fsck, fsck.ext2, fsck.ext3, lsattr, mk_cmds, mke2fs,
     7mkfs.ext2, mklost+found, resize2fs, tune2fs and uuidgen</para></sect3>
     8
     9<sect3><title>Descriptions</title>
     10
     11<sect4><title>badblocks</title>
     12<para>badblocks is used to search for bad blocks on a device (usually a disk
     13partition).</para></sect4>
     14
     15<sect4><title>chattr</title>
     16<para>chattr changes the file attributes on a Linux second extended file
     17system. </para></sect4>
     18
     19<sect4><title>compile_et</title>
     20<para>compile_et is used to convert a table listing error-code names
     21and associated messages into a C source file suitable for use with the
     22com_err library</para></sect4>
     23
     24<sect4><title>debugfs</title>
     25<para>The debugfs program is a file system debugger. It can be used  to examine
     26and change the state of an ext2 file system.</para></sect4>
     27
     28<sect4><title>dumpe2fs</title>
     29<para>dumpe2fs prints the super block and blocks group information for the
     30filesystem present on a specified device.</para></sect4>
     31
     32<sect4><title>e2fsck and fsck.ext2</title>
     33<para>e2fsck is used to check and optionally repair Linux second
     34extended filesystems. fsck.ext2 does the same as e2fsck.</para></sect4>
     35
     36<sect4><title>e2image</title>
     37<para>e2image is used to save critical ext2 filesystem data to
     38a file</para></sect4>
     39
     40<sect4><title>e2label</title>
     41<para>e2label will display or change the filesystem label on the ext2
     42filesystem located on the specified device.</para></sect4>
     43
     44<sect4><title>fsck</title>
     45<para>fsck is used to check and optionally repair a Linux
     46file system.</para></sect4>
     47
     48<sect4><title>fsck.ext3</title>
     49<para>fsck.ext3 is used to check and optionally repair a Linux ext3
     50filesystems</para></sect4>
     51
     52<sect4><title>lsattr</title>
     53<para>lsattr lists the file attributes on a second extended
     54file system.</para></sect4>
     55
     56<sect4><title>mk_cmds</title>
     57<para>No description is currently available.</para></sect4>
     58
     59<sect4><title>mke2fs and mkfs.ext2</title>
     60<para>mke2fs is used to create a Linux second extended file system on a device
     61(usually a disk partition). mkfs.ext2 does the same as mke2fs.</para></sect4>
     62
     63<sect4><title>mklost+found</title>
     64<para>mklost+found is used to create a lost+found directory in the current
     65working directory on a Linux second extended file system. mklost+found
     66pre-allocates disk blocks to the directory to make it
     67usable by e2fsck.</para></sect4>
     68
     69<sect4><title>resize2fs</title>
     70<para>resize2fs is used to resize ext2 file systems.</para></sect4>
     71
     72<sect4><title>tune2fs</title>
     73<para>tune2fs adjusts tunable filesystem parameters on a Linux second extended
     74filesystem.</para></sect4>
     75
     76<sect4><title>uuidgen</title>
     77<para>The uuidgen program creates a new universally unique identifier (UUID)
     78using the libuuid library. The new UUID can reasonably be considered unique
     79among all UUIDs created on the local system, and among UUIDs created on other
     80systems in the past and in the future.</para></sect4>
     81
     82</sect3>
     83
     84<sect3><title>Library Files</title>
     85
     86<para>libcom_err.[a,so], libe2p.[a,so], libext2fs.[a,so], libss.[a,so],
     87libuuid.[a,so]</para></sect3>
     88
     89<sect3><title>Descriptions</title>
     90
     91<sect4><title>libcom_err</title>
     92<para>No description is currently available.</para></sect4>
     93
     94<sect4><title>libe2p</title>
     95<para>No description is currently available.</para></sect4>
     96
     97<sect4><title>libext2fs</title>
     98<para>No description is currently available.</para></sect4>
     99
     100<sect4><title>libss</title>
     101<para>No description is currently available.</para></sect4>
     102
     103<sect4><title>libuuid</title>
     104<para>No description is currently available.</para></sect4>
     105
     106</sect3>
    7107
    8108</sect2>
    9109
    10 <sect2><title>Description</title>
    11 
    12 <sect3><title>badblocks</title>
    13 <para>badblocks is used to search for bad blocks on a device (usually a disk
    14 partition).</para></sect3>
    15 
    16 <sect3><title>chattr</title>
    17 <para>chattr changes the file attributes on a Linux second extended file
    18 system. </para></sect3>
    19 
    20 <sect3><title>debugfs</title>
    21 <para>The debugfs program is a file system debugger. It can be used  to examine
    22 and change the state of an ext2 file system.</para></sect3>
    23 
    24 <sect3><title>dumpe2fs</title>
    25 <para>dumpe2fs prints the super block and blocks group information for the
    26 filesystem present on a specified device.</para></sect3>
    27 
    28 <sect3><title>e2fsck and fsck.ext2</title>
    29 <para>e2fsck is used to check a Linux second extended file  system. fsck.ext2
    30 does the same as e2fsck.</para></sect3>
    31 
    32 <sect3><title>e2label</title>
    33 <para>e2label will display or change the filesystem label on the ext2
    34 filesystem located on the specified device.</para></sect3>
    35 
    36 <sect3><title>fsck</title>
    37 <para>fsck is used to check and optionally repair a Linux
    38 file system.</para></sect3>
    39 
    40 <sect3><title>lsattr</title>
    41 <para>lsattr lists the file attributes on a second extended
    42 file system.</para></sect3>
    43 
    44 <sect3><title>mke2fs and mkfs.ext2</title>
    45 <para>mke2fs is used to create a Linux second extended file system on a device
    46 (usually a disk partition). mkfs.ext2 does the same as mke2fs.</para></sect3>
    47 
    48 <sect3><title>mklost+found</title>
    49 <para>mklost+found is used to create a lost+found directory in the current
    50 working directory on a Linux second extended file system. mklost+found
    51 pre-allocates disk blocks to the directory to make it
    52 usable by e2fsck.</para></sect3>
    53 
    54 <sect3><title>tune2fs</title>
    55 <para>tune2fs adjusts tunable filesystem parameters on a Linux second extended
    56 filesystem.</para></sect3>
    57 
    58 <sect3><title>uuidgen</title>
    59 <para>The uuidgen program creates a new universally unique identifier (UUID)
    60 using the libuuid library. The new UUID can reasonably be considered unique
    61 among all UUIDs created on the local system, and among UUIDs created on other
    62 systems in the past and in the future.</para></sect3>
    63 
    64 </sect2>
    65 
Note: See TracChangeset for help on using the changeset viewer.