diff options
-rw-r--r-- | appendixa/e2fsprogs-desc.xml | 19 | ||||
-rw-r--r-- | appendixb/appendixb.xml | 4 | ||||
-rw-r--r-- | entities/e2fsprogs.ent | 2 |
3 files changed, 14 insertions, 11 deletions
diff --git a/appendixa/e2fsprogs-desc.xml b/appendixa/e2fsprogs-desc.xml index 81d034d74..d0ab97abc 100644 --- a/appendixa/e2fsprogs-desc.xml +++ b/appendixa/e2fsprogs-desc.xml @@ -5,6 +5,9 @@ <para><command>badblocks</command> searches a device (usually a disk partition) for bad blocks.</para> +<para><command>blkid</command> is a command line utility to locate and +print block device attributes.</para> + <para><command>chattr</command> changes the attributes of files on a second extended (ext2) filesystem.</para> @@ -27,10 +30,14 @@ data to a file.</para> <para><command>e2label</command> will display or change the filesystem label on the ext2 filesystem present on a given device.</para> +<para><command>findfs</command> finds a file system by label or UUID.</para> + <para><command>fsck</command> is used to check, and optionally repair, filesystems. By default it checks the filesystems listed in <filename>/etc/fstab</filename></para> +<para><command>logsave</command> saves the output of a command in a logfile.</para> + <para><command>lsattr</command> lists the attributes of files on a second extended filesystem.</para> @@ -56,12 +63,8 @@ identifiers (UUID). Each new UUID can reasonably be considered unique among all UUIDs created, on the local system and on other systems, in the past and in the future.</para> -<para><command>blkid</command> is a command line utility to locate and -print block device attributes.</para> - -<para><command>findfs</command> finds a file system by label or UUID.</para> - -<para><command>logsave</command> saves the output of a command in a logfile.</para> +<para><command>libblkid</command> contains routines for device +identification and token extraction.</para> <para><command>libcom_err</command> is the common error display routine.</para> @@ -75,9 +78,5 @@ programs to manipulate an ext2 filesystem.</para> <para><command>libuuid</command> contains routines for generating unique identifiers for objects that may be accessible beyond the local system.</para> -<para><command>libblkid</command> contains routines for device -identification and token extraction. -</para> - </sect2> diff --git a/appendixb/appendixb.xml b/appendixb/appendixb.xml index b4b7a47bb..6b826b051 100644 --- a/appendixb/appendixb.xml +++ b/appendixb/appendixb.xml @@ -36,6 +36,7 @@ to which it belongs.</para> <listitem><para>bashbug : <xref linkend="aa-bash"/></para></listitem> <listitem><para>bigram : <xref linkend="aa-findutils"/></para></listitem> <listitem><para>bison : <xref linkend="aa-bison"/></para></listitem> +<listitem><para>blkid : <xref linkend="aa-e2fsprogs"/></para></listitem> <listitem><para>blockdev : <xref linkend="aa-utillinux"/></para></listitem> <listitem><para>bunzip2 : <xref linkend="aa-bzip2"/></para></listitem> <listitem><para>ByteLoader : <xref linkend="aa-perl"/></para></listitem> @@ -147,6 +148,7 @@ to which it belongs.</para> <listitem><para>file : <xref linkend="aa-file"/></para></listitem> <listitem><para>find : <xref linkend="aa-findutils"/></para></listitem> <listitem><para>find2perl : <xref linkend="aa-perl"/></para></listitem> +<listitem><para>findfs : <xref linkend="aa-e2fsprogs"/></para></listitem> <listitem><para>flex : <xref linkend="aa-flex"/></para></listitem> <listitem><para>flex++ : <xref linkend="aa-flex"/></para></listitem> <listitem><para>fmt : <xref linkend="aa-coreutils"/></para></listitem> @@ -266,6 +268,7 @@ to which it belongs.</para> <listitem><para>lex : <xref linkend="aa-flex"/></para></listitem> <listitem><para>libanl : <xref linkend="aa-glibc"/></para></listitem> <listitem><para>libbfd : <xref linkend="aa-binutils"/></para></listitem> +<listitem><para>libblkid : <xref linkend="aa-e2fsprogs"/></para></listitem> <listitem><para>libBrokenLocale : <xref linkend="aa-glibc"/></para></listitem> <listitem><para>libbsd-compat : <xref linkend="aa-glibc"/></para></listitem> <listitem><para>libbz2 : <xref linkend="aa-bzip2"/></para></listitem> @@ -330,6 +333,7 @@ to which it belongs.</para> <listitem><para>login : <xref linkend="aa-shadow"/></para></listitem> <listitem><para>logname : <xref linkend="aa-coreutils"/></para></listitem> <listitem><para>logoutd : <xref linkend="aa-shadow"/></para></listitem> +<listitem><para>logsave : <xref linkend="aa-e2fsprogs"/></para></listitem> <listitem><para>look : <xref linkend="aa-utillinux"/></para></listitem> <listitem><para>lookbib : <xref linkend="aa-groff"/></para></listitem> <listitem><para>losetup : <xref linkend="aa-utillinux"/></para></listitem> diff --git a/entities/e2fsprogs.ent b/entities/e2fsprogs.ent index df4ec5ef0..18cc70d27 100644 --- a/entities/e2fsprogs.ent +++ b/entities/e2fsprogs.ent @@ -9,7 +9,7 @@ <!ENTITY e2fsprogs-version "1.34"> <!ENTITY e2fsprogs-depversion "1.25"> -<!ENTITY e2fsprogs-contversion "1.27"> +<!ENTITY e2fsprogs-contversion "1.34"> <!ENTITY e2fsprogs-dir "e2fsprogs-&e2fsprogs-version;"> <!ENTITY e2fsprogs-package "e2fsprogs-&e2fsprogs-version;.tar.gz"> <!ENTITY e2fsprogs-size "3,003 KB"> |