From 7de862aa03599c5443dfd05ce4baa74c338a740f Mon Sep 17 00:00:00 2001 From: Nathan Scott Date: Sat, 17 Jul 2004 00:55:28 +0000 Subject: [PATCH] Trivial man page updates from ESR. --- VERSION | 2 +- debian/changelog | 6 ++++++ doc/CHANGES | 4 ++++ man/man8/xfs_bmap.8 | 16 ++++++++++------ man/man8/xfs_check.8 | 16 ++++++++++------ 5 files changed, 31 insertions(+), 13 deletions(-) diff --git a/VERSION b/VERSION index 6e65ac338..348001d45 100644 --- a/VERSION +++ b/VERSION @@ -3,5 +3,5 @@ # PKG_MAJOR=2 PKG_MINOR=6 -PKG_REVISION=18 +PKG_REVISION=19 PKG_BUILD=1 diff --git a/debian/changelog b/debian/changelog index bc7287067..195c6ade4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +xfsprogs (2.6.19-1) unstable; urgency=low + + * New upstream release. + + -- Nathan Scott Sat, 17 Jul 2004 11:28:39 +1000 + xfsprogs (2.6.18-1) unstable; urgency=low * New upstream release. diff --git a/doc/CHANGES b/doc/CHANGES index 92ecf1bb6..23a47c98e 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -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. diff --git a/man/man8/xfs_bmap.8 b/man/man8/xfs_bmap.8 index cc213ac41..e0553c3ea 100644 --- a/man/man8/xfs_bmap.8 +++ b/man/man8/xfs_bmap.8 @@ -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\f1\f7 \f1\f2blocks\f1\f7 -.Ee +.nf +.ft CW + \f1\f2\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. diff --git a/man/man8/xfs_check.8 b/man/man8/xfs_check.8 index d1d3e641c..ca72f7a32 100644 --- a/man/man8/xfs_check.8 +++ b/man/man8/xfs_check.8 @@ -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 -- 2.47.2