Your message dated Tue, 12 Jun 2012 22:02:24 +0000
with message-id <[email protected]>
and subject line Bug#674694: fixed in e2fsprogs 1.42.4-1
has caused the Debian Bug report #674694,
regarding resize2fs(8): Unnecessary escape before a tab in the manual
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
674694: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=674694
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: e2fsprogs
Version: 1.41.12-4stable1
Severity: minor
Tags: patch

  From "man ..." ("groff -ww ..."):

<groff: resize2fs.8>:97: warning: escape character ignored before a tab 
character
<groff: resize2fs.8>:97: warning: escape character ignored before a tab 
character
<groff: resize2fs.8>:99: warning: escape character ignored before a tab 
character
<groff: resize2fs.8>:99: warning: escape character ignored before a tab 
character
<groff: resize2fs.8>:101: warning: escape character ignored before a tab 
character
<groff: resize2fs.8>:101: warning: escape character ignored before a tab 
character

  Spaces at end of lines removed

  No-break space put between number and unit.

####

  General considerations

a) Manuals should usually only be left justified.  Use ".ad l"
as the first regular command.

b) Each sentence should begin on a new line.  The conventions
about the amount of space between sentences are different.  This
also makes a check on the number of space characters between
words easier.

c) Separate numbers from units with a (no-break) space.  A
no-break space can be code 0xA0, "\ " (\<space>), or "\~"
(groff).

d) Use macros "TS/TE" for tables with more than two columns.
Then use

'\" t

as the first line in the source to tell "man" to use the "tbl"
preprocessor.

e) Protect last period (full stop) in abbreviations with "\&",
if it is or might be (through new formatting of source) at the
end of line, if it is also not an end of sentence.

####


  Patch (should also work for "resize2fs.8.in"):

--- resize2fs.8 2012-05-25 20:39:35.000000000 +0000
+++ resize2fs.8.new     2012-05-25 20:45:22.000000000 +0000
@@ -11,7 +11,7 @@
 .B \-fFpPM
 ]
 [
-.B \-d 
+.B \-d
 .I debug-flags
 ]
 [
@@ -23,31 +23,31 @@
 .I size
 ]
 .SH DESCRIPTION
-The 
-.B resize2fs 
+The
+.B resize2fs
 program will resize ext2, ext3, or ext4 file systems.  It can be used to
-enlarge or shrink an unmounted file system located on 
+enlarge or shrink an unmounted file system located on
 .IR device .
 If the filesystem is mounted, it can be used to expand the size of the
 mounted filesystem, assuming the kernel supports on-line resizing.  (As
 of this writing, the Linux 2.6 kernel supports on-line resize for
 filesystems mounted using ext3 and ext4.).
 .PP
-The 
+The
 .I size
 parameter specifies the requested new size of the filesystem.
 If no units are specified, the units of the
 .I size
 parameter shall be the filesystem blocksize of the filesystem.
-Optionally, the 
+Optionally, the
 .I size
-parameter may be suffixed by one of the following the units 
+parameter may be suffixed by one of the following the units
 designators: 's', 'K', 'M', or 'G',
 for 512 byte sectors, kilobytes, megabytes, or gigabytes, respectively.
-The 
+The
 .I size
 of the filesystem may never be larger than the size of the partition.
-If 
+If
 .I size
 parameter is not specified, it will default to the size of the partition.
 .PP
@@ -63,50 +63,50 @@
 .B resize2fs
 program does not manipulate the size of partitions.  If you wish to enlarge
 a filesystem, you must make sure you can expand the size of the
-underlying partition first.  This can be done using 
+underlying partition first.  This can be done using
 .BR fdisk (8)
 by deleting the partition and recreating it with a larger size or using
 .BR lvextend (8),
 if you're using the logical volume manager
 .BR lvm (8).
-When 
+When
 recreating the partition, make sure you create it with the same starting
-disk cylinder as before!  Otherwise, the resize operation will 
-certainly not work, and you may lose your entire filesystem.  
+disk cylinder as before!  Otherwise, the resize operation will
+certainly not work, and you may lose your entire filesystem.
 After running
 .BR fdisk (8),
-run resize2fs to resize the ext2 filesystem 
+run resize2fs to resize the ext2 filesystem
 to use all of the space in the newly enlarged partition.
 .PP
-If you wish to shrink an ext2 partition, first use 
+If you wish to shrink an ext2 partition, first use
 .B resize2fs
-to shrink the size of filesystem.  Then you may use 
+to shrink the size of filesystem.  Then you may use
 .BR fdisk (8)
-to shrink the size of the partition.  When shrinking the size of 
-the partition, make sure you do not make it smaller than the new size 
+to shrink the size of the partition.  When shrinking the size of
+the partition, make sure you do not make it smaller than the new size
 of the ext2 filesystem!
 .SH OPTIONS
 .TP
 .B \-d \fIdebug-flags
-Turns on various resize2fs debugging features, if they have been compiled 
+Turns on various resize2fs debugging features, if they have been compiled
 into the binary.
 .I debug-flags
-should be computed by adding the numbers of the desired features 
+should be computed by adding the numbers of the desired features
 from the following list:
 .br
-\      2\      \-\ Debug block relocations
+       2       \-\ Debug block relocations
 .br
-\      4\      \-\ Debug inode relocations
+       4       \-\ Debug inode relocations
 .br
-\      8\      \-\ Debug moving the inode table
+       8       \-\ Debug moving the inode table
 .TP 
 .B \-f
-Forces resize2fs to proceed with the filesystem resize operation, overriding 
+Forces resize2fs to proceed with the filesystem resize operation, overriding
 some safety checks which resize2fs normally enforces.
 .TP
 .B \-F
 Flush the filesystem device's buffer caches before beginning.  Only
-really useful for doing 
+really useful for doing
 .B resize2fs
 time trials.
 .TP
@@ -116,7 +116,7 @@
 .B \-p
 Prints out a percentage completion bars for each
 .B resize2fs
-operation during an offline resize, so that the user can keep track 
+operation during an offline resize, so that the user can keep track
 of what the program is doing.
 .TP
 .B \-P
@@ -130,13 +130,13 @@
 explicitly specify a RAID stride setting to be used by resize2fs instead.
 .SH KNOWN BUGS
 The minimum size of the filesystem as estimated by resize2fs may be
-incorrect, especially for filesystems with 1k and 2k blocksizes.
+incorrect, especially for filesystems with 1\ k and 2\ k blocksizes.
 .SH AUTHOR
 .B resize2fs
 was written by Theodore Ts'o <[email protected]>.
 .SH COPYRIGHT
 Resize2fs is Copyright 1998 by Theodore Ts'o and PowerQuest, Inc.  All
-rights reserved.  
+rights reserved.
 As of April, 2000
 .B Resize2fs
 may be redistributed under the terms of the GPL.
@@ -144,5 +144,5 @@
 .BR fdisk (8),
 .BR e2fsck (8),
 .BR mke2fs (8),
-.BR lvm (8), 
+.BR lvm (8),
 .BR lvextend (8)

-- System Information:
Debian Release: 6.0.5
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'proposed-updates'), (500, 
'stable')
Architecture: i386 (i586)

