[rs-commit] r95 - /rs-manual/trunk/src/site/xhtml5/mod/

rs-commit at redwax.eu rs-commit at redwax.eu
Fri Oct 18 01:30:21 CEST 2019


Author: minfrin at redwax.eu
Date: Fri Oct 18 01:30:20 2019
New Revision: 95

Log:
Add word breaks to directives.

Modified:
    rs-manual/trunk/src/site/xhtml5/mod/mod_ca_crl.xhtml5
    rs-manual/trunk/src/site/xhtml5/mod/mod_ca_disk.xhtml5
    rs-manual/trunk/src/site/xhtml5/mod/mod_ca_engine.xhtml5
    rs-manual/trunk/src/site/xhtml5/mod/mod_ca_ldap.xhtml5
    rs-manual/trunk/src/site/xhtml5/mod/mod_ca_simple.xhtml5
    rs-manual/trunk/src/site/xhtml5/mod/mod_crl.xhtml5
    rs-manual/trunk/src/site/xhtml5/mod/mod_csr.xhtml5
    rs-manual/trunk/src/site/xhtml5/mod/mod_ocsp.xhtml5
    rs-manual/trunk/src/site/xhtml5/mod/mod_pkcs12.xhtml5
    rs-manual/trunk/src/site/xhtml5/mod/mod_scep.xhtml5
    rs-manual/trunk/src/site/xhtml5/mod/mod_spkac.xhtml5
    rs-manual/trunk/src/site/xhtml5/mod/mod_timestamp.xhtml5

Modified: rs-manual/trunk/src/site/xhtml5/mod/mod_ca_crl.xhtml5
==============================================================================
--- rs-manual/trunk/src/site/xhtml5/mod/mod_ca_crl.xhtml5	(original)
+++ rs-manual/trunk/src/site/xhtml5/mod/mod_ca_crl.xhtml5	Fri Oct 18 01:30:20 2019
@@ -144,7 +144,7 @@
 
             <section>
               <header>
-                <h3>CACRLCertificateRevocationList Directive</h3>
+                <h3>CACRL<wbr />Certificate<wbr />RevocationList Directive</h3>
               </header>
               <div class="content">
 
@@ -158,7 +158,7 @@
                     <tr>
                       <td>Syntax</td>
                       <td>
-                        <code>CACRLCertificateRevocationList file</code>
+                        <code>CACRL<wbr />Certificate<wbr />RevocationList file</code>
                       </td>
                     </tr>
                     <tr>

Modified: rs-manual/trunk/src/site/xhtml5/mod/mod_ca_disk.xhtml5
==============================================================================
--- rs-manual/trunk/src/site/xhtml5/mod/mod_ca_disk.xhtml5	(original)
+++ rs-manual/trunk/src/site/xhtml5/mod/mod_ca_disk.xhtml5	Fri Oct 18 01:30:20 2019
@@ -341,7 +341,7 @@
 
             <section>
               <header>
-                <h3>CADiskCertificateSignRequestPath Directive</h3>
+                <h3>CADisk<wbr />Certificate<wbr />SignRequestPath Directive</h3>
               </header>
               <div class="content">
 
@@ -354,7 +354,7 @@
                     <tr>
                       <td>Syntax</td>
                       <td>
-                        <code>CADiskCertificateSignRequestPath path</code>
+                        <code>CADisk<wbr />Certificate<wbr />SignRequestPath path</code>
                       </td>
                     </tr>
                     <tr>
@@ -397,7 +397,7 @@
 
             <section>
               <header>
-                <h3>CADiskCertificateByTransactionPath Directive</h3>
+                <h3>CADisk<wbr />CertificateBy<wbr />TransactionPath Directive</h3>
               </header>
               <div class="content">
 
@@ -410,7 +410,7 @@
                     <tr>
                       <td>Syntax</td>
                       <td>
-                        <code>CADiskCertificateByTransactionPath path [suffix]</code>
+                        <code>CADisk<wbr />CertificateBy<wbr />TransactionPath path [suffix]</code>
                       </td>
                     </tr>
                     <tr>
@@ -455,7 +455,7 @@
 
             <section>
               <header>
-                <h3>CADiskCertificateBySerialPath Directive</h3>
+                <h3>CADisk<wbr />CertificateBy<wbr />SerialPath Directive</h3>
               </header>
               <div class="content">
 
@@ -468,7 +468,7 @@
                     <tr>
                       <td>Syntax</td>
                       <td>
-                        <code>CADiskCertificateBySerialPath path [suffix]</code>
+                        <code>CADisk<wbr />CertificateBy<wbr />SerialPath path [suffix]</code>
                       </td>
                     </tr>
                     <tr>
@@ -513,7 +513,7 @@
 
             <section>
               <header>
-                <h3>CADiskSerialFile Directive</h3>
+                <h3>CADisk<wbr />SerialFile Directive</h3>
               </header>
               <div class="content">
 
@@ -526,7 +526,7 @@
                     <tr>
                       <td>Syntax</td>
                       <td>
-                        <code>CADiskSerialFile file</code>
+                        <code>CADisk<wbr />SerialFile file</code>
                       </td>
                     </tr>
                     <tr>
@@ -571,7 +571,7 @@
 
             <section>
               <header>
-                <h3>CADiskIndexFile Directive</h3>
+                <h3>CADisk<wbr />IndexFile Directive</h3>
               </header>
               <div class="content">
 
@@ -633,7 +633,7 @@
 
             <section>
               <header>
-                <h3>CADiskIndexUnique Directive</h3>
+                <h3>CADisk<wbr />IndexUnique Directive</h3>
               </header>
               <div class="content">
 
@@ -646,13 +646,13 @@
                     <tr>
                       <td>Syntax</td>
                       <td>
-                        <code>CADiskIndexUnique flag</code>
+                        <code>CADisk<wbr />IndexUnique flag</code>
                       </td>
                     </tr>
                     <tr>
                       <td>Default</td>
                       <td>
-                        <code>CADiskIndexUnique false</code>
+                        <code>CADisk<wbr />IndexUnique false</code>
                       </td>
                     </tr>
                     <tr>

Modified: rs-manual/trunk/src/site/xhtml5/mod/mod_ca_engine.xhtml5
==============================================================================
--- rs-manual/trunk/src/site/xhtml5/mod/mod_ca_engine.xhtml5	(original)
+++ rs-manual/trunk/src/site/xhtml5/mod/mod_ca_engine.xhtml5	Fri Oct 18 01:30:20 2019
@@ -337,7 +337,7 @@
 
             <section>
               <header>
-                <h3>CAEngineCertificate Directive</h3>
+                <h3>CAEngine<wbr />Certificate Directive</h3>
               </header>
               <div class="content">
 
@@ -350,7 +350,7 @@
                     <tr>
                       <td>Syntax</td>
                       <td>
-                        <code>CAEngineCertificate file</code>
+                        <code>CAEngine<wbr />Certificate file</code>
                       </td>
                     </tr>
                     <tr>
@@ -390,7 +390,7 @@
 
             <section>
               <header>
-                <h3>CAEngineKey Directive</h3>
+                <h3>CAEngine<wbr />Key Directive</h3>
               </header>
               <div class="content">
 
@@ -403,7 +403,7 @@
                     <tr>
                       <td>Syntax</td>
                       <td>
-                        <code>CAEngineKey uri</code>
+                        <code>CAEngine<wbr />Key uri</code>
                       </td>
                     </tr>
                     <tr>
@@ -452,7 +452,7 @@
 
             <section>
               <header>
-                <h3>CAEngineNextCertificate Directive</h3>
+                <h3>CAEngine<wbr />NextCertificate Directive</h3>
               </header>
               <div class="content">
 
@@ -465,7 +465,7 @@
                     <tr>
                       <td>Syntax</td>
                       <td>
-                        <code>CAEngineNextCertificate file</code>
+                        <code>CAEngine<wbr />NextCertificate file</code>
                       </td>
                     </tr>
                     <tr>
@@ -505,7 +505,7 @@
 
             <section>
               <header>
-                <h3>CAEngineDays Directive</h3>
+                <h3>CAEngine<wbr />Days Directive</h3>
               </header>
               <div class="content">
 
@@ -518,13 +518,13 @@
                     <tr>
                       <td>Syntax</td>
                       <td>
-                        <code>CAEngineDays days</code>
+                        <code>CAEngine<wbr />Days days</code>
                       </td>
                     </tr>
                     <tr>
                       <td>Default</td>
                       <td>
-                        <code>CAEngineDays 365</code>
+                        <code>CAEngine<wbr />Days 365</code>
                       </td>
                     </tr>
                     <tr>
@@ -558,7 +558,7 @@
 
             <section>
               <header>
-                <h3>CAEngineExtension Directive</h3>
+                <h3>CAEngine<wbr />Extension Directive</h3>
               </header>
               <div class="content">
 
@@ -571,7 +571,7 @@
                     <tr>
                       <td>Syntax</td>
                       <td>
-                        <code>CAEngineExtension string</code>
+                        <code>CAEngine<wbr />Extension string</code>
                       </td>
                     </tr>
                     <tr>
@@ -624,7 +624,7 @@
 
             <section>
               <header>
-                <h3>CAEngineDevice Directive</h3>
+                <h3>CAEngine<wbr />Device Directive</h3>
               </header>
               <div class="content">
 
@@ -637,7 +637,7 @@
                     <tr>
                       <td>Syntax</td>
                       <td>
-                        <code>CAEngineDevice string</code>
+                        <code>CAEngine<wbr />Device string</code>
                       </td>
                     </tr>
                     <tr>
@@ -686,7 +686,7 @@
 
             <section>
               <header>
-                <h3>CAEnginePreCommand Directive</h3>
+                <h3>CAEngine<wbr />PreCommand Directive</h3>
               </header>
               <div class="content">
 
@@ -699,7 +699,7 @@
                     <tr>
                       <td>Syntax</td>
                       <td>
-                        <code>CAEnginePreCommand string</code>
+                        <code>CAEngine<wbr />PreCommand string</code>
                       </td>
                     </tr>
                     <tr>
@@ -738,7 +738,7 @@
 
             <section>
               <header>
-                <h3>CAEnginePostCommand Directive</h3>
+                <h3>CAEngine<wbr />PostCommand Directive</h3>
               </header>
               <div class="content">
 
@@ -751,7 +751,7 @@
                     <tr>
                       <td>Syntax</td>
                       <td>
-                        <code>CAEnginePostCommand string</code>
+                        <code>CAEngine<wbr />PostCommand string</code>
                       </td>
                     </tr>
                     <tr>

Modified: rs-manual/trunk/src/site/xhtml5/mod/mod_ca_ldap.xhtml5
==============================================================================
--- rs-manual/trunk/src/site/xhtml5/mod/mod_ca_ldap.xhtml5	(original)
+++ rs-manual/trunk/src/site/xhtml5/mod/mod_ca_ldap.xhtml5	Fri Oct 18 01:30:20 2019
@@ -206,7 +206,8 @@
   CALdapUrl ${LDAP_BASEURL}?cn?sub?(objectclass=simpleSecurityObject)
   CALdapBindDN "${LDAP_BINDDN}"
   CALdapBindPassword ${LDAP_BINDPW}
-  # map the LDAP attribute 'cn' to the 'CN' element in the certificate subject when searching
+  # map the LDAP attribute 'cn' to the 'CN' element
+  # in the certificate subject when searching
   CALdapSubject cn CN
 </IfModule>
 
@@ -245,7 +246,8 @@
   CALdapUrl ${LDAP_BASEURL}?cn?sub?(objectclass=simpleSecurityObject)
   CALdapBindDN "${LDAP_BINDDN}"
   CALdapBindPassword ${LDAP_BINDPW}
-  # map the LDAP attribute 'cn' to the 'CN' element in the certificate subject when searching
+  # map the LDAP attribute 'cn' to the 'CN' element
+  # in the certificate subject when searching
   CALdapSubject cn CN
   # if the certificate was issued, remove the password
   CALdapPasswordAttribute userPassword
@@ -399,7 +401,7 @@
 
             <section>
               <header>
-                <h3>CALdapBindPassword Directive</h3>
+                <h3>CALdap<wbr />BindPassword Directive</h3>
               </header>
               <div class="content">
 
@@ -412,7 +414,7 @@
                     <tr>
                       <td>Syntax</td>
                       <td>
-                        <code>CALdapBindPassword string</code>
+                        <code>CALdap<wbr />BindPassword string</code>
                       </td>
                     </tr>
                     <tr>
@@ -507,7 +509,7 @@
 
             <section>
               <header>
-                <h3>CALdapSubjectAltName Directive</h3>
+                <h3>CALdap<wbr />SubjectAltName Directive</h3>
               </header>
               <div class="content">
 
@@ -520,7 +522,7 @@
                     <tr>
                       <td>Syntax</td>
                       <td>
-                        <code>CALdapSubjectAltName string string</code>
+                        <code>CALdap<wbr />SubjectAltName string string</code>
                       </td>
                     </tr>
                     <tr>
@@ -615,7 +617,7 @@
 
             <section>
               <header>
-                <h3>CALdapCertAttribute Directive</h3>
+                <h3>CALdap<wbr />CertAttribute Directive</h3>
               </header>
               <div class="content">
 
@@ -628,7 +630,7 @@
                     <tr>
                       <td>Syntax</td>
                       <td>
-                        <code>CALdapCertAttribute string</code>
+                        <code>CALdap<wbr />CertAttribute string</code>
                       </td>
                     </tr>
                     <tr>
@@ -666,7 +668,7 @@
 
             <section>
               <header>
-                <h3>CALdapCertObjectClass Directive</h3>
+                <h3>CALdap<wbr />CertObjectClass Directive</h3>
               </header>
               <div class="content">
 
@@ -679,7 +681,7 @@
                     <tr>
                       <td>Syntax</td>
                       <td>
-                        <code>CALdapCertObjectClass string</code>
+                        <code>CALdap<wbr />CertObjectClass string</code>
                       </td>
                     </tr>
                     <tr>
@@ -717,7 +719,7 @@
 
             <section>
               <header>
-                <h3>CALdapPasswordAttribute Directive</h3>
+                <h3>CALdap<wbr />PasswordAttribute Directive</h3>
               </header>
               <div class="content">
 
@@ -730,7 +732,7 @@
                     <tr>
                       <td>Syntax</td>
                       <td>
-                        <code>CALdapPasswordAttribute string</code>
+                        <code>CALdap<wbr />PasswordAttribute string</code>
                       </td>
                     </tr>
                     <tr>
@@ -772,7 +774,7 @@
 
             <section>
               <header>
-                <h3>CALdapPasswordObjectClass Directive</h3>
+                <h3>CALdap<wbr />PasswordObjectClass Directive</h3>
               </header>
               <div class="content">
 
@@ -785,7 +787,7 @@
                     <tr>
                       <td>Syntax</td>
                       <td>
-                        <code>CALdapPasswordObjectClass string</code>
+                        <code>CALdap<wbr />PasswordObjectClass string</code>
                       </td>
                     </tr>
                     <tr>
@@ -827,7 +829,7 @@
 
             <section>
               <header>
-                <h3>CALdapPathAttribute Directive</h3>
+                <h3>CALdap<wbr />PathAttribute Directive</h3>
               </header>
               <div class="content">
 
@@ -882,7 +884,7 @@
 
             <section>
               <header>
-                <h3>CALdapPathObjectClass Directive</h3>
+                <h3>CALdap<wbr />PathObjectClass Directive</h3>
               </header>
               <div class="content">
 

Modified: rs-manual/trunk/src/site/xhtml5/mod/mod_ca_simple.xhtml5
==============================================================================
--- rs-manual/trunk/src/site/xhtml5/mod/mod_ca_simple.xhtml5	(original)
+++ rs-manual/trunk/src/site/xhtml5/mod/mod_ca_simple.xhtml5	Fri Oct 18 01:30:20 2019
@@ -410,7 +410,7 @@
 
             <section>
               <header>
-                <h3>CASimpleCertificate Directive</h3>
+                <h3>CASimple<wbr />Certificate Directive</h3>
               </header>
               <div class="content">
 
@@ -423,7 +423,7 @@
                     <tr>
                       <td>Syntax</td>
                       <td>
-                        <code>CASimpleCertificate file</code>
+                        <code>CASimple<wbr />Certificate file</code>
                       </td>
                     </tr>
                     <tr>
@@ -463,7 +463,7 @@
 
             <section>
               <header>
-                <h3>CASimpleKey Directive</h3>
+                <h3>CASimple<wbr />Key Directive</h3>
               </header>
               <div class="content">
 
@@ -476,7 +476,7 @@
                     <tr>
                       <td>Syntax</td>
                       <td>
-                        <code>CASimpleKey file</code>
+                        <code>CASimple<wbr />Key file</code>
                       </td>
                     </tr>
                     <tr>
@@ -515,7 +515,7 @@
 
             <section>
               <header>
-                <h3>CASimpleNextCertificate Directive</h3>
+                <h3>CASimple<wbr />NextCertificate Directive</h3>
               </header>
               <div class="content">
 
@@ -528,7 +528,7 @@
                     <tr>
                       <td>Syntax</td>
                       <td>
-                        <code>CASimpleNextCertificate file</code>
+                        <code>CASimple<wbr />NextCertificate file</code>
                       </td>
                     </tr>
                     <tr>
@@ -568,7 +568,7 @@
 
             <section>
               <header>
