1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-09 22:21:29 +00:00

Add missing <filename></filename> tags around a script name in scripting.xml.

This commit is contained in:
david
2008-11-04 22:03:47 +00:00
parent 0ed2134ea7
commit 00b8d455c3

View File

@@ -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