Kernel: Linux 2.6.32-45
Locale: LANG=is_IS, LC_CTYPE=is_IS (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/dash

Versions of packages e2fsprogs depends on:
ii  e2fslibs                1.41.12-4stable1 ext2/ext3/ext4 file system librari
ii  libblkid1               2.17.2-9         block device id library
ii  libc6                   2.11.3-3         Embedded GNU C Library: Shared lib
ii  libcomerr2              1.41.12-4stable1 common error description library
ii  libss2                  1.41.12-4stable1 command-line interface parsing lib
ii  libuuid1                2.17.2-9         Universally Unique ID library
ii  util-linux              2.17.2-9         Miscellaneous system utilities

e2fsprogs recommends no packages.

Versions of packages e2fsprogs suggests:
pn  e2fsck-static                 <none>     (no description available)
pn  gpart                         <none>     (no description available)
pn  parted                        <none>     (no description available)

-- no debconf information

-- 
Bjarni I. Gislason



--- End Message ---
--- Begin Message ---
Source: e2fsprogs
Source-Version: 1.42.4-1

We believe that the bug you reported is fixed in the latest version of
e2fsprogs, which is due to be installed in the Debian FTP archive:

comerr-dev_2.1-1.42.4-1_i386.deb
  to main/e/e2fsprogs/comerr-dev_2.1-1.42.4-1_i386.deb
e2fsck-static_1.42.4-1_i386.deb
  to main/e/e2fsprogs/e2fsck-static_1.42.4-1_i386.deb
e2fslibs-dbg_1.42.4-1_i386.deb
  to main/e/e2fsprogs/e2fslibs-dbg_1.42.4-1_i386.deb
e2fslibs-dev_1.42.4-1_i386.deb
  to main/e/e2fsprogs/e2fslibs-dev_1.42.4-1_i386.deb
e2fslibs_1.42.4-1_i386.deb
  to main/e/e2fsprogs/e2fslibs_1.42.4-1_i386.deb
e2fsprogs-dbg_1.42.4-1_i386.deb
  to main/e/e2fsprogs/e2fsprogs-dbg_1.42.4-1_i386.deb
e2fsprogs-udeb_1.42.4-1_i386.udeb
  to main/e/e2fsprogs/e2fsprogs-udeb_1.42.4-1_i386.udeb
e2fsprogs_1.42.4-1.debian.tar.gz
  to main/e/e2fsprogs/e2fsprogs_1.42.4-1.debian.tar.gz
e2fsprogs_1.42.4-1.dsc
  to main/e/e2fsprogs/e2fsprogs_1.42.4-1.dsc
e2fsprogs_1.42.4-1_i386.deb
  to main/e/e2fsprogs/e2fsprogs_1.42.4-1_i386.deb
e2fsprogs_1.42.4.orig.tar.gz
  to main/e/e2fsprogs/e2fsprogs_1.42.4.orig.tar.gz
libcomerr2-dbg_1.42.4-1_i386.deb
  to main/e/e2fsprogs/libcomerr2-dbg_1.42.4-1_i386.deb
libcomerr2_1.42.4-1_i386.deb
  to main/e/e2fsprogs/libcomerr2_1.42.4-1_i386.deb
libss2-dbg_1.42.4-1_i386.deb
  to main/e/e2fsprogs/libss2-dbg_1.42.4-1_i386.deb
libss2_1.42.4-1_i386.deb
  to main/e/e2fsprogs/libss2_1.42.4-1_i386.deb
ss-dev_2.0-1.42.4-1_i386.deb
  to main/e/e2fsprogs/ss-dev_2.0-1.42.4-1_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Theodore Y. Ts'o <[email protected]> (supplier of updated e2fsprogs package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Tue, 12 Jun 2012 18:20:55 -0400
Source: e2fsprogs
Binary: e2fsck-static libcomerr2 comerr-dev libss2 ss-dev e2fsprogs-udeb 
e2fslibs e2fslibs-dev e2fsprogs e2fsprogs-dbg e2fslibs-dbg libcomerr2-dbg 
libss2-dbg
Architecture: source i386
Version: 1.42.4-1
Distribution: unstable
Urgency: medium
Maintainer: Theodore Y. Ts'o <[email protected]>
Changed-By: Theodore Y. Ts'o <[email protected]>
Description: 
 comerr-dev - common error description library - headers and static libraries
 e2fsck-static - statically-linked version of the ext2/ext3/ext4 filesystem 
checke
 e2fslibs   - ext2/ext3/ext4 file system libraries
 e2fslibs-dbg - debugging information for e2fslibs
 e2fslibs-dev - ext2/ext3/ext4 file system libraries - headers and static 
librari
 e2fsprogs  - ext2/ext3/ext4 file system utilities
 e2fsprogs-dbg - debugging information for e2fsprogs
 e2fsprogs-udeb - stripped-down versions of e2fsprogs, for debian-installer 
(udeb)
 libcomerr2 - common error description library
 libcomerr2-dbg - debugging information for libcomerr2
 libss2     - command-line interface parsing library
 libss2-dbg - debugging information for libss2
 ss-dev     - command-line interface parsing library - headers and static libra
Closes: 674453 674694
Changes: 
 e2fsprogs (1.42.4-1) unstable; urgency=medium
 .
   * New upstream version
   * Fix 64-bit block number bugs in e2fsck, dumpe2fs, and debugfs which
     could corrupt file systems
   * Fixed e2fsck's handling of how errors propagate from the journal to
     the file system superblock
   * Fixed a false positive complaint from e2fsck if all of the extents
     in the last extent block are uninitialized and located after the
     end of the file.
   * dumpe2fs will display the journal's error indicator in the
     superblock if it is set
   * Fixed a  bug which caused e2fsck to incorrectly use O_EXCLUSIVE in
     some corner cases.
   * Fix truncation of extent-mapped inodes in e2fsck and libext2fs
   * Fixed i_blocks accounting in bigalloc file systems.
   * Add support for btrfs's No_COW flag to lsattr and chattr
   * Debugfs interprets the date strings of the form "@ddd" as ddd
     seconds after the epoch
   * Updated/fixed various man pages  (Closes: #674453, #674694)
Checksums-Sha1: 
 192610250b8b99424796007e72ac7b5562d9a27d 1828 e2fsprogs_1.42.4-1.dsc
 944002c1f8f1f87e7d2d53263346b001962bc1f9 5873284 e2fsprogs_1.42.4.orig.tar.gz
 691d1af746657f08756a50736a3f6d849d0978df 71189 e2fsprogs_1.42.4-1.debian.tar.gz
 b1833db1662384f8e97be504cbca92a5af604112 536238 e2fsck-static_1.42.4-1_i386.deb
 7f9218259744b34d5b0cc482718203d57c8b8276 55372 libcomerr2_1.42.4-1_i386.deb
 0685c6288136e7ea511d2b839c4e9d4f919f6cf0 60398 libss2_1.42.4-1_i386.deb
 db3f0b5edf271677f3f13568960f6ab5a321610e 210372 e2fslibs_1.42.4-1_i386.deb
 b686be8100aeb6c44ed9f0c66466ee17a129bf3d 246896 e2fslibs-dev_1.42.4-1_i386.deb
 c64c6a88cde2bf3b4c1ec08fb208beaa4098c652 983260 e2fsprogs_1.42.4-1_i386.deb
 10106b3e4dae3317232ef05ca3986195e39e14e7 1533364 
e2fsprogs-dbg_1.42.4-1_i386.deb
 b1b0826914f4333559e65c4567c5727ac554be0e 426004 e2fslibs-dbg_1.42.4-1_i386.deb
 196c6cd4b600b12219619f7af35cdf0155f5e0c1 59670 libcomerr2-dbg_1.42.4-1_i386.deb
 d2c21841ff0be247a1603c2e600f9a59cdf71e2f 74434 libss2-dbg_1.42.4-1_i386.deb
 4b9e7ed1cbcce42b6191e8149fe5a0dd2b328ae4 43272 comerr-dev_2.1-1.42.4-1_i386.deb
 9d874738ebb294344c13940bd68e7a9b2c8742f7 18534 ss-dev_2.0-1.42.4-1_i386.deb
 9596edc86294d1a9b158d32214e026f15a70c5c7 255606 
e2fsprogs-udeb_1.42.4-1_i386.udeb
Checksums-Sha256: 
 c8b74ff6ddcf6e6e34f74ba85c709917dab070e8b941fa1c7bf3f906477b4b7e 1828 
e2fsprogs_1.42.4-1.dsc
 3946f347842a7b892b23476e231da21e572f9db828cb02a38bc57beb25db905e 5873284 
e2fsprogs_1.42.4.orig.tar.gz
 463a6fd2f02ed15748a856cd4a0c4df1f6e91bf4950ec0b55c36286c992b25f7 71189 
e2fsprogs_1.42.4-1.debian.tar.gz
 e923184df0127c0da3c8c9c1ab02eefdac742851a587faaddd88bdbee77d9d90 536238 
e2fsck-static_1.42.4-1_i386.deb
 358f14524216fc483720e8cd4c1b3f0f16631dd98ab4a3cdfa3888eb6103b2bf 55372 
libcomerr2_1.42.4-1_i386.deb
 628aaed02141c7780fab3f5bc5f01a74464b52e9028cd5b6a4624e144b3834d3 60398 
libss2_1.42.4-1_i386.deb
 3e9c2f957cb8e6b1760ea70458cfb40996217930f722e759cb80a1f948704b4b 210372 
e2fslibs_1.42.4-1_i386.deb
 4e02dd7394b721b86cb92684b2989390b5cfb1dc83116f7de8ab944dd835c8c2 246896 
e2fslibs-dev_1.42.4-1_i386.deb
 6784a544887ddd826a177d09ccae10912aeb25f91925085e276afe6f75468717 983260 
e2fsprogs_1.42.4-1_i386.deb
 cf55a86193041d2e4869ee30e904a91b95bf27a6a72f77bce05e4848ce0f8a41 1533364 
e2fsprogs-dbg_1.42.4-1_i386.deb
 325f81d7a0d0cb0905d44c911734c5b1475e0b85ac84fcbb6871e2ff5178ccd2 426004 
e2fslibs-dbg_1.42.4-1_i386.deb
 857d5f2a342a693092abe046ec277ee5364666401d05e69bc977e9c5b2634f59 59670 
libcomerr2-dbg_1.42.4-1_i386.deb
 4491af8408b7674306c4cb7df2388b60297adfff070f3bc8983fb9b01cdc37e3 74434 
libss2-dbg_1.42.4-1_i386.deb
 455aea5d86b85365d91005e48394f1f5fa2759da6bbe8e3c00dd18f2ab8497de 43272 
comerr-dev_2.1-1.42.4-1_i386.deb
 f991ddf8b91840756273134e434a5bc722f0e7bb1feddec4d95551c91aecdf8b 18534 
ss-dev_2.0-1.42.4-1_i386.deb
 13692e3d7b4c3db5f09bca8fdefdfce140d692cd78ac92173f22f1853f31cde7 255606 
e2fsprogs-udeb_1.42.4-1_i386.udeb
Files: 
 128099b4cce49ab7f4f7649fcb4f3e4b 1828 admin required e2fsprogs_1.42.4-1.dsc
 b6e296f210d642361b7394437ff0f318 5873284 admin required 
e2fsprogs_1.42.4.orig.tar.gz
 1d7e96b1c7ef5b541c1dd13bbf073b6a 71189 admin required 
e2fsprogs_1.42.4-1.debian.tar.gz
 fa347c361b48868d29a0c8094783df50 536238 admin optional 
e2fsck-static_1.42.4-1_i386.deb
 acb0db924e47ef0d4ab059a6dad52d94 55372 libs required 
libcomerr2_1.42.4-1_i386.deb
 85842ea584be6fca632524254e74212c 60398 libs required libss2_1.42.4-1_i386.deb
 2f80abdf21fc5c0a16d8f7506896bda4 210372 libs required 
e2fslibs_1.42.4-1_i386.deb
 a2105812270cda43187c15581f63b42f 246896 libdevel extra 
e2fslibs-dev_1.42.4-1_i386.deb
 2ec1b1620333d8327881c0e7351c94d3 983260 admin required 
e2fsprogs_1.42.4-1_i386.deb
 dfa7dcc06f5370185f2081d06fb734c8 1533364 debug extra 
e2fsprogs-dbg_1.42.4-1_i386.deb
 85449a5f7b5c0dbf2d22dd88053a447e 426004 debug extra 
e2fslibs-dbg_1.42.4-1_i386.deb
 09c837c6b5b79813cebc5722317ca403 59670 debug extra 
libcomerr2-dbg_1.42.4-1_i386.deb
 485fee6c775116af5f61828354d7634f 74434 debug extra libss2-dbg_1.42.4-1_i386.deb
 ab6d030814bf2de0ee75380d5af0df44 43272 libdevel extra 
comerr-dev_2.1-1.42.4-1_i386.deb
 13704892fbe93503f24beb03af98c4c9 18534 libdevel extra 
ss-dev_2.0-1.42.4-1_i386.deb
 1cc92ea0daf85dcc542b6533414c7e94 255606 debian-installer optional 
e2fsprogs-udeb_1.42.4-1_i386.udeb
Package-Type: udeb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iEYEARECAAYFAk/Xt+IACgkQ7To545NnTEDf8gCeNO985nR2iMzBP8zdgqMCybOv
63UAnj9mHc5fDoqRsZ4BfnR6zV4GG5wC
=c7EI
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to