-                <h3>CASimpleDays Directive</h3>
+                <h3>CASimple<wbr />Days Directive</h3>
               </header>
               <div class="content">
 
@@ -581,13 +581,13 @@
                     <tr>
                       <td>Syntax</td>
                       <td>
-                        <code>CASimpleDays days</code>
+                        <code>CASimple<wbr />Days days</code>
                       </td>
                     </tr>
                     <tr>
                       <td>Default</td>
                       <td>
-                        <code>CASimpleDays 365</code>
+                        <code>CASimple<wbr />Days 365</code>
                       </td>
                     </tr>
                     <tr>
@@ -621,7 +621,7 @@
 
             <section>
               <header>
-                <h3>CASimpleSerialRandom Directive</h3>
+                <h3>CASimple<wbr />SerialRandom Directive</h3>
               </header>
               <div class="content">
 
@@ -634,13 +634,13 @@
                     <tr>
                       <td>Syntax</td>
                       <td>
-                        <code>CASimpleSerialRandom flag</code>
+                        <code>CASimple<wbr />SerialRandom flag</code>
                       </td>
                     </tr>
                     <tr>
                       <td>Default</td>
                       <td>
-                        <code>CASimpleSerialRandom off</code>
+                        <code>CASimple<wbr />SerialRandom off</code>
                       </td>
                     </tr>
                     <tr>
@@ -678,7 +678,7 @@
 
             <section>
               <header>
-                <h3>CASimpleSerialSubject Directive</h3>
+                <h3>CASimple<wbr />SerialSubject Directive</h3>
               </header>
               <div class="content">
 
@@ -691,13 +691,13 @@
                     <tr>
                       <td>Syntax</td>
                       <td>
-                        <code>CASimpleSerialSubject flag</code>
+                        <code>CASimple<wbr />SerialSubject flag</code>
                       </td>
                     </tr>
                     <tr>
                       <td>Default</td>
                       <td>
-                        <code>CASimpleSerialSubject off</code>
+                        <code>CASimple<wbr />SerialSubject off</code>
                       </td>
                     </tr>
                     <tr>
@@ -738,7 +738,7 @@
 
             <section>
               <header>
-                <h3>CASimpleTime Directive</h3>
+                <h3>CASimple<wbr />Time Directive</h3>
               </header>
               <div class="content">
 
@@ -751,13 +751,13 @@
                     <tr>
                       <td>Syntax</td>
                       <td>
-                        <code>CASimpleTime flag</code>
+                        <code>CASimple<wbr />Time flag</code>
                       </td>
                     </tr>
                     <tr>
                       <td>Default</td>
                       <td>
-                        <code>CASimpleTime off</code>
+                        <code>CASimple<wbr />Time off</code>
                       </td>
                     </tr>
                     <tr>
@@ -792,7 +792,7 @@
 
             <section>
               <header>
-                <h3>CASimpleExtension Directive</h3>
+                <h3>CASimple<wbr />Extension Directive</h3>
               </header>
               <div class="content">
 
@@ -805,7 +805,7 @@
                     <tr>
                       <td>Syntax</td>
                       <td>
-                        <code>CASimpleExtension string</code>
+                        <code>CASimple<wbr />Extension string</code>
                       </td>
                     </tr>
                     <tr>
@@ -858,7 +858,7 @@
 
             <section>
               <header>
-                <h3>CASimpleAlgorithm Directive</h3>
+                <h3>CASimple<wbr />Algorithm Directive</h3>
               </header>
               <div class="content">
 
@@ -871,7 +871,7 @@
                     <tr>
                       <td>Syntax</td>
                       <td>
-                        <code>CASimpleAlgorithm string [ key=value ... ]</code>
+                        <code>CASimple<wbr />Algorithm string [ key=value ... ]</code>
                       </td>
                     </tr>
                     <tr>
@@ -922,7 +922,7 @@
 
             <section>
               <header>
-                <h3>CASimpleParamFile Directive</h3>
+                <h3>CASimple<wbr />ParamFile Directive</h3>
               </header>
               <div class="content">
 
@@ -935,7 +935,7 @@
                     <tr>
                       <td>Syntax</td>
                       <td>
-                        <code>CASimpleParamFile file</code>
+                        <code>CASimple<wbr />ParamFile file</code>
                       </td>
                     </tr>
                     <tr>

Modified: rs-manual/trunk/src/site/xhtml5/mod/mod_crl.xhtml5
==============================================================================
--- rs-manual/trunk/src/site/xhtml5/mod/mod_crl.xhtml5	(original)
+++ rs-manual/trunk/src/site/xhtml5/mod/mod_crl.xhtml5	Fri Oct 18 01:30:20 2019
@@ -144,7 +144,7 @@
 
             <section>
               <header>
-                <h3>CrlFreshness Directive</h3>
+                <h3>Crl<wbr />Freshness Directive</h3>
               </header>
               <div class="content">
 
@@ -158,13 +158,13 @@
                     <tr>
                       <td>Syntax</td>
                       <td>
-                        <code>CrlFreshness factor [max-seconds]</code>
+                        <code>Crl<wbr />Freshness factor [max-seconds]</code>
                       </td>
                     </tr>
                     <tr>
                       <td>Default</td>
                       <td>
-                        <code>CrlFreshness 2 86400</code>
+                        <code>Crl<wbr />Freshness 2 86400</code>
                       </td>
                     </tr>
                     <tr>
@@ -200,7 +200,7 @@
 
             <section>
               <header>
-                <h3>CrlLocation Directive</h3>
+                <h3>Crl<wbr />Location Directive</h3>
               </header>
               <div class="content">
 
@@ -214,13 +214,13 @@
                     <tr>
                       <td>Syntax</td>
                       <td>
-                        <code>CrlLocation url</code>
+                        <code>Crl<wbr />Location url</code>
                       </td>
                     </tr>
                     <tr>
                       <td>Default</td>
                       <td>
-                        <code>CrlLocation [current-URL]</code>
+                        <code>Crl<wbr />Location [current-URL]</code>
                       </td>
                     </tr>
                     <tr>
@@ -253,7 +253,7 @@
 
             <section>
               <header>
-                <h3>CrlEncoding Directive</h3>
+                <h3>Crl<wbr />Encoding Directive</h3>
               </header>
               <div class="content">
 
@@ -266,13 +266,13 @@
                     <tr>
                       <td>Syntax</td>
                       <td>
-                        <code>CrlEncoding encoding</code>
+                        <code>Crl<wbr />Encoding encoding</code>
                       </td>
                     </tr>
                     <tr>
                       <td>Default</td>
                       <td>
-                        <code>CrlEncoding der</code>
+                        <code>Crl<wbr />Encoding der</code>
                       </td>
                     </tr>
                     <tr>

Modified: rs-manual/trunk/src/site/xhtml5/mod/mod_csr.xhtml5
==============================================================================
--- rs-manual/trunk/src/site/xhtml5/mod/mod_csr.xhtml5	(original)
+++ rs-manual/trunk/src/site/xhtml5/mod/mod_csr.xhtml5	Fri Oct 18 01:30:20 2019
@@ -289,7 +289,7 @@
 
             <section>
               <header>
-                <h3>CsrFreshness Directive</h3>
+                <h3>Csr<wbr />Freshness Directive</h3>
               </header>
               <div class="content">
 
@@ -303,13 +303,13 @@
                     <tr>
                       <td>Syntax</td>
                       <td>
-                        <code>CsrFreshness factor [max-seconds]</code>
+                        <code>Csr<wbr />Freshness factor [max-seconds]</code>
                       </td>
                     </tr>
                     <tr>
                       <td>Default</td>
                       <td>
-                        <code>CsrFreshness 2 86400</code>
+                        <code>Csr<wbr />Freshness 2 86400</code>
                       </td>
                     </tr>
                     <tr>
@@ -345,7 +345,7 @@
 
             <section>
               <header>
-                <h3>CsrLocation Directive</h3>
+                <h3>Csr<wbr />Location Directive</h3>
               </header>
               <div class="content">
 
@@ -359,13 +359,13 @@
                     <tr>
                       <td>Syntax</td>
                       <td>
-                        <code>CsrLocation url</code>
+                        <code>Csr<wbr />Location url</code>
                       </td>
                     </tr>
                     <tr>
                       <td>Default</td>
                       <td>
-                        <code>CsrLocation [current-URL]</code>
+                        <code>Csr<wbr />Location [current-URL]</code>
                       </td>
                     </tr>
                     <tr>
@@ -398,7 +398,7 @@
 
             <section>
               <header>
-                <h3>CsrParamPkcs10 Directive</h3>
+                <h3>Csr<wbr />Param<wbr />Pkcs10 Directive</h3>
               </header>
               <div class="content">
 
@@ -412,13 +412,13 @@
                     <tr>
                       <td>Syntax</td>
                       <td>
