Description: Fix man hyphenation
  This patch fixes hyphenation in zmap.1 
Author: Dariusz Dwornikowski <dariusz.dwornikowski@cs.put.poznan.pl>
--- a/src/zmap.1
+++ b/src/zmap.1
@@ -12,14 +12,14 @@
 .SH OPTIONS
 .SS "Basic options"
 .TP
-.B  \-p, --target-port=port
+.B  \-p, \-\-target-port=port
 TCP port number to scan (for SYN scans)
 .TP
-.B \-o, --output-file=name
+.B \-o, \-\-output-file=name
 When using an output module that uses a file (such as the default),
 write results to this file. Use - for stdout.
 .TP
-.B \-b, --blacklist-file=path
+.B \-b, \-\-blacklist-file=path
 File of subnets to exclude, in CIDR notation (e.g. 192.168.0.0/16), 
 one-per line. It is recommended you use this to exclude RFC 1918
 addresses, multicast, IANA reserved space, and other IANA
@@ -27,120 +27,120 @@
 .B conf/blacklist.conf
 for this purpose.
 .TP
-.B  -w, --whitelist-file=path
+.B  -w, \-\-whitelist-file=path
 File of subnets to constrain scan to, in CIDR 
 notation, e.g. 192.168.0.0/16
 
 .SS "Scan options"
 .TP
-.B \-n, --max-targets=n
+.B \-n, \-\-max-targets=n
 Cap number of targets to probe (as a number or 
 a percentage of the address space)
 .TP
-.B \-N, --max-results=n
+.B \-N, \-\-max-results=n
 Cap number of results to return
 .TP
-.B \-t, --max-runtime=secs
+.B \-t, \-\-max-runtime=secs
 Cap length of time for sending packets
 .TP
-.B \-r, --rate=pps
+.B \-r, \-\-rate=pps
 Set send rate in packets/sec
 .TP
-.B \-B, --bandwidth=bps
+.B \-B, \-\-bandwidth=bps
 Set send rate in bits/second (supports suffixes G, M and K). This 
 overrides the
-.B --rate
+.B \-\-rate
 flag.
 .TP
-.B \-c, --cooldown-time=secs
+.B \-c, \-\-cooldown-time=secs
 How long to continue receiving after sending 
 last probe  (default=8)
 .TP
-.B \-e, --seed=n
+.B \-e, \-\-seed=n
 Seed used to select address permutation.  Specify the same seed in order to scan the same sample repeatedly.
 .TP
-.B \-T, --sender-threads=n
+.B \-T, \-\-sender-threads=n
 Threads used to send packets  (default=1)
 .TP
-.B \-P, --probes=n
+.B \-P, \-\-probes=n
 Number of probes to send to each IP  
 (default=1)
 .TP
-.B \-d, --dryrun
+.B \-d, \-\-dryrun
 Print out each packet to stdout instead of sending it.
 (May be useful for debugging.)
 
 .SS "Network options"
 .TP
-.B \-s, --source-port=port|range
+.B \-s, \-\-source-port=port|range
 Source port(s) for scan packets
 .TP
-.B \-S, --source-ip=ip|range
+.B \-S, \-\-source-ip=ip|range
 Source address(es) for scan packets
 .TP
-.B \-G, --gateway-mac=addr
+.B \-G, \-\-gateway-mac=addr
 Specify gateway MAC address. All packets will be sent to this
 Ethernet address.
 .TP
-.B \-i, --interface=name
+.B \-i, \-\-interface=name
 Specify network interface to use.
 .TP
-.B \-X, --vpn
+.B \-X, \-\-vpn
 If using ZMap through a VPN, use this option. Instead of sending
 raw Ethernet frames, ZMap will send IP packets. When using this
 option, it is generally also necessary to provide the interface
-(through the -i flag).
+(through the \-i flag).
 
 .SS "Advanced options"
 .TP
-.B \-M, --probe-module=name
+.B \-M, \-\-probe-module=name
 Select probe module  (default=tcp_synscan)
 .TP
-.B \-O, --output-module=name
+.B \-O, \-\-output-module=name
 Select output module  (default=simple_file)
 .TP
-.B \-f, --output-fields=fields
+.B \-f, \-\-output-fields=fields
 Fields that should be output in result set; see
-.B --list-output-fields
+.B \-\-list-output-fields
 
 .TP
-.B --probe-args=args
+.B \-\-probe-args=args
 Arguments to pass to probe module
 .TP
-.B --output-args=args
+.B \-\-output-args=args
 Arguments to pass to output module
 .TP
-.B --list-output-modules
+.B \-\-list-output-modules
 List available output modules
 .TP
-.B --list-probe-modules
+.B \-\-list-probe-modules
 List available probe modules
 .TP
-.B --list-output-fields
+.B \-\-list-output-fields
 List all fields that can be output (using
-.B --output-fields
+.B \-\-output-fields
 )
 by selected probe module
 
 .SS "Additional options"
 .TP
-.B \-C, --config=filename
+.B \-C, \-\-config=filename
 Read a configuration file, which can specify 
 any of these options  (default=/etc/zmap/zmap.conf)
 .TP
-.B \-q, --quiet
+.B \-q, \-\-quiet
 Do not print status updates
 .TP
-.B \-g, --summary
+.B \-g, \-\-summary
 Print configuration and summary at end of scan
 .TP
-.B \-v, --verbosity=n
+.B \-v, \-\-verbosity=n
 Level of log detail (0-5)  (default=3)
 .TP
-.B \-h, --help
+.B \-h, \-\-help
 Print help and exit
 .TP
-.B \-V, --version
+.B \-V, \-\-version
 Print version and exit
 
 .SH EXAMPLES
@@ -160,7 +160,7 @@
 interface and can easily use 1 Gbit/second of bandwidth. If your
 network is not able to support sending packets this quickly, your
 local network may become congested, causing connectivity problems for
-you and those around you.  Use the -B (--bandwidth) option to set
+you and those around you. Use the \-B (\-\-bandwidth) option to set
 ZMap's maximum bandwidth to an appropriate limit for your network and
 upstream connection.
 .
