]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commitdiff
Escape hyphens in the e2image and tune2fs man pages so that they show up
authorTheodore Ts'o <tytso@mit.edu>
Fri, 6 May 2005 16:04:10 +0000 (12:04 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 6 May 2005 16:04:10 +0000 (12:04 -0400)
correctly after groff processes them.

misc/e2image.8.in
misc/tune2fs.8.in

index 4b75e6df106711838bd677639df8eb531ebb596e..29bce7150f2bd1d242559ba4593cab5944c64741 100644 (file)
@@ -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
index cd9cd0857605fb1f9301a29ed5f4814e824e9382..47b247e06b02a166d4740ebea001bb60273d4144 100644 (file)
@@ -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"