Browse code

Doc fix

git-svn-id: file:///var/lib/svn/clamav-devel/trunk/clamav-devel@99 77e5149b-7576-45b1-b177-96237e5ba77b

Tomasz Kojm authored on 2003/11/05 20:00:33
Showing 3 changed files
... ...
@@ -1,3 +1,7 @@
1
+Wed Nov  5 11:35:22 CET 2003 (tk)
2
+---------------------------------
3
+  * clamscan.1: fixed a typo (thanks to Damien Curtain)
4
+
1 5
 Wed Nov  5 12:34:34 IST 2003 (njh)
2 6
 ----------------------------------
3 7
   * libclamav: Handle spam that sends broken content-disposition
... ...
@@ -54,6 +54,7 @@ Only scan file names containing PATT. It may be used multiple times.
54 54
 .TP 
55 55
 \fB\-\-mbox\fR
56 56
 Enable scanning of mbox and Maildir files. (also treat stdin as a mailbox, for backward compatibility).
57
+.TP
57 58
 \fB\-i, \-\-infected\fR
58 59
 Print infected files only.
59 60
 .TP 
... ...
@@ -346,7 +346,7 @@ void sigtool(struct optstruct *opt)
346 346
 			    }
347 347
 
348 348
 			} else {
349
-			    mprintf(" *** Found signature's start at %d\n", pos);
349
+			    mprintf(" *** Signature start found at %d\n", pos);
350 350
 			    found = 1;
351 351
 			    break;
352 352
 			}