mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49: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:
parent
fb0f1cdd93
commit
31e62d195d
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue