Description: fix minus signs in manpage.
Author: Joao Eriberto Mota Filho <eriberto@debian.org>
Last-Update: 2014-10-14
Index: tcpspy-1.7d/tcpspy.8
===================================================================
--- tcpspy-1.7d.orig/tcpspy.8
+++ tcpspy-1.7d/tcpspy.8
@@ -242,14 +242,14 @@ All other signals retain their default b
 
 .SH EXAMPLES
 .TP
-tcpspy -e 'user "joe" and rport "ssh"'
+tcpspy \-e 'user "joe" and rport "ssh"'
 Log connections made by user "joe" for the service "ssh".
 .TP
-tcpspy -e 'not raddr 10.0.0.0/255.0.0.0 and rport 25 and (user "bob" or user "joe")'
+tcpspy \-e 'not raddr 10.0.0.0/255.0.0.0 and rport 25 and (user "bob" or user "joe")'
 Log connections made by users "bob" and "joe" to remote port 25 on machines
 not on a fictional "intranet".
 .TP
-tcpspy -e 'exe "/usr/bin/irc"'
+tcpspy \-e 'exe "/usr/bin/irc"'
 Log connections made by /usr/bin/irc (probably ircII).
 
 .SH BUGS
