On Wed, Nov 20, 2024 at 01:03:59AM +0000, Bjarni Ingi Gislason wrote: > Package: e2fsprogs > Version: 1.47.1-1+b1 > Severity: minor > Tags: patch > > Checking for defects with > > test-[g|n]roff -mandoc -t -K utf8 -rF0 -rHY=0 -ww -b -z < "man page" > > General remarks and further material, if a diff-file exist, are in the > attachments.
Thank you for the bug report and proposed patch. Please note that this patch does not apply to the source repository, since tune2fs.8 is a generated file from tune2fs.8.in. Also, in the future, I'd appreciate if you don't make pointless whitepace changes, e.g.: @@ -190,9 +193,10 @@ feature be enabled. .BI stride= stride-size Configure the file system for a RAID array with .I stride-size -file system blocks. This is the number of blocks read or written to disk -before moving to next disk. This mostly affects placement of file system -metadata like bitmaps at +file system blocks. +This is the number of blocks read +or written to disk before moving to next disk. +This mostly affects placement of file system metadata like bitmaps at .BR mke2fs (2) time to avoid placing them on a single disk, which can hurt the performance. It may also be used by block allocator. This makes it harder to find the real changes, and it falls in the category of "gratuitous whitespace changes". They don't improve the generated output, so they don't qualify as editorial changes; and they don't cause any groff warnings, either. I've fixed misc/mke2fs.8.in in the e2fsprogs sources. - Ted