You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by nd...@apache.org on 2002/11/04 19:27:27 UTC

cvs commit: httpd-2.0/docs/manual/mod mod_include.html.en mod_include.xml quickreference.html.en

nd          2002/11/04 10:27:27

  Modified:    docs/manual/mod mod_include.html.en mod_include.xml
                        quickreference.html.en
  Log:
  SSIUndefinedEcho never defaulted to <!-- undef -->
  
  btw: could someone fix the directive description in
       mod_include.c:3522? ;-)
  
  Revision  Changes    Path
  1.17      +2 -2      httpd-2.0/docs/manual/mod/mod_include.html.en
  
  Index: mod_include.html.en
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_include.html.en,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- mod_include.html.en	7 Oct 2002 15:23:02 -0000	1.16
  +++ mod_include.html.en	4 Nov 2002 18:27:26 -0000	1.17
  @@ -632,7 +632,7 @@
                 </a></th><td>String displayed when
   an unset variable is echoed</td></tr><tr><th><a href="directive-dict.html#Syntax">Syntax:
                 </a></th><td><code>SSIUndefinedEcho <em>tag</em></code></td></tr><tr><th><a href="directive-dict.html#Default">Default: 
  -              </a></th><td><code>SSIUndefinedEcho "&lt;!-- undef --&gt;"</code></td></tr><tr><th><a href="directive-dict.html#Context">Context:
  +              </a></th><td><code>SSIUndefinedEcho "(none)"</code></td></tr><tr><th><a href="directive-dict.html#Context">Context:
                 </a></th><td>server config, virtual host</td></tr><tr><th><a href="directive-dict.html#Status">Status:
                 </a></th><td>Base</td></tr><tr><th><a href="directive-dict.html#Module">Module:
                 </a></th><td>mod_include</td></tr><tr><th><a href="directive-dict.html#Compatibility">Compatibility:
  @@ -643,7 +643,7 @@
   
       <div class="example"><h3>Example</h3><p><code>
       
  -    SSIUndefinedEcho "[ No Value ]"
  +    SSIUndefinedEcho "&lt;!-- undef --&gt;"
       </code></p></div>
   
   </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="directive-section"><h2><a name="XBitHack" id="XBitHack">XBitHack</a> <a name="xbithack" id="xbithack">Directive</a></h2><table class="directive"><tr><th><a href="directive-dict.html#Description">Description: 
  
  
  
  1.17      +2 -2      httpd-2.0/docs/manual/mod/mod_include.xml
  
  Index: mod_include.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_include.xml,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- mod_include.xml	19 Sep 2002 18:25:33 -0000	1.16
  +++ mod_include.xml	4 Nov 2002 18:27:26 -0000	1.17
  @@ -581,7 +581,7 @@
   <description>String displayed when
   an unset variable is echoed</description>
   <syntax>SSIUndefinedEcho <em>tag</em></syntax>
  -<default>SSIUndefinedEcho &quot;&lt;!-- undef --&gt;&quot;</default>
  +<default>SSIUndefinedEcho &quot;(none)&quot;</default>
   <contextlist><context>server config</context>
   <context>virtual host</context></contextlist>
   <compatibility>Available in version 2.0.34 and later.
  @@ -593,7 +593,7 @@
   
       <example>
       <title>Example</title>
  -    SSIUndefinedEcho "[ No Value ]"
  +    SSIUndefinedEcho "&lt;!-- undef --&gt;"
       </example>
   
   </usage>
  
  
  
  1.22      +1 -1      httpd-2.0/docs/manual/mod/quickreference.html.en
  
  Index: quickreference.html.en
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/quickreference.html.en,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- quickreference.html.en	20 Oct 2002 01:22:43 -0000	1.21
  +++ quickreference.html.en	4 Nov 2002 18:27:26 -0000	1.22
  @@ -528,7 +528,7 @@
   <tr><td><a href="mod_include.html#ssistarttag">SSIStartTag <em>tag</em></a></td><td> "&lt;!--" </td><td>sv</td><td>B</td></tr><tr><td class="descr" colspan="4">String that starts an include element</td></tr>
   <tr class="odd"><td><a href="mod_include.html#ssitimeformat">SSITimeFormat <em>formatstring</em></a></td><td> "%A, %d-%b-%Y %H:%M +</td><td>svdh</td><td>B</td></tr><tr class="odd"><td class="descr" colspan="4">Configures the format in which date strings are 
   displayed</td></tr>
  -<tr><td><a href="mod_include.html#ssiundefinedecho">SSIUndefinedEcho <em>tag</em></a></td><td> "&lt;!-- undef --&gt;" </td><td>sv</td><td>B</td></tr><tr><td class="descr" colspan="4">String displayed when
  +<tr><td><a href="mod_include.html#ssiundefinedecho">SSIUndefinedEcho <em>tag</em></a></td><td> "(none)" </td><td>sv</td><td>B</td></tr><tr><td class="descr" colspan="4">String displayed when
   an unset variable is echoed</td></tr>
   <tr class="odd"><td><a href="mod_ssl.html#sslcacertificatefile">SSLCACertificateFile <em>file-path</em></a></td><td /><td>sv</td><td>E</td></tr><tr class="odd"><td class="descr" colspan="4">File of concatenated PEM-encoded CA Certificates 
   for Client Auth</td></tr>