The two consecutive .TP macros cause bad formatting for the remaining options. Remove one. Signed-off-by: Andreas Dilger --- misc/mke2fs.8.in | 1 - 1 file changed, 1 deletion(-) diff --git a/misc/mke2fs.8.in b/misc/mke2fs.8.in index 13ddef47baa3..4532a33079a6 100644 --- a/misc/mke2fs.8.in +++ b/misc/mke2fs.8.in @@ -369,7 +369,6 @@ be 0, 1, or 2 backup superblocks created in the file system. Create the file system at an offset from the beginning of the device or file. This can be useful when creating disk images for virtual machines. .TP -.TP .BI orphan_file_size= size Set size of the file for tracking unlinked but still open inodes and inodes with truncate in progress. Larger file allows for better scalability, reserving -- 2.14.3 (Apple Git-98)