-                        <code>CsrParamPkcs10 param</code>
+                        <code>Csr<wbr />Param<wbr />Pkcs10 param</code>
                       </td>
                     </tr>
                     <tr>
                       <td>Default</td>
                       <td>
-                        <code>CsrParamPkcs10 pkcs10</code>
+                        <code>Csr<wbr />Param<wbr />Pkcs10 pkcs10</code>
                       </td>
                     </tr>
                     <tr>
@@ -451,7 +451,7 @@
 
             <section>
               <header>
-                <h3>CsrParamChallenge Directive</h3>
+                <h3>Csr<wbr />Param<wbr />Challenge Directive</h3>
               </header>
               <div class="content">
 
@@ -465,13 +465,13 @@
                     <tr>
                       <td>Syntax</td>
                       <td>
-                        <code>CsrParamChallenge param</code>
+                        <code>Csr<wbr />Param<wbr />Challenge param</code>
                       </td>
                     </tr>
                     <tr>
                       <td>Default</td>
                       <td>
-                        <code>CsrParamChallenge challenge</code>
+                        <code>Csr<wbr />Param<wbr />Challenge challenge</code>
                       </td>
                     </tr>
                     <tr>
@@ -504,7 +504,7 @@
 
             <section>
               <header>
-                <h3>CsrSize Directive</h3>
+                <h3>Csr<wbr />Size Directive</h3>
               </header>
               <div class="content">
 
@@ -518,13 +518,13 @@
                     <tr>
                       <td>Syntax</td>
                       <td>
-                        <code>CsrSize bytes</code>
+                        <code>Csr<wbr />Size bytes</code>
                       </td>
                     </tr>
                     <tr>
                       <td>Default</td>
                       <td>
-                        <code>CsrSize 131072</code>
+                        <code>Csr<wbr />Size 131072</code>
                       </td>
                     </tr>
                     <tr>
@@ -557,7 +557,7 @@
 
             <section>
               <header>
-                <h3>CsrSubjectAltNameRequest Directive</h3>
+                <h3>Csr<wbr />SubjectAltName<wbr />Request Directive</h3>
               </header>
               <div class="content">
 
@@ -572,7 +572,7 @@
                     <tr>
                       <td>Syntax</td>
                       <td>
-                        <code>CsrSubjectAltNameRequest field [number]</code>
+                        <code>Csr<wbr />SubjectAltName<wbr />Request field [number]</code>
                       </td>
                     </tr>
                     <tr>
@@ -621,7 +621,7 @@
 
             <section>
               <header>
-                <h3>CsrSubjectAltNameSet Directive</h3>
+                <h3>Csr<wbr />SubjectAltName<wbr />Set Directive</h3>
               </header>
               <div class="content">
 
@@ -635,7 +635,7 @@
                     <tr>
                       <td>Syntax</td>
                       <td>
-                        <code>CsrSubjectAltNameSet field value</code>
+                        <code>Csr<wbr />SubjectAltName<wbr />Set field value</code>
                       </td>
                     </tr>
                     <tr>
@@ -679,7 +679,7 @@
 
             <section>
               <header>
-                <h3>CsrSubjectRequest Directive</h3>
+                <h3>Csr<wbr />SubjectRequest Directive</h3>
               </header>
               <div class="content">
 
@@ -693,13 +693,13 @@
                     <tr>
                       <td>Syntax</td>
                       <td>
-                        <code>CsrSubjectRequest field [number]</code>
+                        <code>Csr<wbr />SubjectRequest field [number]</code>
                       </td>
                     </tr>
                     <tr>
                       <td>Default</td>
                       <td>
-                        <code>CsrSubjectRequest field 1</code>
+                        <code>Csr<wbr />SubjectRequest field 1</code>
                       </td>
                     </tr>
                     <tr>
@@ -741,7 +741,7 @@
 
             <section>
               <header>
-                <h3>CsrSubjectSet Directive</h3>
+                <h3>Csr<wbr />SubjectSet Directive</h3>
               </header>
               <div class="content">
 
@@ -755,7 +755,7 @@
                     <tr>
                       <td>Syntax</td>
                       <td>
-                        <code>CsrSubjectSet field value</code>
+                        <code>Csr<wbr />SubjectSet field value</code>
                       </td>
                     </tr>
                     <tr>

Modified: rs-manual/trunk/src/site/xhtml5/mod/mod_ocsp.xhtml5
==============================================================================
--- rs-manual/trunk/src/site/xhtml5/mod/mod_ocsp.xhtml5	(original)
+++ rs-manual/trunk/src/site/xhtml5/mod/mod_ocsp.xhtml5	Fri Oct 18 01:30:20 2019
@@ -175,7 +175,7 @@
 
             <section>
               <header>
-                <h3>OcspSigningCertificate Directive</h3>
+                <h3>Ocsp<wbr />Signing<wbr />Certificate Directive</h3>
               </header>
               <div class="content">
 
@@ -188,7 +188,7 @@
                     <tr>
                       <td>Syntax</td>
                       <td>
-                        <code>OcspSigningCertificate filename</code>
+                        <code>Ocsp<wbr />Signing<wbr />Certificate filename</code>
                       </td>
                     </tr>
                     <tr>
@@ -225,7 +225,7 @@
 
             <section>
               <header>
-                <h3>OcspSigningKey Directive</h3>
+                <h3>Ocsp<wbr />SigningKey Directive</h3>
               </header>
               <div class="content">
 
@@ -238,7 +238,7 @@
                     <tr>
                       <td>Syntax</td>
                       <td>
-                        <code>OcspSigningKey filename</code>
+                        <code>Ocsp<wbr />SigningKey filename</code>
                       </td>
                     </tr>
                     <tr>
@@ -274,7 +274,7 @@
 
             <section>
               <header>
-                <h3>OcspOtherCertificates Directive</h3>
+                <h3>Ocsp<wbr />Other<wbr />Certificates Directive</h3>
               </header>
               <div class="content">
 
@@ -287,7 +287,7 @@
                     <tr>
                       <td>Syntax</td>
                       <td>
-                        <code>OcspOtherCertificates filename</code>
+                        <code>Ocsp<wbr />Other<wbr />Certificates filename</code>
                       </td>
                     </tr>
                     <tr>
@@ -324,7 +324,7 @@
 
             <section>
               <header>
-                <h3>OcspSize Directive</h3>
+                <h3>Ocsp<wbr />Size Directive</h3>
               </header>
               <div class="content">
 
@@ -338,13 +338,13 @@
                     <tr>
                       <td>Syntax</td>
                       <td>
-                        <code>OcspSize bytes</code>
-                      </td>
-                    </tr>
-                    <tr>
-                      <td>Default</td>
-                      <td>
-                        <code>OcspSize 131072</code>
+                        <code>Ocsp<wbr />Size bytes</code>
+                      </td>
+                    </tr>
+                    <tr>
+                      <td>Default</td>
+                      <td>
+                        <code>Ocsp<wbr />Size 131072</code>
                       </td>
                     </tr>
                     <tr>
@@ -375,7 +375,7 @@
 
             <section>
               <header>
-                <h3>OcspLocation Directive</h3>
+                <h3>Ocsp<wbr />Location Directive</h3>
               </header>
               <div class="content">
 
@@ -389,13 +389,13 @@
                     <tr>
                       <td>Syntax</td>
                       <td>
-                        <code>OcspLocation url</code>
-                      </td>
-                    </tr>
-                    <tr>
-                      <td>Default</td>
-                      <td>
-                        <code>OcspLocation [current-URL]</code>
+                        <code>Ocsp<wbr />Location url</code>
+                      </td>
+                    </tr>
+                    <tr>
+                      <td>Default</td>
+                      <td>
+                        <code>Ocsp<wbr />Location [current-URL]</code>
                       </td>
                     </tr>
                     <tr>
@@ -428,7 +428,7 @@
 
             <section>
               <header>
-                <h3>OcspNextUpdate Directive</h3>
+                <h3>Ocsp<wbr />NextUpdate Directive</h3>
               </header>
               <div class="content">
 
@@ -441,13 +441,13 @@
                     <tr>
                       <td>Syntax</td>
                       <td>
-                        <code>OcspNextUpdate seconds</code>
-                      </td>
-                    </tr>
-                    <tr>
-                      <td>Default</td>
-                      <td>
-                        <code>OcspNextUpdate 0</code>
+                        <code>Ocsp<wbr />NextUpdate seconds</code>
+                      </td>
+                    </tr>
+                    <tr>
+                      <td>Default</td>
+                      <td>
+                        <code>Ocsp<wbr />NextUpdate 0</code>
                       </td>
                     </tr>
                     <tr>
@@ -478,7 +478,7 @@
 
             <section>
               <header>
