summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Slemko <marc@apache.org>1997-05-01 05:59:56 +0000
committerMarc Slemko <marc@apache.org>1997-05-01 05:59:56 +0000
commit90b33005b0d1ec67f45f95e65c0640d0c8a0d7e0 (patch)
tree27ba57fb434d757cbc5e227a76020487f940f494
parent12e17e74b52b8509ab574e88f0250432db7e5928 (diff)
downloadhttpd-90b33005b0d1ec67f45f95e65c0640d0c8a0d7e0.tar.gz
Still more cleanups. Thanks to linklint for this round.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@78083 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--docs/manual/developer/API.html2
-rw-r--r--docs/manual/misc/API.html2
-rw-r--r--docs/manual/misc/FAQ.html6
-rw-r--r--docs/manual/mod/mod_auth_anon.html4
-rw-r--r--docs/manual/mod/mod_auth_db.html2
-rw-r--r--docs/manual/mod/mod_auth_dbm.html2
-rw-r--r--docs/manual/mod/mod_mime.html2
7 files changed, 10 insertions, 10 deletions
diff --git a/docs/manual/developer/API.html b/docs/manual/developer/API.html
index 456da2f1ba..98c442a84f 100644
--- a/docs/manual/developer/API.html
+++ b/docs/manual/developer/API.html
@@ -596,7 +596,7 @@ of the strings, as a unit; for instance:
returns a pointer to 8 bytes worth of memory, initialized to
<code>"foo/bar"</code>.
-<h3>Tracking open files, etc.</h3>
+<h3><a name="pool-files">Tracking open files, etc.</a></h3>
As indicated above, resource pools are also used to track other sorts
of resources besides memory. The most common are open files. The
diff --git a/docs/manual/misc/API.html b/docs/manual/misc/API.html
index 456da2f1ba..98c442a84f 100644
--- a/docs/manual/misc/API.html
+++ b/docs/manual/misc/API.html
@@ -596,7 +596,7 @@ of the strings, as a unit; for instance:
returns a pointer to 8 bytes worth of memory, initialized to
<code>"foo/bar"</code>.
-<h3>Tracking open files, etc.</h3>
+<h3><a name="pool-files">Tracking open files, etc.</a></h3>
As indicated above, resource pools are also used to track other sorts
of resources besides memory. The most common are open files. The
diff --git a/docs/manual/misc/FAQ.html b/docs/manual/misc/FAQ.html
index 3d6576e224..13208c7015 100644
--- a/docs/manual/misc/FAQ.html
+++ b/docs/manual/misc/FAQ.html
@@ -8,7 +8,7 @@
<!--#include virtual="header.html" -->
<H1>Apache Server Frequently Asked Questions</H1>
<P>
- $Revision: 1.48 $ ($Date: 1997/05/01 04:56:47 $)
+ $Revision: 1.49 $ ($Date: 1997/05/01 05:59:51 $)
</P>
<P>
The latest version of this FAQ is always available from the main
@@ -986,7 +986,7 @@
</P>
<HR>
</LI>
- <LI><A NAME="fastcgi">
+ <LI><A NAME="nodelay">
<STRONG>Why am I getting &quot;<SAMP>httpd: could not set socket
option TCP_NODELAY</SAMP>&quot; in my error log?</STRONG>
</A>
@@ -1101,7 +1101,7 @@
<P>
The canonical location for Apache's core-dump files is the
<A
- HREF="../mod/core.html#serverrot"
+ HREF="../mod/core.html#serverroot"
>ServerRoot</A>
directory.
</P>
diff --git a/docs/manual/mod/mod_auth_anon.html b/docs/manual/mod/mod_auth_anon.html
index 499b539a55..f1fa0c273e 100644
--- a/docs/manual/mod/mod_auth_anon.html
+++ b/docs/manual/mod/mod_auth_anon.html
@@ -36,7 +36,7 @@ allows users to share URLs.
<h2><a name="Directives">Directives</a></h2>
<ul>
<li><A HREF="#anonymous">Anonymous</A>
-<li><A HREF="#LogMail">Anonymous_LogEmail</A>
+<li><A HREF="#LogEmail">Anonymous_LogEmail</A>
<li><A HREF="#VerifyEmail">Anonymous_VerifyEmail</A>
<li><A HREF="#NoUser">Anonymous_NoUser</A>
<li><A HREF="#Authoritative">Anonymous_Authoritative</A>
@@ -72,7 +72,7 @@ allows users to share URLs.
'I Don't Know'.
<hr>
-<A name="LogMail"><h2>Anonymous_LogEmail</h2></A>
+<A name="LogEmail"><h2>Anonymous_LogEmail</h2></A>
<strong>Syntax:</strong> Anonymous_LogEmail <em>on | off</em><br>
<strong>Default:</strong> <code>off</code><br>
<strong>Context:</strong> directory, .htaccess<br>
diff --git a/docs/manual/mod/mod_auth_db.html b/docs/manual/mod/mod_auth_db.html
index 6e283c08e6..2afaec7ad0 100644
--- a/docs/manual/mod/mod_auth_db.html
+++ b/docs/manual/mod/mod_auth_db.html
@@ -145,7 +145,7 @@ more access interfaces.
<p>
See also <A HREF="core.html#authname">AuthName</A>,
<A HREF="core.html#authtype">AuthType</A> and
-<A HREF="#authgroupfile">AuthGroupFile</A>.<p>
+<A HREF="#authdbgroupfile">AuthDBGroupFile</A>.<p>
<!--#include virtual="footer.html" -->
</BODY>
diff --git a/docs/manual/mod/mod_auth_dbm.html b/docs/manual/mod/mod_auth_dbm.html
index 3573f0b6c7..68bd0ed7bd 100644
--- a/docs/manual/mod/mod_auth_dbm.html
+++ b/docs/manual/mod/mod_auth_dbm.html
@@ -147,7 +147,7 @@ more access interfaces.
<p>
See also <A HREF="core.html#authname">AuthName</A>,
<A HREF="core.html#authtype">AuthType</A> and
-<A HREF="#authgroupfile">AuthGroupFile</A>.<p>
+<A HREF="#authdbmgroupfile">AuthDBMGroupFile</A>.<p>
<!--#include virtual="footer.html" -->
</BODY>
diff --git a/docs/manual/mod/mod_mime.html b/docs/manual/mod/mod_mime.html
index a4135dc865..bbd201eae9 100644
--- a/docs/manual/mod/mod_mime.html
+++ b/docs/manual/mod/mod_mime.html
@@ -191,7 +191,7 @@ called, you might put the following into access.conf:
The TypesConfig directive sets the location of the mime types configuration
file. <em>Filename</em> is relative to the
-<A HREF="#serverroot">ServerRoot</A>. This file sets the default list of
+<A HREF="core.html#serverroot">ServerRoot</A>. This file sets the default list of
mappings from filename extensions to content types; changing this file is not
recommended. Use the <A HREF="#addtype">AddType</A> directive instead. The
file contains lines in the format of the arguments to an AddType command: