From 11d1e61f935237dd3e851fe846ca99c723be859e Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Wed, 1 Dec 2004 12:42:33 -0500 Subject: [PATCH] Fix minor glitches in the e2image man page. --- misc/ChangeLog | 4 ++++ misc/e2image.8.in | 8 ++++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/misc/ChangeLog b/misc/ChangeLog index 0582b02..cb20102 100644 --- a/misc/ChangeLog +++ b/misc/ChangeLog @@ -1,3 +1,7 @@ +2004-12-01 Theodore Ts'o + + * e2image.8.in: Fix minor glitches in man page. + 2004-11-30 Theodore Ts'o * Makefile.in: Delete e2initrd_helper when doing a make clean. diff --git a/misc/e2image.8.in b/misc/e2image.8.in index 3a23d78..45ee272 100644 --- a/misc/e2image.8.in +++ b/misc/e2image.8.in @@ -32,7 +32,7 @@ recover a badly damaged filesystem. .PP If .I image-file -is -, then the output of +is \-, then the output of .B e2image will be sent to standard output, so that the output can be piped to another program, such as @@ -81,7 +81,7 @@ It is a very good idea to periodically (at boot time and every week or so) to create image files for all of filesystems on a system, as well as saving the partition layout (which can be generated using the using -.B fdisk -l +.B fdisk \-l command). Ideally the image file should be stored on some filesystem other that the filesystem whose data it contains, to ensure that its data is @@ -93,7 +93,7 @@ creates the image file as a sparse file. Hence, if the image file needs to be copied to another location, it should either be compressed first or copied using the -.B \--sparse=always +.B \-\-sparse=always option to GNU version of .BR cp . .PP @@ -111,7 +111,7 @@ disk will generally compress down to 3 or 4 megabytes. was written by Theodore Ts'o (tytso@mit.edu). .SH AVAILABILITY .B e2image -is part of the e2fsprogs package and is available from anonymous +is part of the e2fsprogs package and is available from http://e2fsprogs.sourceforge.net. .SH SEE ALSO .BR dumpe2fs (8), -- 1.8.3.1