-                <h3>OcspNoCertificates Directive</h3>
+                <h3>Ocsp<wbr />NoCertificates Directive</h3>
               </header>
               <div class="content">
 
@@ -491,13 +491,13 @@
                     <tr>
                       <td>Syntax</td>
                       <td>
-                        <code>OcspNoCertificates flag</code>
-                      </td>
-                    </tr>
-                    <tr>
-                      <td>Default</td>
-                      <td>
-                        <code>OcspNoCertificates off</code>
+                        <code>Ocsp<wbr />NoCertificates flag</code>
+                      </td>
+                    </tr>
+                    <tr>
+                      <td>Default</td>
+                      <td>
+                        <code>Ocsp<wbr />NoCertificates off</code>
                       </td>
                     </tr>
                     <tr>
@@ -528,7 +528,7 @@
 
             <section>
               <header>
-                <h3>OcspIdentifyByKeyID Directive</h3>
+                <h3>Ocsp<wbr />Identify<wbr />ByKeyID Directive</h3>
               </header>
               <div class="content">
 
@@ -541,13 +541,13 @@
                     <tr>
                       <td>Syntax</td>
                       <td>
-                        <code>OcspIdentifyByKeyID flag</code>
-                      </td>
-                    </tr>
-                    <tr>
-                      <td>Default</td>
-                      <td>
-                        <code>OcspIdentifyByKeyID off</code>
+                        <code>Ocsp<wbr />Identify<wbr />ByKeyID flag</code>
+                      </td>
+                    </tr>
+                    <tr>
+                      <td>Default</td>
+                      <td>
+                        <code>Ocsp<wbr />Identify<wbr />ByKeyID off</code>
                       </td>
                     </tr>
                     <tr>
@@ -578,7 +578,7 @@
 
             <section>
               <header>
-                <h3>OcspOverrideReason Directive</h3>
+                <h3>Ocsp<wbr />Override<wbr />Reason Directive</h3>
               </header>
               <div class="content">
 
@@ -591,7 +591,7 @@
                     <tr>
                       <td>Syntax</td>
                       <td>
-                        <code>OcspOverrideReason string</code>
+                        <code>Ocsp<wbr />Override<wbr />Reason string</code>
                       </td>
                     </tr>
                     <tr>
@@ -644,7 +644,7 @@
 
             <section>
               <header>
-                <h3>OcspOverrideRevocationTime Directive</h3>
+                <h3>Ocsp<wbr />Override<wbr />RevocationTime Directive</h3>
               </header>
               <div class="content">
 
@@ -657,7 +657,7 @@
                     <tr>
                       <td>Syntax</td>
                       <td>
-                        <code>OcspOverrideRevocationTime YYYYMMDDHHMMSSZ</code>
+                        <code>Ocsp<wbr />Override<wbr />RevocationTime YYYYMMDDHHMMSSZ</code>
                       </td>
                     </tr>
                     <tr>
@@ -697,7 +697,7 @@
 
             <section>
               <header>
-                <h3>OcspOverrideInvalidityDate Directive</h3>
+                <h3>Ocsp<wbr />Override<wbr />InvalidityDate Directive</h3>
               </header>
               <div class="content">
 
@@ -710,7 +710,7 @@
                     <tr>
                       <td>Syntax</td>
                       <td>
-                        <code>OcspOverrideInvalidityDate YYYYMMDDHHMMSSZ</code>
+                        <code>Ocsp<wbr />Override<wbr />InvalidityDate YYYYMMDDHHMMSSZ</code>
                       </td>
                     </tr>
                     <tr>
@@ -751,7 +751,7 @@
 
             <section>
               <header>
-                <h3>OcspOverrideHoldInstruction Directive</h3>
+                <h3>Ocsp<wbr />Override<wbr />HoldInstruction Directive</h3>
               </header>
               <div class="content">
 
@@ -764,7 +764,7 @@
                     <tr>
                       <td>Syntax</td>
                       <td>
-                        <code>OcspOverrideHoldInstruction string</code>
+                        <code>Ocsp<wbr />Override<wbr />HoldInstruction string</code>
                       </td>
                     </tr>
                     <tr>
@@ -812,7 +812,7 @@
 
             <section>
               <header>
-                <h3>OcspFreshness Directive</h3>
+                <h3>Ocsp<wbr />Freshness Directive</h3>
               </header>
               <div class="content">
 
@@ -826,13 +826,13 @@
                     <tr>
                       <td>Syntax</td>
                       <td>
-                        <code>OcspFreshness factor [max-seconds]</code>
-                      </td>
-                    </tr>
-                    <tr>
-                      <td>Default</td>
-                      <td>
-                        <code>OcspFreshness 2 86400</code>
+                        <code>Ocsp<wbr />Freshness factor [max-seconds]</code>
+                      </td>
+                    </tr>
+                    <tr>
+                      <td>Default</td>
+                      <td>
+                        <code>Ocsp<wbr />Freshness 2 86400</code>
                       </td>
                     </tr>
                     <tr>

Modified: rs-manual/trunk/src/site/xhtml5/mod/mod_pkcs12.xhtml5
==============================================================================
--- rs-manual/trunk/src/site/xhtml5/mod/mod_pkcs12.xhtml5	(original)
+++ rs-manual/trunk/src/site/xhtml5/mod/mod_pkcs12.xhtml5	Fri Oct 18 01:30:20 2019
@@ -295,7 +295,7 @@
 
             <section>
               <header>
-                <h3>Pkcs12Size Directive</h3>
+                <h3>Pkcs12<wbr />Size Directive</h3>
               </header>
               <div class="content">
 
@@ -309,13 +309,13 @@
                     <tr>
                       <td>Syntax</td>
                       <td>
-                        <code>Pkcs12Size bytes</code>
-                      </td>
-                    </tr>
-                    <tr>
-                      <td>Default</td>
-                      <td>
-                        <code>Pkcs12Size 131072</code>
+                        <code>Pkcs12<wbr />Size bytes</code>
+                      </td>
+                    </tr>
+                    <tr>
+                      <td>Default</td>
+                      <td>
+                        <code>Pkcs12<wbr />Size 131072</code>
                       </td>
                     </tr>
                     <tr>
@@ -348,7 +348,7 @@
 
             <section>
               <header>
-                <h3>Pkcs12ParamChallenge Directive</h3>
+                <h3>Pkcs12<wbr />ParamChallenge Directive</h3>
               </header>
               <div class="content">
 
@@ -362,13 +362,13 @@
                     <tr>
                       <td>Syntax</td>
                       <td>
-                        <code>Pkcs12ParamChallenge param</code>
-                      </td>
-                    </tr>
-                    <tr>
-                      <td>Default</td>
-                      <td>
-                        <code>Pkcs12ParamChallenge challenge</code>
+                        <code>Pkcs12<wbr />ParamChallenge param</code>
+                      </td>
+                    </tr>
+                    <tr>
+                      <td>Default</td>
+                      <td>
+                        <code>Pkcs12<wbr />ParamChallenge challenge</code>
                       </td>
                     </tr>
                     <tr>
@@ -400,7 +400,7 @@
 
             <section>
               <header>
-                <h3>Pkcs12ParamNickname Directive</h3>
+                <h3>Pkcs12<wbr />ParamNickname Directive</h3>
               </header>
               <div class="content">
 
@@ -413,13 +413,13 @@
                     <tr>
                       <td>Syntax</td>
                       <td>
-                        <code>Pkcs12ParamNickname param</code>
-                      </td>
-                    </tr>
-                    <tr>
-                      <td>Default</td>
-                      <td>
-                        <code>Pkcs12ParamNickname challenge</code>
+                        <code>Pkcs12<wbr />ParamNickname param</code>
+                      </td>
+                    </tr>
+                    <tr>
+                      <td>Default</td>
+                      <td>
+                        <code>Pkcs12<wbr />ParamNickname challenge</code>
                       </td>
                     </tr>
                     <tr>
@@ -451,7 +451,7 @@
 
             <section>
               <header>
-                <h3>Pkcs12Location Directive</h3>
+                <h3>Pkcs12<wbr />Location Directive</h3>
               </header>
               <div class="content">
 
@@ -465,13 +465,13 @@
                     <tr>
                       <td>Syntax</td>
                       <td>
-                        <code>Pkcs12Location url</code>
-                      </td>
-                    </tr>
-                    <tr>
-                      <td>Default</td>
-                      <td>
-                        <code>Pkcs12Location [current-URL]</code>
+                        <code>Pkcs12<wbr />Location url</code>
+                      </td>
+                    </tr>
+                    <tr>
+                      <td>Default</td>
+                      <td>
+                        <code>Pkcs12<wbr />Location [current-URL]</code>
                       </td>
                     </tr>
                     <tr>
@@ -504,7 +504,7 @@
 
             <section>
               <header>
