mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +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:
parent
5f390306be
commit
5c412b30ef
2 changed files with 6 additions and 6 deletions
|
|
@ -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 ms, since this is
|
||||
the granularity of NSE network I/O.
|
||||
</para>
|
||||
</listitem>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue