mirror of
https://github.com/nmap/nmap.git
synced 2026-08-03 22:29:06 +00:00
Add missing <filename></filename> tags around a script name in scripting.xml.
This commit is contained in:
parent
0ed2134ea7
commit
00b8d455c3
1 changed files with 1 additions and 1 deletions
|
|
@ -1237,7 +1237,7 @@ socket:close()
|
|||
<indexterm><primary>threads in NSE</primary></indexterm>
|
||||
<indexterm><primary>mutexes in NSE</primary></indexterm>
|
||||
<para>
|
||||
Each thread made for a script (e.g. anonFTP.nse) will yield to other
|
||||
Each thread made for a script (e.g. <filename>anonFTP.nse</filename>) will yield to other
|
||||
scripts whenever it makes a call on network objects (sending/receiving
|
||||
data). Some scripts need finer control over threads' execution. An
|
||||
example is the <literal>whois.nse</literal> script which queries
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue