Add support for specifiying - as the image file (to send the image
file to standard out).

Save the journal inode if it is internal to the raw image file.

diff --git a/misc/e2image.8.in b/misc/e2image.8.in
index 411a7fd..d7fb252 100644
--- a/misc/e2image.8.in
+++ b/misc/e2image.8.in
@@ -31,9 +31,16 @@
 e2fsck will be enhanced to be able to use the image file to help
 recover a badly damaged filesystem.
 .PP
+If  
+.I image-file
+is -, then the output of 
+.B e2image
+will be sent to standard output.
+.PP
 The 
 .B \-r
-option will create a raw image file instead.  A raw image file differs
+option will create a raw image file instead of a normal image file.  
+A raw image file differs
 from a normal image file in two ways.  First, the filesystem metadata is
 placed in the proper position so that e2fsck, dumpe2fs, debugfs,
 etc. can be run directly on the raw image file.  In order to minimize
@@ -42,7 +49,7 @@
 compressing/decompressing this file with utilities that don't understand
 how to create sparse files; the file will become as large as the
 filesystem itself!)  Secondly, the raw image file also includes indirect
-blocks and data blocks, which the current image file does not have ---
+blocks and data blocks, which the current image file does not have,
 although this may change in the future.
 .PP
 It is a very good idea to periodically (at boot time and