From: Theodore Ts'o Date: Fri, 6 May 2005 16:04:10 +0000 (-0400) Subject: Escape hyphens in the e2image and tune2fs man pages so that they show up X-Git-Tag: E2FSPROGS-1_38-WIP-0509~14 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7b921b9ab9131346db7467b1e0a955859685c744;p=thirdparty%2Fe2fsprogs.git Escape hyphens in the e2image and tune2fs man pages so that they show up correctly after groff processes them. --- diff --git a/misc/e2image.8.in b/misc/e2image.8.in index 4b75e6df1..29bce7150 100644 --- a/misc/e2image.8.in +++ b/misc/e2image.8.in @@ -114,7 +114,7 @@ of bug reports to e2fsprogs. When used in this capacity, the recommended command is (replace hda1 with appropriate device): .PP .br -\ \fBe2image -r /dev/hda1 - | bzip2 > hda1.e2i.bz2\fR +\ \fBe2image \-r /dev/hda1 \- | bzip2 > hda1.e2i.bz2\fR .PP This will only send the metadata information, without any data blocks. However, the filenames in the directory blocks can still reveal diff --git a/misc/tune2fs.8.in b/misc/tune2fs.8.in index cd9cd0857..47b247e06 100644 --- a/misc/tune2fs.8.in +++ b/misc/tune2fs.8.in @@ -90,7 +90,7 @@ parameters on Linux ext2/ext3 filesystems. .BI \-c " max-mount-counts" Adjust the maximal mounts count between two filesystem checks. If .I max-mount-counts -is 0 or -1, the number of times the filesystem is mounted will be disregarded +is 0 or \-1, the number of times the filesystem is mounted will be disregarded by .BR e2fsck (8) and the kernel. @@ -116,7 +116,7 @@ option for time-dependent checking. .TP .BI \-C " mount-count" Set the number of times the filesystem has been mounted. -Can be used in conjunction with -c to force an fsck on +Can be used in conjunction with \-c to force an fsck on the filesystem at the next reboot. .TP .BI \-e " error-behavior"