]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
Trivial man page updates from ESR.
authorNathan Scott <nathans@sgi.com>
Sat, 17 Jul 2004 00:55:28 +0000 (00:55 +0000)
committerNathan Scott <nathans@sgi.com>
Sat, 17 Jul 2004 00:55:28 +0000 (00:55 +0000)
VERSION
debian/changelog
doc/CHANGES
man/man8/xfs_bmap.8
man/man8/xfs_check.8

diff --git a/VERSION b/VERSION
index 6e65ac338bd330af3c04821fbec00483e1f15343..348001d4500f2111a1183a35b2fe549515781736 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -3,5 +3,5 @@
 #
 PKG_MAJOR=2
 PKG_MINOR=6
-PKG_REVISION=18
+PKG_REVISION=19
 PKG_BUILD=1
index bc7287067ae8423d48c9cbcaa4f5b1b39771b4e1..195c6ade403d7af71b0077735b3f195d05318468 100644 (file)
@@ -1,3 +1,9 @@
+xfsprogs (2.6.19-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Nathan Scott <nathans@debian.org>  Sat, 17 Jul 2004 11:28:39 +1000
+
 xfsprogs (2.6.18-1) unstable; urgency=low
 
   * New upstream release.
index 92ecf1bb67c372324b2c7df968cd6739b72e0d07..23a47c98eaa1c5895414c1893dabea3bc540d167 100644 (file)
@@ -1,3 +1,7 @@
+xfsprogs-2.6.19 (16 July 2004)
+       - Fix two byte count size wraps in xfs_copy.
+       - Minor man page fixes from Eric Raymond.
+
 xfsprogs-2.6.18 (23 June 2004)
        - Fix libhandle from possibly returning an invalid
          handle length on systems where size_t is 64 bits.
index cc213ac41d2ab9033f221900bd51255b4ef15525..e0553c3ea0832eccca9c0bb2188a40b1098f5bed 100644 (file)
@@ -12,10 +12,12 @@ The map lists each \f2extent\fP used by the file, as well as regions
 in the file that do not have any corresponding blocks (\f2hole\f1s).
 Each line of the listings takes the following form:
 
-.Ex
-\f2extent\f1\f7: [\f1\f2startoffset\f1\f7..\f1\f2endoffset\f1\f7]: \c
+.nf
+.ft CW
+    \f2extent\f1\f7: [\f1\f2startoffset\f1\f7..\f1\f2endoffset\f1\f7]: \c
 \f1\f2startblock\f1\f7..\f1\f2endblock\f1
-.Ee
+.ft 
+.fi 
 
 Holes are marked by replacing the \f2startblock..endblock\f1 with \f2hole\fP.
 All the file offsets and disk blocks are in units of 512-byte blocks,
@@ -29,9 +31,11 @@ will be generated for a DMAPI file and offline portions will be reported as hole
 .PP
 If the \f3-l\f1 option is used, then
 
-.Ex
-\f1\f2<nblocks>\f1\f7 \f1\f2blocks\f1\f7
-.Ee
+.nf
+.ft CW
+    \f1\f2<nblocks>\f1\f7 \f1\f2blocks\f1\f7
+.ft
+.fi
 
 will be appended to each line.  \f1\f2Nblocks\f1\f7 is the length
 of the extent described on the line in units of 512-byte blocks.
index d1d3e641cdfdc241f464d416b882eb8ca3bbc694..ca72f7a32d91a9876e59bc02c7f5c9a99254600c 100644 (file)
@@ -99,17 +99,21 @@ unfortunately might dump core
 rather than produce useful output.
 If the filesystem is completely corrupt, a core dump might
 be produced instead of the message
-.Ex
-\f2xxx\f1\f7 is not a valid filesystem\f1
-.Ee
+.nf
+.ft CW
+    \f2xxx\f1\f7 is not a valid filesystem\f1
+.ft 
+.fi 
 .PP
 If the filesystem is very large (has many files) then
 .I xfs_check
 might run out of memory.
 In this case the message
-.Ex
-out of memory
-.Ee
+.nf 
+.ft CW
+    out of memory
+.ft 
+.fi 
 is printed.
 .PP
 The following is a description of the most likely problems and the associated