-                <h3>Pkcs12SubjectAltNameRequest Directive</h3>
+                <h3>Pkcs12<wbr />SubjectAltName<wbr />Request Directive</h3>
               </header>
               <div class="content">
 
@@ -518,7 +518,7 @@
                     <tr>
                       <td>Syntax</td>
                       <td>
-                        <code>Pkcs12SubjectAltNameRequest field [number]</code>
+                        <code>Pkcs12<wbr />SubjectAltName<wbr />Request field [number]</code>
                       </td>
                     </tr>
                     <tr>
@@ -567,7 +567,7 @@
 
             <section>
               <header>
-                <h3>Pkcs12SubjectAltNameSet Directive</h3>
+                <h3>Pkcs12<wbr />SubjectAltName<wbr />Set Directive</h3>
               </header>
               <div class="content">
 
@@ -581,7 +581,7 @@
                     <tr>
                       <td>Syntax</td>
                       <td>
-                        <code>Pkcs12SubjectAltNameSet field value</code>
+                        <code>Pkcs12<wbr />SubjectAltName<wbr />Set field value</code>
                       </td>
                     </tr>
                     <tr>
@@ -625,7 +625,7 @@
 
             <section>
               <header>
-                <h3>Pkcs12SubjectRequest Directive</h3>
+                <h3>Pkcs12<wbr />SubjectRequest Directive</h3>
               </header>
               <div class="content">
 
@@ -639,13 +639,13 @@
                     <tr>
                       <td>Syntax</td>
                       <td>
-                        <code>Pkcs12SubjectRequest field [number]</code>
-                      </td>
-                    </tr>
-                    <tr>
-                      <td>Default</td>
-                      <td>
-                        <code>Pkcs12SubjectRequest field 1</code>
+                        <code>Pkcs12<wbr />SubjectRequest field [number]</code>
+                      </td>
+                    </tr>
+                    <tr>
+                      <td>Default</td>
+                      <td>
+                        <code>Pkcs12<wbr />SubjectRequest field 1</code>
                       </td>
                     </tr>
                     <tr>
@@ -687,7 +687,7 @@
 
             <section>
               <header>
-                <h3>Pkcs12SubjectSet Directive</h3>
+                <h3>Pkcs12<wbr />SubjectSet Directive</h3>
               </header>
               <div class="content">
 
@@ -701,7 +701,7 @@
                     <tr>
                       <td>Syntax</td>
                       <td>
-                        <code>PkcsSubjectSet field value</code>
+                        <code>Pkcs<wbr />SubjectSet field value</code>
                       </td>
                     </tr>
                     <tr>
@@ -743,7 +743,7 @@
 
             <section>
               <header>
-                <h3>Pkcs12Iterate Directive</h3>
+                <h3>Pkcs12<wbr />Iterate Directive</h3>
               </header>
               <div class="content">
 
@@ -756,13 +756,13 @@
                     <tr>
                       <td>Syntax</td>
                       <td>
-                        <code>Pkcs12Iterate iterations</code>
-                      </td>
-                    </tr>
-                    <tr>
-                      <td>Default</td>
-                      <td>
-                        <code>Pkcs12Iterate 2048</code>
+                        <code>Pkcs12<wbr />Iterate iterations</code>
+                      </td>
+                    </tr>
+                    <tr>
+                      <td>Default</td>
+                      <td>
+                        <code>Pkcs12<wbr />Iterate 2048</code>
                       </td>
                     </tr>
                     <tr>
@@ -794,7 +794,7 @@
 
             <section>
               <header>
-                <h3>Pkcs12Digest Directive</h3>
+                <h3>Pkcs12<wbr />Digest Directive</h3>
               </header>
               <div class="content">
 
@@ -807,13 +807,13 @@
                     <tr>
                       <td>Syntax</td>
                       <td>
-                        <code>Pkcs12Digest digest</code>
-                      </td>
-                    </tr>
-                    <tr>
-                      <td>Default</td>
-                      <td>
-                        <code>Pkcs12Digest SHA256</code>
+                        <code>Pkcs12<wbr />Digest digest</code>
+                      </td>
+                    </tr>
+                    <tr>
+                      <td>Default</td>
+                      <td>
+                        <code>Pkcs12<wbr />Digest SHA256</code>
                       </td>
                     </tr>
                     <tr>
@@ -845,7 +845,7 @@
 
             <section>
               <header>
-                <h3>Pkcs12CertificatePBE Directive</h3>
+                <h3>Pkcs12<wbr />CertificatePBE Directive</h3>
               </header>
               <div class="content">
 
@@ -858,13 +858,13 @@
                     <tr>
                       <td>Syntax</td>
                       <td>
-                        <code>Pkcs12CertificatePBE algorithm</code>
-                      </td>
-                    </tr>
-                    <tr>
-                      <td>Default</td>
-                      <td>
-                        <code>Pkcs12CertificatePBE PBE-SHA1-3DES</code>
+                        <code>Pkcs12<wbr />CertificatePBE algorithm</code>
+                      </td>
+                    </tr>
+                    <tr>
+                      <td>Default</td>
+                      <td>
+                        <code>Pkcs12<wbr />CertificatePBE PBE-SHA1-3DES</code>
                       </td>
                     </tr>
                     <tr>
@@ -896,7 +896,7 @@
 
             <section>
               <header>
-                <h3>Pkcs12KeyPBE Directive</h3>
+                <h3>Pkcs12<wbr />KeyPBE Directive</h3>
               </header>
               <div class="content">
 
@@ -909,13 +909,13 @@
                     <tr>
                       <td>Syntax</td>
                       <td>
-                        <code>Pkcs12KeyPBE algorithm</code>
-                      </td>
-                    </tr>
-                    <tr>
-                      <td>Default</td>
-                      <td>
-                        <code>Pkcs12KeyPBE PBE-SHA1-3DES</code>
+                        <code>Pkcs12<wbr />KeyPBE algorithm</code>
+                      </td>
+                    </tr>
+                    <tr>
+                      <td>Default</td>
+                      <td>
+                        <code>Pkcs12<wbr />KeyPBE PBE-SHA1-3DES</code>
                       </td>
                     </tr>
                     <tr>
@@ -947,7 +947,7 @@
 
             <section>
               <header>
-                <h3>Pkcs12Nickname Directive</h3>
+                <h3>Pkcs12<wbr />Nickname Directive</h3>
               </header>
               <div class="content">
 
@@ -960,13 +960,13 @@
                     <tr>
                       <td>Syntax</td>
                       <td>
-                        <code>Pkcs12Nickname name</code>
-                      </td>
-                    </tr>
-                    <tr>
-                      <td>Default</td>
-                      <td>
-                        <code>Pkcs12Nickname certificate</code>
+                        <code>Pkcs12<wbr />Nickname name</code>
+                      </td>
+                    </tr>
+                    <tr>
+                      <td>Default</td>
+                      <td>
+                        <code>Pkcs12<wbr />Nickname certificate</code>
                       </td>
                     </tr>
                     <tr>

Modified: rs-manual/trunk/src/site/xhtml5/mod/mod_scep.xhtml5
==============================================================================
--- rs-manual/trunk/src/site/xhtml5/mod/mod_scep.xhtml5	(original)
+++ rs-manual/trunk/src/site/xhtml5/mod/mod_scep.xhtml5	Fri Oct 18 01:30:20 2019
@@ -400,7 +400,7 @@
 
             <section>
               <header>
-                <h3>ScepCRLURL Directive</h3>
+                <h3>Scep<wbr />CRLURL Directive</h3>
               </header>
               <div class="content">
 
@@ -413,7 +413,7 @@
                     <tr>
                       <td>Syntax</td>
                       <td>
-                        <code>ScepCRLURL url</code>
+                        <code>Scep<wbr />CRLURL url</code>
                       </td>
                     </tr>
                     <tr>
@@ -453,7 +453,7 @@
 
             <section>
               <header>
-                <h3>ScepFreshness Directive</h3>
+                <h3>Scep<wbr />Freshness Directive</h3>
               </header>
               <div class="content">
 
@@ -467,13 +467,13 @@
                     <tr>
                       <td>Syntax</td>
                       <td>
-                        <code>ScepFreshness factor [max-seconds]</code>
+                        <code>Scep<wbr />Freshness factor [max-seconds]</code>
                       </td>
                     </tr>
                     <tr>
                       <td>Default</td>
                       <td>
-                        <code>ScepFreshness 2 86400</code>
+                        <code>Scep<wbr />Freshness 2 86400</code>
                       </td>
                     </tr>
                     <tr>
@@ -507,7 +507,7 @@
 
             <section>
               <header>
-                <h3>ScepLocation Directive</h3>
+                <h3>Scep<wbr />Location Directive</h3>
               </header>
               <div class="content">
 
@@ -521,13 +521,13 @@
                     <tr>
                       <td>Syntax</td>
                       <td>
-                        <code>ScepLocation url</code>
+                        <code>Scep<wbr />Location url</code>
                       </td>
                     </tr>
                     <tr>
                       <td>Default</td>
                       <td>
-                        <code>ScepLocation [current-URL]</code>
+                        <code>Scep<wbr />Location [current-URL]</code>
                       </td>
                     </tr>
                     <tr>
@@ -558,7 +558,7 @@
 
             <section>
               <header>
-                <h3>ScepRACertificate Directive</h3>
+                <h3>Scep<wbr />RACertificate Directive</h3>
               </header>
               <div class="content">
 
@@ -571,7 +571,7 @@
                     <tr>
                       <td>Syntax</td>
                       <td>
-                        <code>ScepRACertificate filename</code>
+                        <code>Scep<wbr />RACertificate filename</code>
                       </td>
                     </tr>
                     <tr>
@@ -608,7 +608,7 @@
 
             <section>
               <header>
-                <h3>ScepRAKey Directive</h3>
+                <h3>Scep<wbr />RAKey Directive</h3>
               </header>
               <div class="content">
 
@@ -621,7 +621,7 @@
                     <tr>
                       <td>Syntax</td>
                       <td>
-                        <code>ScepRAKey filename</code>
+                        <code>Scep<wbr />RAKey filename</code>
                       </td>
                     </tr>
                     <tr>
@@ -657,7 +657,7 @@
 
             <section>
               <header>
-                <h3>ScepRANextCertificate Directive</h3>
+                <h3>Scep<wbr />RANext<wbr />Certificate Directive</h3>
               </header>
               <div class="content">
 
@@ -670,7 +670,7 @@
                     <tr>
                       <td>Syntax</td>
                       <td>
-                        <code>ScepRANextCertificate filename</code>
+                        <code>Scep<wbr />RANext<wbr />Certificate filename</code>
                       </td>
                     </tr>
                     <tr>
@@ -707,7 +707,7 @@
 
             <section>
               <header>
-                <h3>ScepSize Directive</h3>
+                <h3>Scep<wbr />Size Directive</h3>
               </header>
               <div class="content">
 
@@ -721,13 +721,13 @@
                     <tr>
                       <td>Syntax</td>
                       <td>
-                        <code>ScepSize bytes</code>
+                        <code>Scep<wbr />Size bytes</code>
                       </td>
                     </tr>
                     <tr>
                       <td>Default</td>
                       <td>
-                        <code>ScepSize 131072</code>
+                        <code>Scep<wbr />Size 131072</code>
                       </td>
                     </tr>
                     <tr>
@@ -758,7 +758,7 @@
 
             <section>
               <header>
-                <h3>ScepSubjectAltNameRequest Directive</h3>
+                <h3>Scep<wbr />SubjectAltName<wbr />Request Directive</h3>
               </header>
               <div class="content">
 
@@ -773,7 +773,7 @@
                     <tr>
                       <td>Syntax</td>
                       <td>
-                        <code>ScepSubjectAltNameRequest field [number]</code>
+                        <code>Scep<wbr />SubjectAltName<wbr />Request field [number]</code>
                       </td>
                     </tr>
                     <tr>
@@ -822,7 +822,7 @@
 
             <section>
               <header>
-                <h3>ScepSubjectAltNameSet Directive</h3>
+                <h3>Scep<wbr />SubjectAltName<wbr />Set Directive</h3>
               </header>
               <div class="content">
 
@@ -836,7 +836,7 @@
                     <tr>
                       <td>Syntax</td>
                       <td>
-                        <code>ScepSubjectAltNameSet field value</code>
+                        <code>Scep<wbr />SubjectAltName<wbr />Set field value</code>
                       </td>
                     </tr>
                     <tr>
@@ -880,7 +880,7 @@
 
             <section>
               <header>
-                <h3>ScepSubjectRequest Directive</h3>
+                <h3>Scep<wbr />SubjectRequest Directive</h3>
               </header>
               <div class="content">
 
@@ -894,13 +894,13 @@
                     <tr>
                       <td>Syntax</td>
                       <td>
-                        <code>ScepSubjectRequest field [number]</code>
+                        <code>Scep<wbr />SubjectRequest field [number]</code>
                       </td>
                     </tr>
                     <tr>
                       <td>Default</td>
                       <td>
-                        <code>ScepSubjectRequest field 1</code>
+                        <code>Scep<wbr />SubjectRequest field 1</code>
                       </td>
                     </tr>
                     <tr>
@@ -942,7 +942,7 @@
 
             <section>
               <header>
-                <h3>ScepSubjectSet Directive</h3>
+                <h3>Scep<wbr />SubjectSet Directive</h3>
               </header>
               <div class="content">
 
@@ -956,7 +956,7 @@
                     <tr>
                       <td>Syntax</td>
                       <td>
-                        <code>ScepSubjectSet field value</code>
+                        <code>Scep<wbr />SubjectSet field value</code>
                       </td>
                     </tr>
                     <tr>

Modified: rs-manual/trunk/src/site/xhtml5/mod/mod_spkac.xhtml5
==============================================================================
--- rs-manual/trunk/src/site/xhtml5/mod/mod_spkac.xhtml5	(original)
+++ rs-manual/trunk/src/site/xhtml5/mod/mod_spkac.xhtml5	Fri Oct 18 01:30:20 2019
@@ -277,7 +277,7 @@
 
             <section>
               <header>
-                <h3>SpkacLocation Directive</h3>
+                <h3>Spkac<wbr />Location Directive</h3>
               </header>
               <div class="content">
 
@@ -291,13 +291,13 @@
                     <tr>
                       <td>Syntax</td>
                       <td>
-                        <code>SpkacLocation url</code>
+                        <code>Spkac<wbr />Location url</code>
                       </td>
                     </tr>
                     <tr>
                       <td>Default</td>
                       <td>
-                        <code>SpkacLocation [current-URL]</code>
+                        <code>Spkac<wbr />Location [current-URL]</code>
                       </td>
                     </tr>
                     <tr>
@@ -328,7 +328,7 @@
 
             <section>
               <header>
-                <h3>SpkacSize Directive</h3>
+                <h3>Spkac<wbr />Size Directive</h3>
               </header>
               <div class="content">
 
@@ -342,13 +342,13 @@
                     <tr>
                       <td>Syntax</td>
                       <td>
-                        <code>SpkacSize bytes</code>
+                        <code>Spkac<wbr />Size bytes</code>
                       </td>
                     </tr>
                     <tr>
                       <td>Default</td>
                       <td>
-                        <code>SpkacSize 131072</code>
+                        <code>Spkac<wbr />Size 131072</code>
                       </td>
                     </tr>
                     <tr>
@@ -379,7 +379,7 @@
 
             <section>
               <header>
-                <h3>SpkacName Directive</h3>
+                <h3>Spkac<wbr />Name Directive</h3>
               </header>
               <div class="content">
 
@@ -393,13 +393,13 @@
                     <tr>
                       <td>Syntax</td>
                       <td>
-                        <code>SpkacName string</code>
+                        <code>Spkac<wbr />Name string</code>
                       </td>
                     </tr>
                     <tr>
                       <td>Default</td>
                       <td>
-                        <code>SpkacName key</code>
+                        <code>Spkac<wbr />Name key</code>
                       </td>
                     </tr>
                     <tr>
@@ -430,7 +430,7 @@
 
             <section>
               <header>
-                <h3>SpkacSubjectAltNameRequest Directive</h3>
+                <h3>Spkac<wbr />SubjectAltName<wbr />Request Directive</h3>
               </header>
               <div class="content">
 
@@ -444,7 +444,7 @@
                     <tr>
                       <td>Syntax</td>
                       <td>
-                        <code>SpkacSubjectAltNameRequest field [number]</code>
+                        <code>Spkac<wbr />SubjectAltName<wbr />Request field [number]</code>
                       </td>
                     </tr>
                     <tr>
@@ -499,7 +499,7 @@
 
             <section>
               <header>
-                <h3>SpkacSubjectAltNameSet Directive</h3>
+                <h3>Spkac<wbr />SubjectAltName<wbr />Set Directive</h3>
               </header>
               <div class="content">
 
@@ -513,7 +513,7 @@
                     <tr>
                       <td>Syntax</td>
                       <td>
-                        <code>SpkacSubjectAltNameSet field value</code>
+                        <code>Spkac<wbr />SubjectAltName<wbr />Set field value</code>
                       </td>
                     </tr>
                     <tr>
@@ -557,7 +557,7 @@
 
             <section>
               <header>
-                <h3>SpkacSubjectRequest Directive</h3>
+                <h3>Spkac<wbr />SubjectRequest Directive</h3>
               </header>
               <div class="content">
 
@@ -571,13 +571,13 @@
                     <tr>
                       <td>Syntax</td>
                       <td>
