1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-15 20:29:03 +00:00

Use a space between the number and the unit in quantities like "500 ms" in the

Reference Guide. See http://physics.nist.gov/Pubs/SP811/sec07.html#7.2 for a
section of an SI style guide with this rule.
This commit is contained in:
david
2008-06-18 04:29:21 +00:00
parent 5f390306be
commit 5c412b30ef
2 changed files with 6 additions and 6 deletions

View File

@@ -2483,7 +2483,7 @@ containing the returned data (or the case of a failure, an error message).</para
Sets the time, in milliseconds, after which input and
output operations on a socket should time out and
return. The default value is 30,000 (30 seconds). The lowest
allowed value is 10ms, since this is
allowed value is 10&nbsp;ms, since this is
the granularity of NSE network I/O.
</para>
</listitem>