Description: fix some hyphens in manpage.
Author: Joao Eriberto Mota Filho <eriberto@eriberto.pro.br>
Last-Update: 2014-01-05
--- a/yara.man
+++ b/yara.man
@@ -80,7 +80,7 @@
 to all files on current directory. Subdirectories are not scanned.
 .RE
 .PP
-$ yara -t Packer -t Compiler /foo/bar/rules bazfile
+$ yara \-t Packer \-t Compiler /foo/bar/rules bazfile
 .RS
 .PP
 Apply rules on
@@ -93,7 +93,7 @@
 .I Compiler.
 .RE
 .PP
-$ cat /foo/bar/rules1 | yara -r /foo
+$ cat /foo/bar/rules1 | yara \-r /foo
 .RS
 .PP
 Scan all files in the
@@ -101,7 +101,7 @@
 directory and its subdirectories. Rules are read from standard input.
 .RE
 .PP
-$ yara -d mybool=true -d myint=5 -d mystring="my string" /foo/bar/rules bazfile
+$ yara \-d mybool=true \-d myint=5 \-d mystring="my string" /foo/bar/rules bazfile
 .RS
 .PP
 Defines three external variables