-                        <code>SpkacSubjectRequest field [number]</code>
+                        <code>Spkac<wbr />SubjectRequest field [number]</code>
                       </td>
                     </tr>
                     <tr>
                       <td>Default</td>
                       <td>
-                        <code>SpkacSubjectRequest field 1</code>
+                        <code>Spkac<wbr />SubjectRequest field 1</code>
                       </td>
                     </tr>
                     <tr>
@@ -621,7 +621,7 @@
 
             <section>
               <header>
-                <h3>SpkacSubjectSet Directive</h3>
+                <h3>Spkac<wbr />SubjectSet Directive</h3>
               </header>
               <div class="content">
 
@@ -635,7 +635,7 @@
                     <tr>
                       <td>Syntax</td>
                       <td>
-                        <code>SpkacSubjectSet field value</code>
+                        <code>Spkac<wbr />SubjectSet field value</code>
                       </td>
                     </tr>
                     <tr>

Modified: rs-manual/trunk/src/site/xhtml5/mod/mod_timestamp.xhtml5
==============================================================================
--- rs-manual/trunk/src/site/xhtml5/mod/mod_timestamp.xhtml5	(original)
+++ rs-manual/trunk/src/site/xhtml5/mod/mod_timestamp.xhtml5	Fri Oct 18 01:30:20 2019
@@ -236,7 +236,7 @@
 
             <section>
               <header>
-                <h3>TimestampSigningCertificate Directive</h3>
+                <h3>Timestamp<wbr />Signing<wbr />Certificate Directive</h3>
               </header>
               <div class="content">
 
@@ -249,7 +249,7 @@
                     <tr>
                       <td>Syntax</td>
                       <td>
-                        <code>TimestampSigningCertificate filename</code>
+                        <code>Timestamp<wbr />Signing<wbr />Certificate filename</code>
                       </td>
                     </tr>
                     <tr>
@@ -286,7 +286,7 @@
 
             <section>
               <header>
-                <h3>TimestampSigningKey Directive</h3>
+                <h3>Timestamp<wbr />SigningKey Directive</h3>
               </header>
               <div class="content">
 
@@ -299,7 +299,7 @@
                     <tr>
                       <td>Syntax</td>
                       <td>
-                        <code>TimestampSigningKey filename</code>
+                        <code>Timestamp<wbr />SigningKey filename</code>
                       </td>
                     </tr>
                     <tr>
@@ -335,7 +335,7 @@
 
             <section>
               <header>
-                <h3>TimestampCertificateChain Directive</h3>
+                <h3>Timestamp<wbr />CertificateChain Directive</h3>
               </header>
               <div class="content">
 
@@ -348,7 +348,7 @@
                     <tr>
                       <td>Syntax</td>
                       <td>
-                        <code>TimestampCertificateChain filename</code>
+                        <code>Timestamp<wbr />CertificateChain filename</code>
                       </td>
                     </tr>
                     <tr>
@@ -385,7 +385,7 @@
 
             <section>
               <header>
-                <h3>TimestampSize Directive</h3>
+                <h3>Timestamp<wbr />Size Directive</h3>
               </header>
               <div class="content">
 
@@ -399,13 +399,13 @@
                     <tr>
                       <td>Syntax</td>
                       <td>
-                        <code>TimestampSize bytes</code>
-                      </td>
-                    </tr>
-                    <tr>
-                      <td>Default</td>
-                      <td>
-                        <code>TimestampSize 131072</code>
+                        <code>Timestamp<wbr />Size bytes</code>
+                      </td>
+                    </tr>
+                    <tr>
+                      <td>Default</td>
+                      <td>
+                        <code>Timestamp<wbr />Size 131072</code>
                       </td>
                     </tr>
                     <tr>
@@ -436,7 +436,7 @@
 
             <section>
               <header>
-                <h3>TimestampLocation Directive</h3>
+                <h3>Timestamp<wbr />Location Directive</h3>
               </header>
               <div class="content">
 
@@ -450,13 +450,13 @@
                     <tr>
                       <td>Syntax</td>
                       <td>
-                        <code>TimestampLocation url</code>
-                      </td>
-                    </tr>
-                    <tr>
-                      <td>Default</td>
-                      <td>
-                        <code>TimestampLocation [current-URL]</code>
+                        <code>Timestamp<wbr />Location url</code>
+                      </td>
+                    </tr>
+                    <tr>
+                      <td>Default</td>
+                      <td>
+                        <code>Timestamp<wbr />Location [current-URL]</code>
                       </td>
                     </tr>
                     <tr>
@@ -487,7 +487,7 @@
 
             <section>
               <header>
-                <h3>TimestampPolicy Directive</h3>
+                <h3>Timestamp<wbr />Policy Directive</h3>
               </header>
               <div class="content">
 
@@ -536,7 +536,7 @@
 
             <section>
               <header>
-                <h3>TimestampDefaultPolicy Directive</h3>
+                <h3>Timestamp<wbr />DefaultPolicy Directive</h3>
               </header>
               <div class="content">
 
@@ -549,7 +549,7 @@
                     <tr>
                       <td>Syntax</td>
                       <td>
-                        <code>TimestampDefaultPolicy oid</code>
+                        <code>Timestamp<wbr />DefaultPolicy oid</code>
                       </td>
                     </tr>
                     <tr>
@@ -585,7 +585,7 @@
 
             <section>
               <header>
-                <h3>TimestampDigest Directive</h3>
+                <h3>Timestamp<wbr />Digest Directive</h3>
               </header>
               <div class="content">
 
@@ -598,7 +598,7 @@
                     <tr>
                       <td>Syntax</td>
                       <td>
-                        <code>TimestampDigest digest</code>
+                        <code>Timestamp<wbr />Digest digest</code>
                       </td>
                     </tr>
                     <tr>
@@ -634,7 +634,7 @@
 
             <section>
               <header>
-                <h3>TimestampIncludeChain Directive</h3>
+                <h3>Timestamp<wbr />IncludeChain Directive</h3>
               </header>
               <div class="content">
 
@@ -647,12 +647,12 @@
                     <tr>
                       <td>Syntax</td>
                       <td>
-                        <code>TimestampIncludeChain flag</code>
-                      </td>
-                    </tr>
-                    <tr>
-                      <td>Default</td>
-                      <td>TimestampIncludeChain off</td>
+                        <code>Timestamp<wbr />IncludeChain flag</code>
+                      </td>
+                    </tr>
+                    <tr>
+                      <td>Default</td>
+                      <td>Timestamp<wbr />IncludeChain off</td>
                     </tr>
                     <tr>
                       <td>Context</td>
@@ -684,7 +684,7 @@
 
             <section>
               <header>
-                <h3>TimestampOrdering Directive</h3>
+                <h3>Timestamp<wbr />Ordering Directive</h3>
               </header>
               <div class="content">
 
@@ -697,12 +697,12 @@
                     <tr>
                       <td>Syntax</td>
                       <td>
-                        <code>TimestampOrdering flag</code>
-                      </td>
-                    </tr>
-                    <tr>
-                      <td>Default</td>
-                      <td>TimestampOrdering off</td>
+                        <code>Timestamp<wbr />Ordering flag</code>
+                      </td>
+                    </tr>
+                    <tr>
+                      <td>Default</td>
+                      <td>Timestamp<wbr />Ordering off</td>
                     </tr>
                     <tr>
                       <td>Context</td>
@@ -733,7 +733,7 @@
 
             <section>
               <header>
-                <h3>TimestampTsaName Directive</h3>
+                <h3>Timestamp<wbr />TsaName Directive</h3>
               </header>
               <div class="content">
 
@@ -746,12 +746,12 @@
                     <tr>
                       <td>Syntax</td>
                       <td>
-                        <code>TimestampTsaName flag</code>
-                      </td>
-                    </tr>
-                    <tr>
-                      <td>Default</td>
-                      <td>TimestampTsaName off</td>
+                        <code>Timestamp<wbr />TsaName flag</code>
+                      </td>
+                    </tr>
+                    <tr>
+                      <td>Default</td>
+                      <td>Timestamp<wbr />TsaName off</td>
                     </tr>
                     <tr>
                       <td>Context</td>
@@ -782,7 +782,7 @@
 
             <section>
               <header>
-                <h3>TimestampClockPrecisionDigits Directive</h3>
+                <h3>Timestamp<wbr />Clock<wbr />Precision<wbr />Digits Directive</h3>
               </header>
               <div class="content">
 
@@ -795,7 +795,7 @@
                     <tr>
                       <td>Syntax</td>
                       <td>
-                        <code>TimestampClockPrecisionDigits number</code>
+                        <code>Timestamp<wbr />Clock<wbr />Precision<wbr />Digits number</code>
                       </td>
                     </tr>
                     <tr>



More information about the rs-commit mailing list