Commit b013b463 authored by Richard Bowen's avatar Richard Bowen
Browse files

Spell checking.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90946 13f79535-47bb-0310-9956-ffa450edef68
parent a824bd9c
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -631,7 +631,7 @@ width of the description column in characters.</dd>
the best width.</dd>
<dd><samp>DescriptionWidth=n</samp> fixes the column width to n bytes wide.</dd>
<dd><samp>DescriptionWidth=*</samp> grows the column to the width necessary to
accomodate the longest description string.</dd>
accommodate the longest description string.</dd>
<dd><b>See the section on <a href="#adddescription"><samp>AddDescription</samp></a>
for dangers inherent in truncating descriptions.</b></dd>
<DT><A NAME="indexoptions:fancyindexing">FancyIndexing</A>
@@ -710,11 +710,11 @@ document for the value of the TITLE tag. This is CPU and disk intensive.
<DD>
<!--%plaintext &lt;?INDEX {\tt SuppressColumnSorting} index option&gt; -->
If specified, Apache will not make the column headings in a FancyIndexed
directory listing into links for sorting.  The default behaviour is
directory listing into links for sorting.  The default behavior is
for them to be links; selecting the column heading will sort the directory
listing by the values in that column.  <STRONG>Prior to Apache 2.0.23, this
also disabled parsing the Query Arguments for the sort string.</STRONG>
That behavior is now controled by <A HREF="#indexoptions:ignoreclient"
That behavior is now controlled by <A HREF="#indexoptions:ignoreclient"
 >IndexOptions IgnoreClient</A> in Apache 2.0.23.
<DT><A NAME="indexoptions:suppressdescription">SuppressDescription</A>
<DD>
+1 −1
Original line number Diff line number Diff line
@@ -52,7 +52,7 @@ a <A HREF="mod_alias.html#scriptalias">ScriptAlias</A> directory.</P>
value of the <A HREF="core.html#documentroot">DocumentRoot</A>
configuration variable.</p>

<p>For an intruction to using CGI scripts with Apache, see our
<p>For an introduction to using CGI scripts with Apache, see our
tutorial on <a href="../howto/cgi.html">Dynamic Content With CGI</a>.</p>

<p>When using a multi-threaded MPM under unix, the module <a
+2 −2
Original line number Diff line number Diff line
@@ -94,14 +94,14 @@ REL="Help"
  can fail in various ways, including:
  </P>

  <SL>
  <UL>
  <LI>
  The translation mechanism may return a bad return code, and the connection
  will be aborted.
  <LI>
  The translation mechanism may silently place special characters (e.g., question
  marks) in the output buffer when it cannot translate the input buffer.
  </SL>
  </UL>

  <HR>

+1 −1
Original line number Diff line number Diff line
@@ -54,7 +54,7 @@ the following to the global section in your <CODE>httpd.conf</CODE>
file:</p>

<blockquote>
<CODE>DavLockDB /tmp/DavLock&nbsp;&nbsp;&nbsp;&nbsp;</CODE><EM>(Any web-server writeable filename, without an extension)</EM>
<CODE>DavLockDB /tmp/DavLock&nbsp;&nbsp;&nbsp;&nbsp;</CODE><EM>(Any web-server writable filename, without an extension)</EM>
</blockquote>


+2 −2
Original line number Diff line number Diff line
@@ -271,10 +271,10 @@ are supported in <EM>value</EM>:
<PRE>
%t:	The time the request was received in Universal Coordinated Time
	since the epoch (Jan. 1, 1970) measured in microseconds. The
	value is preceeded by "t=".
	value is preceded by "t=".
%D:     The time from when the request was received to the time the
        headers are sent on the wire. This is a measure of the
	duration of the request. The value is preceeded by "D=".
	duration of the request. The value is preceded by "D=".
</PRE>

<p>When the <code>Header</code> directive is used with the
Loading