Browse code

github-issue#33 - fix incorrect subsignature modifier examples

Kevin Lin authored on 2015/11/13 00:33:10
Showing 1 changed files
... ...
@@ -548,17 +548,17 @@ dcf43987e4f519d629b103375;SL+550:6300680065005c0046006900
548 548
     \end{itemize}
549 549
     Examples:
550 550
     \begin{verbatim}
551
-clamav-nocase-A;Engine:81-255,Target:0;0&1;41414141/i;424242424242/i
551
+clamav-nocase-A;Engine:81-255,Target:0;0&1;41414141::i;424242424242::i
552 552
     -matches 'AAAA'(nocase) and 'BBBBBB'(nocase)
553 553
 
554
-clamav-fullword-A;Engine:81-255,Target:0;0&1;414141;68656c6c6f/f
554
+clamav-fullword-A;Engine:81-255,Target:0;0&1;414141;68656c6c6f::f
555 555
     -matches 'AAA' and 'hello'(fullword)
556
-clamav-fullword-B;Engine:81-255,Target:0;0&1;414141;68656c6c6f/fi
556
+clamav-fullword-B;Engine:81-255,Target:0;0&1;414141;68656c6c6f::fi
557 557
     -matches 'AAA' and 'hello'(fullword nocase)
558 558
 
559
-clamav-wide-B2;Engine:81-255,Target:0;0&1;414141;68656c6c6f/wa
559
+clamav-wide-B2;Engine:81-255,Target:0;0&1;414141;68656c6c6f::wa
560 560
     -matches 'AAA' and 'hello'(wide ascii)
561
-clamav-wide-C0;Engine:81-255,Target:0;0&1;414141;68656c6c6f/iwfa
561
+clamav-wide-C0;Engine:81-255,Target:0;0&1;414141;68656c6c6f::iwfa
562 562
     -matches 'AAA' and 'hello'(nocase wide fullword ascii)
563 563
     \end{verbatim}
564 564