mirror of
https://github.com/nmap/nmap.git
synced 2025-12-11 10:19:03 +00:00
Fix an awkward cross-reference in scripting.xml. The generated text looked like
"These five variables are described in <versioninfo>" because the reference was to a list item, not to its enclosing section. I changed it so it becomes 'These five variables are the same as those described under <versioninfo> in the section called "match Directive"'.
This commit is contained in:
@@ -1182,7 +1182,7 @@ LUALIB_API int luaopen_openssl(lua_State *L) {
|
|||||||
|
|
||||||
<row>
|
<row>
|
||||||
<entry><literal>product</literal>, <literal>version</literal>, <literal>extrainfo</literal>, <literal>hostname</literal>, <literal>ostype</literal>, <literal>devicetype</literal></entry>
|
<entry><literal>product</literal>, <literal>version</literal>, <literal>extrainfo</literal>, <literal>hostname</literal>, <literal>ostype</literal>, <literal>devicetype</literal></entry>
|
||||||
<entry>These five variables are described in <xref linkend="vscan-versioninfo"/>.
|
<entry>These five variables are the same as those described under <replaceable>versioninfo</replaceable> in <xref linkend="vscan-db-match"/>.
|
||||||
</entry>
|
</entry>
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user