Fix the manpage errors reported by lintian
Index: fusecompress-2.5/src/fusecompress.1
===================================================================
--- fusecompress-2.5.orig/src/fusecompress.1	2009-04-13 19:57:20.000000000 +0530
+++ fusecompress-2.5/src/fusecompress.1	2009-05-05 17:36:25.000000000 +0530
@@ -1,4 +1,3 @@
-..
 .de Vb \" Begin verbatim text
 .ft CW
 .nf
@@ -28,7 +27,7 @@
 
 	o Unmount directory
 
-		fusermount -u /mnt/fc
+		fusermount \-u /mnt/fc
 
 .B Tips and tricks:
 
@@ -37,8 +36,8 @@
 	o	Run this command in the mountPoint directory when mounted with FuseCompress:
 
 .Vb 2
-			du -sh
-			du -sh --apparent-size
+			du \-sh
+			du \-sh \-\-apparent-size
 .Ve
 
 .B File and magic utilities:
Index: fusecompress-2.5/src/fusecompress_offline.1
===================================================================
--- fusecompress-2.5.orig/src/fusecompress_offline.1	2009-04-13 19:57:20.000000000 +0530
+++ fusecompress-2.5/src/fusecompress_offline.1	2009-05-05 17:36:25.000000000 +0530
@@ -3,7 +3,7 @@
 fusecompress_offline \- decompress or compress data without need to mount the compressed virtual filesystem
 .SH SYNOPSIS
 .B fusecompress_offline
-[-h] [-v] [-c TYPE] [-b SIZE] targetDir
+[\-h] [\-v] [\-c TYPE] [\-b SIZE] targetDir
 .SH DESCRIPTION
 fusecompress_offline decompress or compress data without need to mount the compressed virtual filesystem. It works like the tar or zip.
 
