From a26ba650a8abc3ae7bfe5e0df09c5abb37fd2ff6 Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Sun, 24 Aug 2008 01:04:43 -0400 Subject: [PATCH] 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" --- misc/mke2fs.8.in | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/misc/mke2fs.8.in b/misc/mke2fs.8.in index 4e0d68df..991f7493 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 -- 2.11.0