You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@apache.org on 2001/11/10 04:34:26 UTC

cvs commit: httpd-docs-1.3/htdocs/manual/mod core.html.en

rbowen      01/11/09 19:34:26

  Modified:    htdocs/manual/mod core.html.en
  Log:
  A while ago it was recommended that all of these LaTeX directives be
  removed from the documentation. I'm still encountering them
  occasionally.
  
  Revision  Changes    Path
  1.201     +71 -71    httpd-docs-1.3/htdocs/manual/mod/core.html.en
  
  Index: core.html.en
  ===================================================================
  RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/mod/core.html.en,v
  retrieving revision 1.200
  retrieving revision 1.201
  diff -u -r1.200 -r1.201
  --- core.html.en	2001/10/31 15:17:51	1.200
  +++ core.html.en	2001/11/10 03:34:26	1.201
  @@ -186,7 +186,7 @@
   
       <h2><a id="acceptfilter" name="acceptfilter">AcceptFilter
       directive</a></h2>
  -    <!--%plaintext &lt;?INDEX {\tt AcceptFilter} directive&gt; -->
  +
       <a href="directive-dict.html#Syntax"
       rel="Help"><strong>Syntax:</strong></a> AcceptFilter
       on|off<br />
  @@ -218,7 +218,7 @@
   
       <h2><a id="acceptmutex" name="acceptmutex">AcceptMutex
       directive</a></h2>
  -    <!--%plaintext &lt;?INDEX {\tt AcceptMutex} directive&gt; -->
  +
       <a href="directive-dict.html#Syntax"
       rel="Help"><strong>Syntax:</strong></a> AcceptMutex
       uslock|pthread|sysvsem|fcntl|flock|os2sem|tpfcore|none|default<br />
  @@ -248,7 +248,7 @@
   
       <h2><a id="accessconfig" name="accessconfig">AccessConfig
       directive</a></h2>
  -    <!--%plaintext &lt;?INDEX {\tt AccessConfig} directive&gt; -->
  +
       <a href="directive-dict.html#Syntax"
       rel="Help"><strong>Syntax:</strong></a> AccessConfig
       <em>file-path</em>|<em>directory-path</em><br />
  @@ -290,7 +290,7 @@
   
       <h2><a id="accessfilename" name="accessfilename">AccessFileName
       directive</a></h2>
  -    <!--%plaintext &lt;?INDEX {\tt AccessFileName} directive&gt; -->
  +
       <a href="directive-dict.html#Syntax"
       rel="Help"><strong>Syntax:</strong></a> AccessFileName
       <em>filename</em> [<em>filename</em>] ...<br />
  @@ -359,7 +359,7 @@
   
       <h2><a id="addmodule" name="addmodule">AddModule
       directive</a></h2>
  -    <!--%plaintext &lt;?INDEX {\tt AddModule} directive&gt; -->
  +
       <a href="directive-dict.html#Syntax"
       rel="Help"><strong>Syntax:</strong></a> AddModule
       <em>module</em> [<em>module</em>] ...<br />
  @@ -380,7 +380,7 @@
   
       <h2><a id="allowoverride" name="allowoverride">AllowOverride
       directive</a></h2>
  -    <!--%plaintext &lt;?INDEX {\tt AllowOverride} directive&gt; -->
  +
       <a href="directive-dict.html#Syntax"
       rel="Help"><strong>Syntax:</strong></a> AllowOverride
       All|None|<em>directive-type</em> [<em>directive-type</em>]
  @@ -415,7 +415,7 @@
         <dt>AuthConfig</dt>
   
         <dd>
  -      <!--%plaintext &lt;?INDEX {\tt AuthConfig} override&gt; -->
  +
         Allow use of the authorization directives (<a
         href="mod_auth_dbm.html#authdbmgroupfile">AuthDBMGroupFile</a>,
         <a
  @@ -428,7 +428,7 @@
   
         <dt>FileInfo</dt>
   
  -      <dd><!--%plaintext &lt;?INDEX {\tt FileInfo} override&gt; -->
  +      <dd>
         Allow use of the directives controlling document types (<a
         href="mod_mime.html#addencoding">AddEncoding</a>, <a
         href="mod_mime.html#addlanguage">AddLanguage</a>, <a
  @@ -440,7 +440,7 @@
   
         <dt>Indexes</dt>
   
  -      <dd><!--%plaintext &lt;?INDEX {\tt Indexes} override&gt; -->
  +      <dd>
         Allow use of the directives controlling directory indexing
         (<a
         href="mod_autoindex.html#adddescription">AddDescription</a>,
  @@ -458,13 +458,13 @@
   
         <dt>Limit</dt>
   
  -      <dd><!--%plaintext &lt;?INDEX {\tt Limit} override&gt; -->
  +      <dd>
         Allow use of the directives controlling host access (Allow,
         Deny and Order).</dd>
   
         <dt>Options</dt>
   
  -      <dd><!--%plaintext &lt;?INDEX {\tt Options} override&gt; -->
  +      <dd>
         Allow use of the directives controlling specific directory
         features (<a href="#options">Options</a> and <a
         href="mod_include.html#xbithack">XBitHack</a>).</dd>
  @@ -476,7 +476,7 @@
   
       <h2><a id="authname" name="authname">AuthName
       directive</a></h2>
  -    <!--%plaintext &lt;?INDEX {\tt AuthName} directive&gt; -->
  +
       <a href="directive-dict.html#Syntax"
       rel="Help"><strong>Syntax:</strong></a> AuthName
       <em>auth-domain</em><br />
  @@ -502,7 +502,7 @@
   
       <h2><a id="authtype" name="authtype">AuthType
       directive</a></h2>
  -    <!--%plaintext &lt;?INDEX {\tt AuthType} directive&gt; -->
  +
       <a href="directive-dict.html#Syntax"
       rel="Help"><strong>Syntax:</strong></a> AuthType
       Basic|Digest<br />
  @@ -517,7 +517,7 @@
       <p>This directive selects the type of user authentication for a
       directory. Only <code>Basic</code> and <code>Digest</code> are
       currently implemented. 
  -    <!--%plaintext &lt;?INDEX {\tt Basic} authentication scheme&gt; -->
  +
        It must be accompanied by <a href="#authname">AuthName</a> and
       <a href="#require">Require</a> directives, and directives such
       as <a href="mod_auth.html#authuserfile">AuthUserFile</a> and <a
  @@ -527,7 +527,7 @@
   
       <h2><a id="bindaddress" name="bindaddress">BindAddress
       directive</a></h2>
  -    <!--%plaintext &lt;?INDEX {\tt BindAddress} directive&gt; -->
  +
       <a href="directive-dict.html#Syntax"
       rel="Help"><strong>Syntax:</strong></a> BindAddress
       *|<em>IP-address</em>|<em>domain-name</em><br />
  @@ -566,7 +566,7 @@
   
       <h2><a id="bs2000account" name="bs2000account">BS2000Account
       directive</a></h2>
  -    <!--%plaintext &lt;?INDEX {\tt BS2000Account} directive&gt; -->
  +
       <a href="directive-dict.html#Syntax"
       rel="Help"><strong>Syntax:</strong></a> BS2000Account
       <em>account</em><br />
  @@ -597,7 +597,7 @@
   
       <h2><a id="clearmodulelist"
       name="clearmodulelist">ClearModuleList directive</a></h2>
  -    <!--%plaintext &lt;?INDEX {\tt ClearModuleList} directive&gt; -->
  +
       <a href="directive-dict.html#Syntax"
       rel="Help"><strong>Syntax:</strong></a> ClearModuleList<br />
        <a href="directive-dict.html#Context"
  @@ -616,7 +616,7 @@
   
       <h2><a id="contentdigest" name="contentdigest">ContentDigest
       directive</a></h2>
  -    <!--%plaintext &lt;?INDEX {\tt ContentDigest} directive&gt; -->
  +
       <a href="directive-dict.html#Syntax"
       rel="Help"><strong>Syntax:</strong></a> ContentDigest
       on|off<br />
  @@ -663,7 +663,7 @@
   
       <h2><a id="coredumpdirectory"
       name="coredumpdirectory">CoreDumpDirectory directive</a></h2>
  -    <!--%plaintext &lt;?INDEX {\tt CoreDumpDirectory} directive&gt; -->
  +
       <a href="directive-dict.html#Syntax"
       rel="Help"><strong>Syntax:</strong></a> CoreDumpDirectory
       <em>directory-path</em><br />
  @@ -686,7 +686,7 @@
   
       <h2><a id="defaulttype" name="defaulttype">DefaultType
       directive</a></h2>
  -    <!--%plaintext &lt;?INDEX {\tt DefaultType} directive&gt; -->
  +
       <a href="directive-dict.html#Syntax"
       rel="Help"><strong>Syntax:</strong></a> DefaultType
       <em>MIME-type</em><br />
  @@ -718,7 +718,7 @@
   
       <h2><a id="directory" name="directory">&lt;Directory&gt;
       directive</a></h2>
  -    <!--%plaintext &lt;?INDEX {\tt Directory} section directive&gt; -->
  +
       <a href="directive-dict.html#Syntax"
       rel="Help"><strong>Syntax:</strong></a> &lt;Directory
       <em>directory-path</em>&gt; ... &lt;/Directory&gt; <br />
  @@ -879,7 +879,7 @@
   
       <h2><a id="documentroot" name="documentroot">DocumentRoot
       directive</a></h2>
  -    <!--%plaintext &lt;?INDEX {\tt DocumentRoot} directive&gt; -->
  +
       <a href="directive-dict.html#Syntax"
       rel="Help"><strong>Syntax:</strong></a> DocumentRoot
       <em>directory-path</em><br />
  @@ -911,7 +911,7 @@
   
       <h2><a id="ebcdicconvert"
       name="ebcdicconvert">EBCDICConvert</a></h2>
  -    <!--%plaintext &lt;?INDEX {\tt EBCDICConvert} directive&gt; -->
  +
       <a href="directive-dict.html#Syntax"
       rel="Help"><strong>Syntax:</strong></a> EBCDICConvert
       On|Off[=<em>direction</em>] <em>extension</em>
  @@ -977,7 +977,7 @@
   
       <h2><a id="ebcdicconvertbytype"
       name="ebcdicconvertbytype">EBCDICConvertByType</a></h2>
  -    <!--%plaintext &lt;?INDEX {\tt EBCDICConvertByType} directive&gt; -->
  +
       <a href="directive-dict.html#Syntax"
       rel="Help"><strong>Syntax:</strong></a> EBCDICConvertByType
       On|Off[=<em>direction</em>] <em>mimetype</em>
  @@ -1035,7 +1035,7 @@
   
       <h2><a id="ebcdickludge"
       name="ebcdickludge">EBCDICKludge</a></h2>
  -    <!--%plaintext &lt;?INDEX {\tt EBCDICKludge} directive&gt; -->
  +
       <a href="directive-dict.html#Syntax"
       rel="Help"><strong>Syntax:</strong></a> EBCDICKludge
       On|Off<br />
  @@ -1100,7 +1100,7 @@
   
       <h2><a id="errordocument" name="errordocument">ErrorDocument
       directive</a></h2>
  -    <!--%plaintext &lt;?INDEX {\tt ErrorDocument} directive&gt; -->
  +
       <a href="directive-dict.html#Syntax"
       rel="Help"><strong>Syntax:</strong></a> ErrorDocument
       <em>error-code document</em><br />
  @@ -1174,7 +1174,7 @@
   
       <h2><a id="errorlog" name="errorlog">ErrorLog
       directive</a></h2>
  -    <!--%plaintext &lt;?INDEX {\tt ErrorLog} directive&gt; -->
  +
       <a href="directive-dict.html#Syntax"
       rel="Help"><strong>Syntax:</strong></a> ErrorLog
       <em>file-path</em>|syslog[:<em>facility</em>] <br />
  @@ -1298,7 +1298,7 @@
       <hr />
   
       <h2><a id="group" name="group">Group directive</a></h2>
  -    <!--%plaintext &lt;?INDEX {\tt Group} directive&gt; -->
  +
       <a href="directive-dict.html#Syntax"
       rel="Help"><strong>Syntax:</strong></a> Group
       <em>unix-group</em><br />
  @@ -1346,7 +1346,7 @@
   
       <h2><a id="hostnamelookups"
       name="hostnamelookups">HostNameLookups directive</a></h2>
  -    <!--%plaintext &lt;?INDEX {\tt HostNameLookups} directive&gt; -->
  +
       <a href="directive-dict.html#Syntax"
       rel="Help"><strong>Syntax:</strong></a> HostNameLookups
       on|off|double<br />
  @@ -1403,7 +1403,7 @@
   
       <h2><a id="identitycheck" name="identitycheck">IdentityCheck
       directive</a></h2>
  -    <!--%plaintext &lt;?INDEX {\tt IdentityCheck} directive&gt; -->
  +
       <a href="directive-dict.html#Syntax"
       rel="Help"><strong>Syntax:</strong></a> IdentityCheck
       on|off<br />
  @@ -1629,7 +1629,7 @@
       <hr />
   
       <h2><a id="limit" name="limit">&lt;Limit&gt; directive</a></h2>
  -    <!--%plaintext &lt;?INDEX {\tt Limit} section directive&gt; -->
  +
       <a href="directive-dict.html#Syntax"
       rel="Help"><strong>Syntax:</strong></a> &lt;Limit
       <em>method</em> [<em>method</em>] ... &gt; ...
  @@ -1667,7 +1667,7 @@
   
       <h2><a id="limitexcept" name="limitexcept">&lt;LimitExcept&gt;
       directive</a></h2>
  -    <!--%plaintext &lt;?INDEX {\tt LimitExcept} section directive&gt; -->
  +
       <a href="directive-dict.html#Syntax"
       rel="Help"><strong>Syntax:</strong></a> &lt;LimitExcept
       <em>method</em> [<em>method</em>] ... &gt; ...
  @@ -1692,7 +1692,7 @@
   
       <h2><a id="limitrequestbody"
       name="limitrequestbody">LimitRequestBody directive</a></h2>
  -    <!--%plaintext &lt;?INDEX {\tt LimitRequestBody} directive&gt; -->
  +
       <a href="directive-dict.html#Syntax"
       rel="Help"><strong>Syntax:</strong></a> LimitRequestBody
       <em>bytes</em><br />
  @@ -1735,7 +1735,7 @@
   
       <h2><a id="limitrequestfields"
       name="limitrequestfields">LimitRequestFields directive</a></h2>
  -    <!--%plaintext &lt;?INDEX {\tt LimitRequestFields} directive&gt; -->
  +
       <a href="directive-dict.html#Syntax"
       rel="Help"><strong>Syntax:</strong></a> LimitRequestFields
       <em>number</em><br />
  @@ -1778,7 +1778,7 @@
       <h2><a id="limitrequestfieldsize"
       name="limitrequestfieldsize">LimitRequestFieldsize
       directive</a></h2>
  -    <!--%plaintext &lt;?INDEX {\tt LimitRequestFieldsize} directive&gt; -->
  +
       <a href="directive-dict.html#Syntax"
       rel="Help"><strong>Syntax:</strong></a> LimitRequestFieldsize
       <em>bytes</em><br />
  @@ -1819,7 +1819,7 @@
   
       <h2><a id="limitrequestline"
       name="limitrequestline">LimitRequestLine directive</a></h2>
  -    <!--%plaintext &lt;?INDEX {\tt LimitRequestLine} directive&gt; -->
  +
       <a href="directive-dict.html#Syntax"
       rel="Help"><strong>Syntax:</strong></a> LimitRequestLine
       <em>bytes</em><br />
  @@ -2250,7 +2250,7 @@
   
       <h2><a id="maxclients" name="maxclients">MaxClients
       directive</a></h2>
  -    <!--%plaintext &lt;?INDEX {\tt MaxClients} directive&gt; -->
  +
       <a href="directive-dict.html#Syntax"
       rel="Help"><strong>Syntax:</strong></a> MaxClients
       <em>number</em><br />
  @@ -2304,7 +2304,7 @@
       <h2><a id="maxrequestsperchild"
       name="maxrequestsperchild">MaxRequestsPerChild
       directive</a></h2>
  -    <!--%plaintext &lt;?INDEX {\tt MaxRequestsPerChild} directive&gt; -->
  +
       <a href="directive-dict.html#Syntax"
       rel="Help"><strong>Syntax:</strong></a> MaxRequestsPerChild
       <em>number</em><br />
  @@ -2349,7 +2349,7 @@
   
       <h2><a id="maxspareservers"
       name="maxspareservers">MaxSpareServers directive</a></h2>
  -    <!--%plaintext &lt;?INDEX {\tt MaxSpareServers} directive&gt; -->
  +
       <a href="directive-dict.html#Syntax"
       rel="Help"><strong>Syntax:</strong></a> MaxSpareServers
       <em>number</em><br />
  @@ -2380,7 +2380,7 @@
   
       <h2><a id="minspareservers"
       name="minspareservers">MinSpareServers directive</a></h2>
  -    <!--%plaintext &lt;?INDEX {\tt MinSpareServers} directive&gt; -->
  +
       <a href="directive-dict.html#Syntax"
       rel="Help"><strong>Syntax:</strong></a> MinSpareServers
       <em>number</em><br />
  @@ -2410,7 +2410,7 @@
   
       <h2><a id="namevirtualhost"
       name="namevirtualhost">NameVirtualHost directive</a></h2>
  -    <!--%plaintext &lt;?INDEX {\tt NameVirtualHost} directive&gt; -->
  +
       <a href="directive-dict.html#Syntax"
       rel="Help"><strong>Syntax:</strong></a> NameVirtualHost
       <em>addr</em>[:<em>port</em>]<br />
  @@ -2470,7 +2470,7 @@
       <hr />
   
       <h2><a id="options" name="options">Options directive</a></h2>
  -    <!--%plaintext &lt;?INDEX {\tt Options} directive&gt; -->
  +
       <a href="directive-dict.html#Syntax"
       rel="Help"><strong>Syntax:</strong></a> Options
       [+|-]<em>option</em> [[+|-]<em>option</em>] ...<br />
  @@ -2497,13 +2497,13 @@
   
         <dt>ExecCGI</dt>
   
  -      <dd><!--%plaintext &lt;?INDEX {\tt ExecCGI} option&gt; -->
  +      <dd>
         Execution of CGI scripts is permitted.</dd>
   
         <dt>FollowSymLinks</dt>
   
         <dd>
  -      <!--%plaintext &lt;?INDEX {\tt FollowSymLinks} option&gt; -->
  +
         The server will follow symbolic links in this
         directory.<br />
          <strong>Note</strong>: even though the server follows the
  @@ -2514,20 +2514,20 @@
   
         <dt>Includes</dt>
   
  -      <dd><!--%plaintext &lt;?INDEX {\tt Includes} option&gt; -->
  +      <dd>
         Server-side includes are permitted.</dd>
   
         <dt>IncludesNOEXEC</dt>
   
         <dd>
  -      <!--%plaintext &lt;?INDEX {\tt IncludesNOEXEC} option&gt; -->
  +      
         Server-side includes are permitted, but the #exec command and
         #exec CGI are disabled. It is still possible to #include
         virtual CGI scripts from ScriptAliase'd directories.</dd>
   
         <dt>Indexes</dt>
   
  -      <dd><!--%plaintext &lt;?INDEX {\tt Indexes} option&gt; -->
  +      <dd>
         If a URL which maps to a directory is requested, and the
         there is no DirectoryIndex (<em>e.g.</em>, index.html) in
         that directory, then the server will return a formatted
  @@ -2535,14 +2535,14 @@
   
         <dt>MultiViews</dt>
   
  -      <dd><!--%plaintext &lt;?INDEX {\tt MultiViews} option&gt; -->
  +      <dd>
         <a href="../content-negotiation.html">Content negotiated</a>
         MultiViews are allowed.</dd>
   
         <dt>SymLinksIfOwnerMatch</dt>
   
         <dd>
  -      <!--%plaintext &lt;?INDEX {\tt SymLinksIfOwnerMatch} option&gt; -->
  +
         The server will only follow symbolic links for which the
         target file or directory is owned by the same user id as the
         link.<br />
  @@ -2593,7 +2593,7 @@
       <hr />
   
       <h2><a id="pidfile" name="pidfile">PidFile directive</a></h2>
  -    <!--%plaintext &lt;?INDEX {\tt PidFile} directive&gt; -->
  +
       <a href="directive-dict.html#Syntax"
       rel="Help"><strong>Syntax:</strong></a> PidFile
       <em>file-path</em><br />
  @@ -2623,7 +2623,7 @@
       <hr />
   
       <h2><a id="port" name="port">Port directive</a></h2>
  -    <!--%plaintext &lt;?INDEX {\tt Port} directive&gt; -->
  +
       <a href="directive-dict.html#Syntax"
       rel="Help"><strong>Syntax:</strong></a> Port
       <em>number</em><br />
  @@ -2690,7 +2690,7 @@
       <hr />
   
       <h2><a id="require" name="require">Require directive</a></h2>
  -    <!--%plaintext &lt;?INDEX {\tt Require} directive&gt; -->
  +
       <a href="directive-dict.html#Syntax"
       rel="Help"><strong>Syntax:</strong></a> Require
       <em>entity-name</em> [<em>entity-name</em>] ...<br />
  @@ -2755,7 +2755,7 @@
   
       <h2><a id="resourceconfig" name="resourceconfig">ResourceConfig
       directive</a></h2>
  -    <!--%plaintext &lt;?INDEX {\tt ResourceConfig} directive&gt; -->
  +
       <a href="directive-dict.html#Syntax"
       rel="Help"><strong>Syntax:</strong></a> ResourceConfig
       <em>file-path</em>|<em>directory-path</em><br />
  @@ -2797,7 +2797,7 @@
   
       <h2><a id="rlimit" name="rlimit">RLimitCPU</a> <a
       id="rlimitcpu" name="rlimitcpu">directive</a></h2>
  -    <!--%plaintext &lt;?INDEX {\tt RLimitCPU} directive&gt; -->
  +
       <a href="directive-dict.html#Syntax"
       rel="Help"><strong>Syntax:</strong></a> RLimitCPU
       <em>number</em>|max [<em>number</em>|max] <br />
  @@ -2837,7 +2837,7 @@
   
       <h2><a id="rlimitmem" name="rlimitmem">RLimitMEM
       directive</a></h2>
  -    <!--%plaintext &lt;?INDEX {\tt RLimitMEM} directive&gt; -->
  +
       <a href="directive-dict.html#Syntax"
       rel="Help"><strong>Syntax:</strong></a> RLimitMEM
       <em>number</em>|max [<em>number</em>|max]<br />
  @@ -2877,7 +2877,7 @@
   
       <h2><a id="rlimitnproc" name="rlimitnproc">RLimitNPROC
       directive</a></h2>
  -    <!--%plaintext &lt;?INDEX {\tt RLimitNPROC} directive&gt; -->
  +
       <a href="directive-dict.html#Syntax"
       rel="Help"><strong>Syntax:</strong></a> RLimitNPROC
       <em>number</em>|max [<em>number</em>|max]<br />
  @@ -2922,7 +2922,7 @@
       <hr />
   
       <h2><a id="satisfy" name="satisfy">Satisfy directive</a></h2>
  -    <!--%plaintext &lt;?INDEX {\tt Satisfy} directive&gt; -->
  +
       <a href="directive-dict.html#Syntax"
       rel="Help"><strong>Syntax:</strong></a> Satisfy any|all<br />
        <a href="directive-dict.html#Default"
  @@ -2955,7 +2955,7 @@
   
       <h2><a id="scoreboardfile" name="scoreboardfile">ScoreBoardFile
       directive</a></h2>
  -    <!--%plaintext &lt;?INDEX {\tt ScoreBoardFile} directive&gt; -->
  +
       <a href="directive-dict.html#Syntax"
       rel="Help"><strong>Syntax:</strong></a> ScoreBoardFile
       <em>file-path</em><br />
  @@ -3002,7 +3002,7 @@
       <h2><a id="scriptinterpretersource"
       name="scriptinterpretersource">ScriptInterpreterSource
       directive</a></h2>
  -    <!--%plaintext &lt;?INDEX {\tt ScriptInterpreterSource} directive&gt; -->
  +
       <a href="directive-dict.html#Syntax"
       rel="Help"><strong>Syntax:</strong></a> ScriptInterpreterSource
       registry|script<br />
  @@ -3025,7 +3025,7 @@
   
       <h2><a id="sendbuffersize" name="sendbuffersize">SendBufferSize
       directive</a></h2>
  -    <!--%plaintext &lt;?INDEX {\tt SendBufferSize} directive&gt; -->
  +
       <a href="directive-dict.html#Syntax"
       rel="Help"><strong>Syntax:</strong></a> SendBufferSize
       <em>bytes</em><br />
  @@ -3042,7 +3042,7 @@
   
       <h2><a id="serveradmin" name="serveradmin">ServerAdmin
       directive</a></h2>
  -    <!--%plaintext &lt;?INDEX {\tt ServerAdmin} directive&gt; -->
  +
       <a href="directive-dict.html#Syntax"
       rel="Help"><strong>Syntax:</strong></a> ServerAdmin
       <em>email-address</em><br />
  @@ -3089,7 +3089,7 @@
   
       <h2><a id="servername" name="servername">ServerName
       directive</a></h2>
  -    <!--%plaintext &lt;?INDEX {\tt ServerName} directive&gt; -->
  +
       <a href="directive-dict.html#Syntax"
       rel="Help"><strong>Syntax:</strong></a> ServerName
       <em>fully-qualified-domain-name</em> <br />
  @@ -3151,7 +3151,7 @@
   
       <h2><a id="serverroot" name="serverroot">ServerRoot
       directive</a></h2>
  -    <!--%plaintext &lt;?INDEX {\tt ServerRoot} directive&gt; -->
  +
       <a href="directive-dict.html#Syntax"
       rel="Help"><strong>Syntax:</strong></a> ServerRoot
       <em>directory-path</em><br />
  @@ -3179,7 +3179,7 @@
   
       <h2><a id="serversignature"
       name="serversignature">ServerSignature directive</a></h2>
  -    <!--%plaintext &lt;?INDEX {\tt ServerSignature} directive&gt; -->
  +
       <a href="directive-dict.html#Syntax"
       rel="Help"><strong>Syntax:</strong></a> ServerSignature
       On|Off|EMail<br />
  @@ -3215,7 +3215,7 @@
   
       <h2><a id="servertokens" name="servertokens">ServerTokens
       directive</a></h2>
  -    <!--%plaintext &lt;?INDEX {\tt ServerTokens} directive&gt; -->
  +
       <a href="directive-dict.html#Syntax"
       rel="Help"><strong>Syntax:</strong></a> ServerTokens
       Minimal|ProductOnly|OS|Full<br />
  @@ -3265,7 +3265,7 @@
   
       <h2><a id="servertype" name="servertype">ServerType
       directive</a></h2>
  -    <!--%plaintext &lt;?INDEX {\tt ServerType} directive&gt; -->
  +
       <a href="directive-dict.html#Syntax"
       rel="Help"><strong>Syntax:</strong></a> ServerType
       <em>type</em><br />
  @@ -3311,7 +3311,7 @@
   
       <h2><a id="startservers" name="startservers">StartServers
       directive</a></h2>
  -    <!--%plaintext &lt;?INDEX {\tt StartServers} directive&gt; -->
  +
       <a href="directive-dict.html#Syntax"
       rel="Help"><strong>Syntax:</strong></a> StartServers
       <em>number</em><br />
  @@ -3389,7 +3389,7 @@
       <hr />
   
       <h2><a id="timeout" name="timeout">TimeOut directive</a></h2>
  -    <!--%plaintext &lt;?INDEX {\tt TimeOut} directive&gt; -->
  +
       <a href="directive-dict.html#Syntax"
       rel="Help"><strong>Syntax:</strong></a> TimeOut
       <em>number</em><br />
  @@ -3424,7 +3424,7 @@
   
       <h2><a id="usecanonicalname"
       name="usecanonicalname">UseCanonicalName directive</a></h2>
  -    <!--%plaintext &lt;?INDEX {\tt UseCanonicalName} directive&gt; -->
  +
       <a href="directive-dict.html#Syntax"
       rel="Help"><strong>Syntax:</strong></a> UseCanonicalName
       on|off|dns<br />
  @@ -3492,7 +3492,7 @@
       <hr />
   
       <h2><a id="user" name="user">User directive</a></h2>
  -    <!--%plaintext &lt;?INDEX {\tt User} directive&gt; -->
  +
       <a href="directive-dict.html#Syntax"
       rel="Help"><strong>Syntax:</strong></a> User
       <em>unix-userid</em><br />
  @@ -3551,7 +3551,7 @@
   
       <h2><a id="virtualhost" name="virtualhost">&lt;VirtualHost&gt;
       directive</a></h2>
  -    <!--%plaintext &lt;?INDEX {\tt VirtualHost} section directive&gt; -->
  +
       <a href="directive-dict.html#Syntax"
       rel="Help"><strong>Syntax:</strong></a> &lt;VirtualHost
       <em>addr</em>[:<em>port</em>] [<em>addr</em>[:<em>port</em>]]