1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-09 22:21:29 +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:
david
2009-02-14 16:26:50 +00:00
parent fb0f1cdd93
commit 31e62d195d

View File

@@ -1182,7 +1182,7 @@ LUALIB_API int luaopen_openssl(lua_State *L) {
<row>
<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>
</row>