瀏覽代碼

Arranging e2fs descriptions and adding the names to Appendix B

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2972 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Alex Gronenwoud 22 年之前
父節點
當前提交
7b971cfa25
共有 3 個文件被更改,包括 14 次插入11 次删除
  1. 9 10
      appendixa/e2fsprogs-desc.xml
  2. 4 0
      appendixb/appendixb.xml
  3. 1 1
      entities/e2fsprogs.ent

+ 9 - 10
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>
 

+ 4 - 0
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>

+ 1 - 1
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">