Description: Escaped dashes in manpage sources fixes.
Index: mmpong-0.9/resources/man/mmpongd.6
===================================================================
--- mmpong-0.9/resources/man/mmpongd.6
+++ mmpong-0.9/resources/man/mmpongd.6
@@ -36,22 +36,22 @@
Daemonize and return
.TP
\fB\-n\fP, \fB\-\-nthreads\fP=\fI%d\fP
-Number of threads to run simultaneously (-1 == auto)
+Number of threads to run simultaneously (\-1 == auto)
.TP
\fB\-c\fP, \fB\-\-max-connect\fP=\fI%d\fP
-Maximum number of clients to serve simultaneously (-1 == unlimited)
+Maximum number of clients to serve simultaneously (\-1 == unlimited)
.TP
\fB\-i\fP, \fB\-\-max-per-ip\fP=\fI%d\fP
-Maximum number of clients to allow to connect from one host (-1 == unlimited)
+Maximum number of clients to allow to connect from one host (\-1 == unlimited)
.TP
\fB\-l\fP, \fB\-\-max-payload\fP=\fI%d\fP
-Restrict traffic to specified amount of kBytes/sec (-1 == unlimited)
+Restrict traffic to specified amount of kBytes/sec (\-1 == unlimited)
.TP
\fB\-s\fP, \fB\-\-min-rttm-interval\fP=\fI%s\fP
-Minimal interval between near-synchronous packet transfers (-1 == unrestricted)
+Minimal interval between near-synchronous packet transfers (\-1 == unrestricted)
.TP
\fB\-t\fP, \fB\-\-client-timeout\fP=\fI%d\fP
-Timeout between status updates before client session is terminated, measured in msecs (-1 == no timeout)
+Timeout between status updates before client session is terminated, measured in msecs (\-1 == no timeout)
.TP
\fB\-\-verbose\fP
Log more messages to the console