Description: fix minus signs in manpage and add extra information.
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
@@ -48,8 +48,7 @@ tcpspy \- TCP/IP Connection Monitor
 .I tcpspy
 logs information about selected incoming and outgoing TCP/IP connections to
 syslog. The following information is logged: username, local address and port,
-remote address, port, and optionally the filename of the executable. At
-present, only the IPv4 protocol is supported.
+remote address, port, and optionally the filename of the executable.
 .PP
 .SS "Options"
 .TP
@@ -242,14 +241,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
@@ -266,4 +265,5 @@ Tim J. Robbins <tim@robbins.dropbear.id.
 .BR services (5),
 .BR signal (7),
 .BR syslog (3),
-.BR syslog.conf (5)
+.BR syslog.conf (5),
+.BR tcpspy.rules (5)
