niced the man pages
authorHeiko Schlittermann (JUMPER) <hs@schlittermann.de>
Mon, 01 Aug 2011 13:02:09 +0200
changeset 51 0b6b92d1eb65
parent 50 3a61c4dd7b0a
child 52 100c97dc02ca
child 53 4407a98ca072
child 55 ed5274e95475
niced the man pages
bin/imager.fuse
bin/imager.restore
bin/imager.save
--- a/bin/imager.fuse	Mon Aug 01 11:34:25 2011 +0200
+++ b/bin/imager.fuse	Mon Aug 01 13:02:09 2011 +0200
@@ -351,7 +351,7 @@
 
 Detach or don't detach from the terminal. (default: detach)
 
-=item B<-p> I<pass> | B<--pass>=I<pass>
+=item B<-p>|B<--pass> I<pass>
 
 Password to be used for decryption. For the format please refer
 L<openssl(1)>. (default: not set)
@@ -362,8 +362,6 @@
 If no directory is specified, the system default (usually F</tmp>) will
 be used. (default: no temp file)
 
-B<Beware>: The temporary file may get B<HUUGE>.
-
 =item B<-h>|B<--help>
 
 =item B<-m>|B<--man>
--- a/bin/imager.restore	Mon Aug 01 11:34:25 2011 +0200
+++ b/bin/imager.restore	Mon Aug 01 13:02:09 2011 +0200
@@ -142,7 +142,7 @@
 
 =over
 
-=item B<-p> I<pass> | B<--pass=>I<pass>
+=item B<-p>|B<--pass> I<pass>
 
 In case you expect encrypted data, this option takes the argument for
 B<openssl>'s C<-pass> option. See L<openssl(1)> for mor information.
--- a/bin/imager.save	Mon Aug 01 11:34:25 2011 +0200
+++ b/bin/imager.save	Mon Aug 01 13:02:09 2011 +0200
@@ -251,21 +251,21 @@
 
 =over
 
-=item B<-b> I<blocksize> | B<--blocksize>=I<blocksize>
+=item B<-b>|B<--blocksize> I<blocksize>
 
 The blocksize used. (may be suffixed with K, M, G). (default: 4 MiB,
 or taken from F<data/info/blocksize>)
 
-=item B<-c> I<comment> | B<--comment>=I<comment>
+=item B<-c>|B<--comment> I<comment>
 
 Comment to be included in the header of the index file. (default: none)
 
-=item B<-p> I<pass> | B<--pass>=I<pass>
+=item B<-p>|B<--pass> I<pass>
 
 Use symmetric encryption for writing the data blocks. This option
 is passed to L<openssl(1)>.
 
-=item B<-z> [I<level>]|B<--compress>[=I<level>]
+=item B<-z>|B<--compress> [I<level>]
 
 Use compression when writing the blocks to disk. (default: off)