Package: nmap Version: 3.93-1.0.1 Severity: minor Tags: patch Hello,
Please find attached a patch which fixes a formatting issue in the nmap.1 man page. A line starting by a single quote introduce a groff macro. As the h' macro does not exist, the line is not displayed. \& is a zero width space, and prevent this issue (you can also choose to wrap the line at another place. Thanks in advance, -- Nekral
diff -rauN ../orig/nmap-3.93/docs/nmap.1 ./nmap-3.93/docs/nmap.1 --- ../orig/nmap-3.93/docs/nmap.1 2005-10-27 12:53:11.000000000 +0200 +++ ./nmap-3.93/docs/nmap.1 2005-10-27 12:53:54.000000000 +0200 @@ -838,7 +838,7 @@ multi-user systems -- they often want to test their security without letting everyone else on the system know exactly which systems they are scanning. Use --interactive to activate this mode and then type -'h' for help. This option is rarely used because proper shells are +\&'h' for help. This option is rarely used because proper shells are usually more familiar and feature-complete. .TP .B \-\-randomize_hosts

