1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-04 05:39:01 +00:00

Fix man pages, corrupted from auto-generation

The docbook-to-nroff XSL pages turn indexterms into nroff comments, but
have a bug: If the closing indexterm element is not followed by
whitespace and cdata, then the following element or cdata is stuck on
the same line as the comment. Fixed this temporarily by introducing
whitespace between </indexterm> and following cdata or by moving the
indexterm elements after any other element (<command>, <term>, etc.)
that they reference.
This commit is contained in:
dmiller
2014-10-22 19:24:28 +00:00
parent e9354a4793
commit 29ce5da5a1
8 changed files with 59 additions and 43 deletions

View File

@@ -2,12 +2,12 @@
.\" Title: Ncat
.\" Author: [see the "Authors" section]
.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
.\" Date: 08/29/2014
.\" Date: 10/22/2014
.\" Manual: Ncat Reference Guide
.\" Source: Ncat
.\" Language: English
.\"
.TH "NCAT" "1" "08/29/2014" "Ncat" "Ncat Reference Guide"
.TH "NCAT" "1" "10/22/2014" "Ncat" "Ncat Reference Guide"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------

View File

@@ -327,7 +327,7 @@
<option>--ssl</option> except that it also requires verification of
the server certificate. Ncat comes with a default set of trusted
certificates in the file
<filename>ca-bundle.crt</filename><indexterm><primary><filename>ca-bundle.crt</filename></primary></indexterm>.
<filename>ca-bundle.crt</filename>.<indexterm><primary><filename>ca-bundle.crt</filename></primary></indexterm>
Some operating systems provide a default list of
trusted certificates; these will also be used if available. Use
<option>--ssl-trustfile</option> to give a custom list. Use
@@ -335,7 +335,7 @@
verification failures.</para>
<indexterm><primary>revoked certificates</primary><see>certificate revocation</see></indexterm>
<para>Ncat does not check for revoked
certificates<indexterm><primary>certification revocation</primary></indexterm>.</para>
certificates.<indexterm><primary>certification revocation</primary></indexterm></para>
<para>This option has no effect in server mode.</para>
</listitem>
</varlistentry>