From: Theodore Ts'o Date: Sun, 24 Aug 2008 05:04:43 +0000 (-0400) Subject: Fix mke2fs man page to escape all minus signs X-Git-Tag: v1.41.1~50 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a26ba650a8abc3ae7bfe5e0df09c5abb37fd2ff6;p=thirdparty%2Fe2fsprogs.git Fix mke2fs man page to escape all minus signs Option specifiers must be escaped so the are printed as minus signs (U+002D) instead of hyphens (U+2010). Hence "mke2fs -t ext4" must be expressed as "mke2fs \-t ext4" instead. Signed-off-by: "Theodore Ts'o" --- diff --git a/misc/mke2fs.8.in b/misc/mke2fs.8.in index 4e0d68df3..991f7493b 100644 --- a/misc/mke2fs.8.in +++ b/misc/mke2fs.8.in @@ -49,7 +49,7 @@ mke2fs \- create an ext2/ext3 filesystem .I number-of-inodes ] [ -.B -n +.B \-n ] [ .B \-m @@ -175,13 +175,13 @@ test is used instead of a fast read-only test. .BI \-E " extended-options" Set extended options for the filesystem. Extended options are comma separated, and may take an argument using the equals ('=') sign. The -.B -E +.B \-E option used to be -.B -R +.B \-R in earlier versions of .BR mke2fs . The -.B -R +.B \-R option is still accepted for backwards compatibility. The following extended options are supported: .RS 1.2i @@ -429,7 +429,7 @@ configuration file, or in the .I [fs_types] subsections for the usage types as specified by the -.B -T +.B \-T option, further modified by the .I features relation found in the @@ -468,7 +468,7 @@ Store file type information in directory entries. .TP .B flex_bg Allow bitmaps and inode tables for a block group to be placed anywhere -on the storage media (use with -G option to group meta-data in order +on the storage media (use with \-G option to group meta-data in order to create a large virtual block group). .TP .B has_journal