1
0
mirror of https://github.com/nmap/nmap.git synced 2026-02-08 22:46:34 +00:00

Judiciously add quotes around certain index terms, because <quote>, <literal>,

and <varname> don't survive into the index.
This commit is contained in:
david
2008-07-13 21:05:32 +00:00
parent 83e1367a7f
commit 6631bfd608
2 changed files with 46 additions and 45 deletions

View File

@@ -51,7 +51,7 @@
<para>The output from Nmap is a list of scanned targets, with
supplemental information on each depending on the options
used. Key among that information is the <quote>interesting ports
table</quote>.<indexterm><primary>ports</primary><secondary><quote>interesting</quote></secondary></indexterm>
table</quote>.<indexterm><primary>ports</primary><secondary sortas="interesting">&ldquo;interesting&rdquo;</secondary></indexterm>
That table lists the port number and protocol,
service name, and state. The state is either
<literal>open</literal>, <literal>filtered</literal>,
@@ -3970,7 +3970,7 @@ overwhelming requests. Specify <option>--open</option> to only see
version available from <ulink
url="http://nmap.org"/>. If the problem persists,
do some research to determine whether it has already been
discovered and addressed. Try searching for the error message on our search page at <xref linkend="http://insecure.org/search.html"/> or at Google. Also try
discovered and addressed. Try searching for the error message on our search page at <ulink url="http://insecure.org/search.html"/> or at Google. Also try
browsing the <citetitle>nmap-dev</citetitle> archives at <ulink
url="http://seclists.org/" />.<indexterm><primary><citetitle>nmap-dev</citetitle> mailing list</primary></indexterm>
Read this full manual page as
@@ -3982,7 +3982,7 @@ overwhelming requests. Specify <option>--open</option> to only see
nmap-dev@insecure.org are far more likely to be answered than
those sent to Fyodor directly. If you subscribe to the nmap-dev
list before posting, your message will bypass moderation and get
through more quickly. Subscribe at <xref linkend="http://cgi.insecure.org/mailman/listinfo/nmap-dev"/>.</para>
through more quickly. Subscribe at <ulink url="http://cgi.insecure.org/mailman/listinfo/nmap-dev"/>.</para>
<para>Code patches to fix bugs are even better than bug reports.
Basic instructions for creating patch files with your changes are