Description: fix manpage errors
 this patch fixes two types of errors in the supplied manpages:
 - manpage-has-errors-from-man (warning: macro `"' not defined):
   this patch adds the missing '\' signs to the comment lines
 - hyphen-used-as-minus-sign:
   a lot of minus sign occurences are missing the '\' escape sign
   and would therefore be interpreted as hyphens. This patch
   adds the escape signs where appropriate.
Author: Raoul Gunnar Borenius <borenius@dfn.de>
Forwarded: no
Last-Update: 2012-04-23
--- a/doc/bwctld.keys.man
+++ b/doc/bwctld.keys.man
@@ -1,26 +1,26 @@
-." The first line of this file must contain the '"[e][r][t][v] line
-." to tell man to run the appropriate filter "t" for table.
-."
-."	$Id: bwctld.keys.man 517 2009-01-20 14:36:51Z aaron $
-."
-."######################################################################
-."#									#
-."#			   Copyright (C)  2004				#
-."#	     			Internet2				#
-."#			   All Rights Reserved				#
-."#									#
-."######################################################################
-."
-."	File:		bwctld.keys.man
-."
-."	Author:		Jeff Boote
-."			Internet2
-."
-."	Date:		Fri Feb 13 11:53:48 MST 2004
-."
-."	Description:	
-."
-.TH bwctld.keys 5 "$Date: 2009-01-20 09:36:51 -0500 (Tue, 20 Jan 2009) $"
+.\" The first line of this file must contain the '"[e][r][t][v] line
+.\" to tell man to run the appropriate filter "t" for table.
+.\"
+.\"	$Id: bwctld.keys.man 517 2009-01-20 14:36:51Z aaron $
+.\"
+.\"######################################################################
+.\"#									#
+.\"#			   Copyright (C)  2004				#
+.\"#	     			Internet2				#
+.\"#			   All Rights Reserved				#
+.\"#									#
+.\"######################################################################
+.\"
+.\"	File:		bwctld.keys.man
+.\"
+.\"	Author:		Jeff Boote
+.\"			Internet2
+.\"
+.\"	Date:		Fri Feb 13 11:53:48 MST 2004
+.\"
+.\"	Description:
+.\"
+.TH bwctld.keys 5 "$Date: 2009\-01\-20 09:36:51 \-0500 (Tue, 20 Jan 2009) $"
 .SH NAME
 bwctld.keys \- \fBB\fRand\fBw\fRidth \fBC\fRon\fBt\fRro\fBl\fR
 \fBD\fRaemon AES keyfile database
--- a/I2util/doc/aespasswd.man
+++ b/I2util/doc/aespasswd.man
@@ -1,26 +1,26 @@
 .TH aespasswd 1 "2004 Feb 8"
-." The first line of this file must contain the '"[e][r][t][v] line
-." to tell man to run the appropriate filter "t" for table.
-."
-."	$Id: aespasswd.man 118 2005-08-28 21:08:31Z boote $
-."
-."######################################################################
-."#									#
-."#			   Copyright (C)  2004				#
-."#	     			Internet2				#
-."#			   All Rights Reserved				#
-."#									#
-."######################################################################
-."
-."	File:		aespasswd.man
-."
-."	Author:		Jeff Boote
-."			Internet2
-."
-."	Date:		Sun Feb 08 00:23:56 MST 2004
-."
-."	Description:	
-."
+.\" The first line of this file must contain the '"[e][r][t][v] line
+.\" to tell man to run the appropriate filter "t" for table.
+.\"
+.\"	$Id: aespasswd.man 118 2005-08-28 21:08:31Z boote $
+.\"
+.\"######################################################################
+.\"#									#
+.\"#			   Copyright (C)  2004				#
+.\"#	     			Internet2				#
+.\"#			   All Rights Reserved				#
+.\"#									#
+.\"######################################################################
+.\"
+.\"	File:		aespasswd.man
+.\"
+.\"	Author:		Jeff Boote
+.\"			Internet2
+.\"
+.\"	Date:		Sun Feb 08 00:23:56 MST 2004
+.\"
+.\"	Description:
+.\"
 .SH NAME
 aespasswd \- Used to create and manage an AES keyfile.
 .SH SYNOPSIS
@@ -63,18 +63,18 @@
 added. Comment lines are any line where the first non-white space character
 is '\fB#\fR'.
 .SH EXAMPLES
-\fBaespasswd -f /usr/local/etc/bwctld.keys testuser\fP
+\fBaespasswd \-f /usr/local/etc/bwctld.keys testuser\fP
 .IP
 Adds a key for the identity \fItestuser\fR. The user is prompted for
 a passphrase. If the file does not exist, an error message will
 be printed and no action will be taken.
 .LP
-\fBaespasswd -f /usr/local/etc/bwctld.keys -n testuser\fP
+\fBaespasswd \-f /usr/local/etc/bwctld.keys \-n testuser\fP
 .IP
 Creates the file before doing the same as above. If the file already
 exists, an error message will be printed and no action will be taken.
 .LP
-\fBaespasswd -f /usr/local/etc/bwctld.keys -d testuser\fP
+\fBaespasswd \-f /usr/local/etc/bwctld.keys \-d testuser\fP
 .IP
 Deletes the identity \fItestuser\fR from the keyfile.
 If the file does not exist, an error message will be printed and no action will be taken.
--- a/I2util/doc/pfstore.man
+++ b/I2util/doc/pfstore.man
@@ -1,31 +1,31 @@
-." The first line of this file must contain the '"[e][r][t][v] line
-." to tell man to run the appropriate filter "t" for table.
-."
-."	$Id: pfstore.man 184 2007-02-01 19:51:00Z boote $
-."
-."######################################################################
-."#									#
-."#			   Copyright (C)  2006				#
-."#	     			Internet2				#
-."#			   All Rights Reserved				#
-."#									#
-."######################################################################
-."
-."	File:		pfstore.man
-."
-."	Author:		Jeff Boote
-."			Internet2
-."
-."	Date:		Sun Nov  5 15:00:39 MST 2006
-."
-."	Description:	
-."
-.TH pfstore 1 "$Date: 2007-02-01 14:51:00 -0500 (Thu, 01 Feb 2007) $"
+.\" The first line of this file must contain the '"[e][r][t][v] line
+.\" to tell man to run the appropriate filter "t" for table.
+.\"
+.\"	$Id: pfstore.man 184 2007-02-01 19:51:00Z boote $
+.\"
+.\"######################################################################
+.\"#									#
+.\"#			   Copyright (C)  2006				#
+.\"#	     			Internet2				#
+.\"#			   All Rights Reserved				#
+.\"#									#
+.\"######################################################################
+.\"
+.\"	File:		pfstore.man
+.\"
+.\"	Author:		Jeff Boote
+.\"			Internet2
+.\"
+.\"	Date:		Sun Nov  5 15:00:39 MST 2006
+.\"
+.\"	Description:
+.\"
+.TH pfstore 1 "$Date: 2007\-02\-01 14:51:00 \-0500 (Thu, 01 Feb 2007) $"
 .SH NAME
 pfstore \- Used to create and manage a pass-phrase store.
 .SH SYNOPSIS
 .B pfstore 
-[\fI-n\fR] [\fI-d\fR] \fI-f pfsfile identity
+[\fI\-n\fR] [\fI\-d\fR] \fI\-f pfsfile identity
 .SH OPTIONS
 .TP
 \fB\-n\fR
@@ -62,18 +62,18 @@
 added. Comment lines are any line where the first non-white space character
 is '\fB#\fR'.
 .SH EXAMPLES
-\fBpfstore -f /usr/local/etc/owampd.pfs testuser\fP
+\fBpfstore \-f /usr/local/etc/owampd.pfs testuser\fP
 .IP
 Adds a pass-phrase for the identity \fItestuser\fR. The user is prompted for
 a pass-phrase. If the file does not exist, an error message will
 be printed and no action will be taken.
 .LP
-\fBpfstore -f /usr/local/etc/owampd.pfs -n testuser\fP
+\fBpfstore \-f /usr/local/etc/owampd.pfs \-n testuser\fP
 .IP
 Creates the file before doing the same as above. If the file already
 exists, an error message will be printed and no action will be taken.
 .LP
-\fBpfstore -f /usr/local/etc/owampd.pfs -d testuser\fP
+\fBpfstore \-f /usr/local/etc/owampd.pfs \-d testuser\fP
 .IP
 Deletes the identity \fItestuser\fR from the pfsfile.
 If the file does not exist, an error message will be printed and no action will be taken.
--- a/thrulay/doc/thrulay.1
+++ b/thrulay/doc/thrulay.1
@@ -9,46 +9,46 @@
 .SH NAME
 thrulay \- network capacity tester (client part)
 .SH SYNOPSIS
-.B thrulay [-h] [-v] [-b] [-D
+.B thrulay [\-h] [\-v] [\-b] [\-D
 .I DSCP
-.B ] [-m#] [-t#] [-i#] [-w#] [-l#] [-p#] [-u#] [-T#] [-g
+.B ] [\-m#] [\-t#] [\-i#] [\-w#] [\-l#] [\-p#] [\-u#] [\-T#] [\-g
 .I group] 
 .I host
 .SH DESCRIPTION
 .B thrulay
-This is the client part of thrulay - a network capacity tester.
+This is the client part of thrulay \- a network capacity tester.
 .SH OPTIONS
-.IP "-h"
+.IP "\-h"
 Display help and exit.
-.IP "-v"
+.IP "\-v"
 Output version information and exit.
-.IP "-b"
+.IP "\-b"
 Busy wait in UDP test.
-.IP "-D DSCP"
+.IP "\-D DSCP"
 DSCP value for TOS byte (default: unset)
-.IP "-m#"
+.IP "\-m#"
 Number of TCP test streams (default: 1).
-.IP "-t#"
+.IP "\-t#"
 Test duration, in seconds (default: 60s).
-.IP "-i#"
+.IP "\-i#"
 Reporting interval, in seconds (default: 1s). No effect for UDP tests.
-.IP "-w#"
+.IP "\-w#"
 Window, in bytes (default: 4194304B).
-.IP "-l#"
+.IP "\-l#"
 Block size (default: 8192B).
-.IP "-p#"
+.IP "\-p#"
 Server port (default: 5003).
-.IP "-u#[kMGT]"
+.IP "\-u#[kMGT]"
 UDP mode with given rate (default: off).
 In UDP mode, rate is in bits per second and can be followed by a SI suffix
-(k for 1000, M for 1000000); default packet size, 1500, can be changed with -l;
+(k for 1000, M for 1000000); default packet size, 1500, can be changed with \-l;
 window size becomes the UDP send buffer size; reporting interval is ignored.
-.IP "-T#"
+.IP "\-T#"
 TTL field for multicast (default: 1).
-.IP "-g group"
+.IP "\-g group"
 Multicast group to send test data to.
 .SH BUGS
-Please send bug reports to thrulay-users@internet2.edu.
+Please send bug reports to thrulay\-users@internet2.edu.
 .SH AUTHOR
 Stanislav Shalunov, http://www.internet2.edu/~shalunov/
 .SH "SEE ALSO"
--- a/doc/bwctl.man
+++ b/doc/bwctl.man
@@ -1,26 +1,26 @@
-.TH bwctl 1 "$Date: 2012-03-26 23:09:35 -0400 (Mon, 26 Mar 2012) $"
-." The first line of this file must contain the '"[e][r][t][v] line
-." to tell man to run the appropriate filter "t" for table.
-."
-."	$Id: bwctl.man 559 2012-03-27 03:09:35Z boote $
-."
-."######################################################################
-."#									#
-."#			   Copyright (C)  2004				#
-."#	     			Internet2				#
-."#			   All Rights Reserved				#
-."#									#
-."######################################################################
-."
-."	File:		bwctl.1
-."
-."	Author:		Jeff Boote
-."			Internet2
-."
-."	Date:		Sun Feb  8 16:01:25 MST 2004
-."
-."	Description:	
-."
+.TH bwctl 1 "$Date: 2012\-03\-26 23:09:35 \-0400 (Mon, 26 Mar 2012) $"
+.\" The first line of this file must contain the '"[e][r][t][v] line
+.\" to tell man to run the appropriate filter "t" for table.
+.\"
+.\"	$Id: bwctl.man 559 2012-03-27 03:09:35Z boote $
+.\"
+.\"######################################################################
+.\"#									#
+.\"#			   Copyright (C)  2004				#
+.\"#	     			Internet2				#
+.\"#			   All Rights Reserved				#
+.\"#									#
+.\"######################################################################
+.\"
+.\"	File:		bwctl.1
+.\"
+.\"	Author:		Jeff Boote
+.\"			Internet2
+.\"
+.\"	Date:		Sun Feb  8 16:01:25 MST 2004
+.\"
+.\"	Description:
+.\"
 .SH NAME
 bwctl \- Client application to request throughput tests.
 .SH SYNOPSIS
@@ -587,35 +587,35 @@
 Only tested with versions 1.7.0 and 2.0.b of \fBIperf\fR.
 .SH EXAMPLES
 .LP
-\fBbwctl -c somehost.example.com\fR
+\fBbwctl \-c somehost.example.com\fR
 .IP
 Run a default 10 second TCP test as soon as possible with
 \fIlocal\fR as the sender and somehost.example.com as the receiver, using
 whichever tools they have in common. Return the results from the receive side
 of the test.
 .LP
-\fBbwctl -x -c somehost.example.com\fR
+\fBbwctl \-x \-c somehost.example.com\fR
 .IP
 Like the previous test, but also return the results from the sender
 side of the test.
 .LP
-\fBbwctl -x -c somehost.example.com -s otherhost.example.com\fR
+\fBbwctl \-x \-c somehost.example.com \-s otherhost.example.com\fR
 .IP
 Like the previous test, but with otherhost.example.com as the
 sender instead of \fIlocal\fR.
 .LP
-\fBbwctl -t 30 -T iperf -s somehost.example.com\fR
+\fBbwctl \-t 30 \-T iperf \-s somehost.example.com\fR
 .IP
 Run a 30 second TCP \fBIperf\fR test with somehost.example.com as the sender
 and \fIlocal\fR as the receiver.
 .LP
-\fBbwctl -I 3600 -R 10 -t 10 -u -b 10m -s somehost.example.com\fR
+\fBbwctl \-I 3600 \-R 10 \-t 10 \-u \-b 10m \-s somehost.example.com\fR
 .IP
-Run a 10 second UDP test about every hour (3600 +/- 360 seconds) with
+Run a 10 second UDP test about every hour (3600 +/\- 360 seconds) with
 the sender rate limited to 10 Mbits per second from somehost.example.com to
 \fIlocal\fR.
 .LP
-\fBbwctl -s somehost.example.com AE AESKEY someuser\fR
+\fBbwctl \-s somehost.example.com AE AESKEY someuser\fR
 .IP
 Run the default 10 second TCP test. Authenticate using
 the identity \fIsomeuser\fR. \fBbwctl\fR will prompt for a passphrase
@@ -626,7 +626,7 @@
 For details on \fBIperf\fR, see the \%http://sourceforge.net/projects/iperf
 web site.
 .PP
-For details on \fBNuttcp\fR, see the \%http://www.wcisd.hpc.mil/nuttcp/Nuttcp-HOWTO.html
+For details on \fBNuttcp\fR, see the \%http://www.wcisd.hpc.mil/nuttcp/Nuttcp\-HOWTO.html
 web site.
 .PP
 For details on \fBThrulay\fR, see the \%http://e2epi.internet2.edu/thrulay/
--- a/doc/bwctld.man
+++ b/doc/bwctld.man
@@ -1,27 +1,27 @@
-'"t
-." The first line of this file must contain the '"[e][r][t][v] line
-." to tell man to run the appropriate filter "t" for table.
-."
-."	$Id: bwctld.man 530 2009-02-23 13:08:04Z aaron $
-."
-."######################################################################
-."#									#
-."#			   Copyright (C)  2004				#
-."#	     			Internet2				#
-."#			   All Rights Reserved				#
-."#									#
-."######################################################################
-."
-."	File:		bwctld.8
-."
-."	Author:		Jeff Boote
-."			Internet2
-."
-."	Date:		Tue Feb 10 22:23:30 MST 2004
-."
-."	Description:	
-."
-.TH bwctld 8 "$Date: 2009-02-23 08:08:04 -0500 (Mon, 23 Feb 2009) $"
+'\"t
+.\" The first line of this file must contain the '"[e][r][t][v] line
+.\" to tell man to run the appropriate filter "t" for table.
+.\"
+.\"	$Id: bwctld.man 530 2009-02-23 13:08:04Z aaron $
+.\"
+.\"######################################################################
+.\"#									#
+.\"#			   Copyright (C)  2004				#
+.\"#	     			Internet2				#
+.\"#			   All Rights Reserved				#
+.\"#									#
+.\"######################################################################
+.\"
+.\"	File:		bwctld.8
+.\"
+.\"	Author:		Jeff Boote
+.\"			Internet2
+.\"
+.\"	Date:		Tue Feb 10 22:23:30 MST 2004
+.\"
+.\"	Description:
+.\"
+.TH bwctld 8 "$Date: 2009\-02\-23 08:08:04 \-0500 (Mon, 23 Feb 2009) $"
 .SH NAME
 bwctld \- \fBB\fRand\fBw\fRidth \fBC\fRon\fBt\fRro\fBl\fR server.
 .SH SYNOPSIS
@@ -178,7 +178,7 @@
 For details on \fBIperf\fR, see the \%http://sourceforge.net/projects/iperf
 web site.
 .PP
-For details on \fBNuttcp\fR, see the \%http://www.wcisd.hpc.mil/nuttcp/Nuttcp-HOWTO.html
+For details on \fBNuttcp\fR, see the \%http://www.wcisd.hpc.mil/nuttcp/Nuttcp\-HOWTO.html
 web site.
 .PP
 For details on \fBThrulay\fR, see the \%http://e2epi.internet2.edu/thrulay/
--- a/doc/bwctld.limits.man
+++ b/doc/bwctld.limits.man
@@ -1,27 +1,27 @@
 '\"t
-." The first line of this file must contain the '"[e][r][t][v] line
-." to tell man to run the appropriate filter "t" for table.
-."
-."	$Id: bwctld.limits.man 530 2009-02-23 13:08:04Z aaron $
-."
-."######################################################################
-."#									#
-."#			   Copyright (C)  2004				#
-."#	     			Internet2				#
-."#			   All Rights Reserved				#
-."#									#
-."######################################################################
-."
-."	File:		bwctld.limits.man
-."
-."	Author:		Jeff Boote
-."			Internet2
-."
-."	Date:		Fri Feb 13 12:45:52 MST 2004
-."
-."	Description:	
-."
-.TH bwctld.limits 5 "$Date: 2009-02-23 08:08:04 -0500 (Mon, 23 Feb 2009) $"
+.\" The first line of this file must contain the '"[e][r][t][v] line
+.\" to tell man to run the appropriate filter "t" for table.
+.\"
+.\"	$Id: bwctld.limits.man 530 2009-02-23 13:08:04Z aaron $
+.\"
+.\"######################################################################
+.\"#									#
+.\"#			   Copyright (C)  2004				#
+.\"#	     			Internet2				#
+.\"#			   All Rights Reserved				#
+.\"#									#
+.\"######################################################################
+.\"
+.\"	File:		bwctld.limits.man
+.\"
+.\"	Author:		Jeff Boote
+.\"			Internet2
+.\"
+.\"	Date:		Fri Feb 13 12:45:52 MST 2004
+.\"
+.\"	Description:
+.\"
+.TH bwctld.limits 5 "$Date: 2009\-02\-23 08:08:04 \-0500 (Mon, 23 Feb 2009) $"
 .SH NAME
 bwctld.limits \- \fBB\fRand\fBw\fRidth \fBC\fRon\fBt\fRro\fBl\fR
 \fBd\fRaemon policy configuration file
@@ -290,7 +290,7 @@
 administrator can define other \fIuserclasses\fR with a larger
 \fIevent_horizon\fR allowing then to have priority over this class.
 (Suggestions for other methods of priority scheduling should be sent to
-bwctl-users@internet2.edu.)
+bwctl\-users@internet2.edu.)
 .PP
 Now, these three \fIuserclasses\fR might be assigned to specific connections
 in the following ways:
@@ -328,7 +328,7 @@
 For details on \fBIperf\fR, see the \%http://sourceforge.net/projects/iperf
 web site.
 .PP
-For details on \fBNuttcp\fR, see the \%http://www.wcisd.hpc.mil/nuttcp/Nuttcp-HOWTO.html
+For details on \fBNuttcp\fR, see the \%http://www.wcisd.hpc.mil/nuttcp/Nuttcp\-HOWTO.html
 web site.
 .PP
 For details on \fBThrulay\fR, see the \%http://e2epi.internet2.edu/thrulay/
--- a/doc/bwctld_conf_opts.man
+++ b/doc/bwctld_conf_opts.man
@@ -1,25 +1,25 @@
-." The first line of this file must contain the '"[e][r][t][v] line
-." to tell man to run the appropriate filter "t" for table.
-."
-."	$Id: bwctlrc.man 493 2008-10-09 16:27:47Z aaron $
-."
-."######################################################################
-."#									#
-."#			   Copyright (C)  2004				#
-."#	     			Internet2				#
-."#			   All Rights Reserved				#
-."#									#
-."######################################################################
-."
-."	File:		bwctlrc.8
-."
-."	Author:		Jeff Boote and Aaron Brown
-."			    Internet2
-."
-."	Date:		Tue Jan 06 07:44:09 EST 2009
-."
-."	Description:	
-."
+.\" The first line of this file must contain the '"[e][r][t][v] line
+.\" to tell man to run the appropriate filter "t" for table.
+.\"
+.\"	$Id: bwctlrc.man 493 2008-10-09 16:27:47Z aaron $
+.\"
+.\"######################################################################
+.\"#									#
+.\"#			   Copyright (C)  2004				#
+.\"#	     			Internet2				#
+.\"#			   All Rights Reserved				#
+.\"#									#
+.\"######################################################################
+.\"
+.\"	File:		bwctlrc.8
+.\"
+.\"	Author:		Jeff Boote and Aaron Brown
+.\"			    Internet2
+.\"
+.\"	Date:		Tue Jan 06 07:44:09 EST 2009
+.\"
+.\"	Description:
+.\"
 .PP
 The format of this file is:
 .RS
@@ -96,7 +96,7 @@
 future once a dynamic \fIbottleneck_capacity\fR algorithm is incorporated
 into the code. (This option only really works when the local NIC is
 the bottleneck.) If this option is not specified, the dynamic window
-calculation requested by the \fB-W\fR option to \fBbwctl\fR is not
+calculation requested by the \fB\-W\fR option to \fBbwctl\fR is not
 done and the advisory value is used.
 .RS
 .IP Default:
@@ -106,7 +106,7 @@
 .BI control_timeout " controltimeout"
 Number of seconds to wait for protocol messages before timing out. This
 value should be significantly larger than what typical users specify
-for the \fB-I\fR flag of \fBbwctl\fR or \fBbwctl\fR will have to open
+for the \fB\-I\fR flag of \fBbwctl\fR or \fBbwctl\fR will have to open
 a new control connection for each new test it requests.
 .RS
 .IP Default:
@@ -131,7 +131,7 @@
 .TP
 .BI group " group"
 Specifies the gid the \fBbwctld\fR process should run as. \fIgroup\fR
-can be specified using a valid group name on the system or by using -gid.
+can be specified using a valid group name on the system or by using \-gid.
 This option is only used if \fBbwctld\fR is started as root.
 .RS
 .IP Default:
@@ -151,10 +151,10 @@
 The port number(s) that \fBIperf\fR receivers will use.
 Currently, \fBbwctld\fR simply cycles through this range linearly.
 \fIiperf_port\fR can be specified as a single valid port number or as
-a range as \fIlow\fR-\fIhigh\fR. The range must be specified as two valid
-port numbers with the '-' character separating them. Whitespace is
-not allowed within the \fIiperf_port\fR. For example, \fB"5001-5004"\fR would
-be valid, but \fB"5001 - 5004"\fR would be invalid.
+a range as \fIlow\fR\-\fIhigh\fR. The range must be specified as two valid
+port numbers with the '\-' character separating them. Whitespace is
+not allowed within the \fIiperf_port\fR. For example, \fB"5001\-5004"\fR would
+be valid, but \fB"5001 \- 5004"\fR would be invalid.
 .RS
 .PP
 This value should be set to a range because it can take a few minutes for a
@@ -190,10 +190,10 @@
 The port number(s) that \fBNuttcp\fR receivers will use.
 Currently, \fBbwctld\fR simply cycles through this range linearly.
 \fInuttcp_port\fR can be specified as a single valid port number or as
-a range as \fIlow\fR-\fIhigh\fR. The range must be specified as two valid
-port numbers with the '-' character separating them. Whitespace is
-not allowed within the \fInuttcp_port\fR. For example, \fB"5001-5004"\fR would
-be valid, but \fB"5001 - 5004"\fR would be invalid.
+a range as \fIlow\fR\-\fIhigh\fR. The range must be specified as two valid
+port numbers with the '\-' character separating them. Whitespace is
+not allowed within the \fInuttcp_port\fR. For example, \fB"5001\-5004"\fR would
+be valid, but \fB"5001 \- 5004"\fR would be invalid.
 .RS
 .PP
 This value should be set to a range because it can take a few minutes for a
@@ -207,7 +207,7 @@
 5001
 .RE
 .TP
-.BI peer_port " 0 | lowport-highport"
+.BI peer_port " 0 | lowport\-highport"
 Specify the port range that will be used on the local host for peer
 connections to other
 .B bwctld
@@ -289,10 +289,10 @@
 The port number(s) that \fBThrulay\fR receivers will use.
 Currently, \fBbwctld\fR simply cycles through this range linearly.
 \fIthrulay_port\fR can be specified as a single valid port number or as
-a range as \fIlow\fR-\fIhigh\fR. The range must be specified as two valid
-port numbers with the '-' character separating them. Whitespace is
-not allowed within the \fIthrulay_port\fR. For example, \fB"5001-5004"\fR would
-be valid, but \fB"5001 - 5004"\fR would be invalid.
+a range as \fIlow\fR\-\fIhigh\fR. The range must be specified as two valid
+port numbers with the '\-' character separating them. Whitespace is
+not allowed within the \fIthrulay_port\fR. For example, \fB"5001\-5004"\fR would
+be valid, but \fB"5001 \- 5004"\fR would be invalid.
 .RS
 .PP
 This value should be set to a range because it can take a few minutes for a
@@ -308,7 +308,7 @@
 .TP
 .BI user " user"
 Specifies the uid the \fBbwctld\fR process should run as. \fIuser\fR
-can be specified using a valid user name on the system or by using -uid.
+can be specified using a valid user name on the system or by using \-uid.
 This option is only used if \fBbwctld\fR is started as root. If the
 given \fIuser\fR has \fIroot\fR permissions, the \fIroot_folly\fR option
 must also be specified.
--- a/doc/bwctld.conf.ms
+++ b/doc/bwctld.conf.ms
@@ -1,26 +1,26 @@
-." The first line of this file must contain the '"[e][r][t][v] line
-." to tell man to run the appropriate filter "t" for table.
-."
-."	$Id: bwctld.conf.man 493 2008-10-09 16:27:47Z aaron $
-."
-."######################################################################
-."#									#
-."#			   Copyright (C)  2004				#
-."#	     			Internet2				#
-."#			   All Rights Reserved				#
-."#									#
-."######################################################################
-."
-."	File:		bwctld.8
-."
-."	Author:		Jeff Boote
-."			Internet2
-."
-."	Date:		Thu Feb 12 15:44:09 MST 2004
-."
-."	Description:	
-."
-.TH bwctld.conf 5 "$Date: 2008-10-09 12:27:47 -0400 (Thu, 09 Oct 2008) $"
+.\" The first line of this file must contain the '"[e][r][t][v] line
+.\" to tell man to run the appropriate filter "t" for table.
+.\"
+.\"	$Id: bwctld.conf.man 493 2008-10-09 16:27:47Z aaron $
+.\"
+.\"######################################################################
+.\"#									#
+.\"#			   Copyright (C)  2004				#
+.\"#	     			Internet2				#
+.\"#			   All Rights Reserved				#
+.\"#									#
+.\"######################################################################
+.\"
+.\"	File:		bwctld.8
+.\"
+.\"	Author:		Jeff Boote
+.\"			Internet2
+.\"
+.\"	Date:		Thu Feb 12 15:44:09 MST 2004
+.\"
+.\"	Description:
+.\"
+.TH bwctld.conf 5 "$Date: 2008\-10\-09 12:27:47 \-0400 (Thu, 09 Oct 2008) $"
 .SH NAME
 bwctld.conf \- \fBB\fRand\fBw\fRidth \fBC\fRon\fBt\fRro\fBl\fR
 \fBd\fRaemon configuration file
@@ -43,7 +43,7 @@
 For details on \fBIperf\fR, see the \%http://sourceforge.net/projects/iperf
 web site.
 .PP
-For details on \fBNuttcp\fR, see the \%http://www.wcisd.hpc.mil/nuttcp/Nuttcp-HOWTO.html
+For details on \fBNuttcp\fR, see the \%http://www.wcisd.hpc.mil/nuttcp/Nuttcp\-HOWTO.html
 web site.
 .PP
 For details on \fBThrulay\fR, see the \%http://e2epi.internet2.edu/thrulay/
--- a/doc/bwctlrc.ms
+++ b/doc/bwctlrc.ms
@@ -1,26 +1,26 @@
-." The first line of this file must contain the '"[e][r][t][v] line
-." to tell man to run the appropriate filter "t" for table.
-."
-."	$Id: bwctlrc.man 493 2008-10-09 16:27:47Z aaron $
-."
-."######################################################################
-."#									#
-."#			   Copyright (C)  2004				#
-."#	     			Internet2				#
-."#			   All Rights Reserved				#
-."#									#
-."######################################################################
-."
-."	File:		bwctlrc.8
-."
-."	Author:		Jeff Boote and Aaron Brown
-."			    Internet2
-."
-."	Date:		Tue Jan 06 07:44:09 EST 2009
-."
-."	Description:	
-."
-.TH bwctlrc 5 "$Date: 2008-10-09 12:27:47 -0400 (Thu, 09 Oct 2008) $"
+.\" The first line of this file must contain the '"[e][r][t][v] line
+.\" to tell man to run the appropriate filter "t" for table.
+.\"
+.\"	$Id: bwctlrc.man 493 2008-10-09 16:27:47Z aaron $
+.\"
+.\"######################################################################
+.\"#									#
+.\"#			   Copyright (C)  2004				#
+.\"#	     			Internet2				#
+.\"#			   All Rights Reserved				#
+.\"#									#
+.\"######################################################################
+.\"
+.\"	File:		bwctlrc.8
+.\"
+.\"	Author:		Jeff Boote and Aaron Brown
+.\"			    Internet2
+.\"
+.\"	Date:		Tue Jan 06 07:44:09 EST 2009
+.\"
+.\"	Description:
+.\"
+.TH bwctlrc 5 "$Date: 2008\-10\-09 12:27:47 \-0400 (Thu, 09 Oct 2008) $"
 .SH NAME
 bwctlrc \- \fBB\fRand\fBw\fRidth \fBC\fRon\fBt\fRro\fBl\fR configuration file
 .SH DESCRIPTION
@@ -44,7 +44,7 @@
 For details on \fBIperf\fR, see the \%http://sourceforge.net/projects/iperf
 web site.
 .PP
-For details on \fBNuttcp\fR, see the \%http://www.wcisd.hpc.mil/nuttcp/Nuttcp-HOWTO.html
+For details on \fBNuttcp\fR, see the \%http://www.wcisd.hpc.mil/nuttcp/Nuttcp\-HOWTO.html
 web site.
 .PP
 For details on \fBThrulay\fR, see the \%http://e2epi.internet2.edu/thrulay/
