From 3e6a5f46d1f2273fb61585dba7c3ca18a8d2a025 Mon Sep 17 00:00:00 2001 From: brian Date: Tue, 10 Dec 1996 01:19:36 +0000 Subject: [PATCH] various link surgery git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77250 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/core.html | 2 +- docs/manual/mod/mod_auth_dbm.html | 2 +- docs/manual/mod/mod_mime.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/manual/mod/core.html b/docs/manual/mod/core.html index af92315739..7fc74891a7 100644 --- a/docs/manual/mod/core.html +++ b/docs/manual/mod/core.html @@ -559,7 +559,7 @@ interfaces, but only on the port given by the Port directive.

See Also: -Setting which addresses and ports Apache uses

+Setting which addresses and ports Apache uses


<Limit> directive

diff --git a/docs/manual/mod/mod_auth_dbm.html b/docs/manual/mod/mod_auth_dbm.html index 7c05f43843..b124bb1b02 100644 --- a/docs/manual/mod/mod_auth_dbm.html +++ b/docs/manual/mod/mod_auth_dbm.html @@ -11,7 +11,7 @@ This module is contained in the mod_auth_dbm.c file, and is not compiled in by default. It provides for user authentication using -DBM files. See the DBM user documentation. +DBM files. diff --git a/docs/manual/mod/mod_mime.html b/docs/manual/mod/mod_mime.html index 58a519ff51..319c5478a7 100644 --- a/docs/manual/mod/mod_mime.html +++ b/docs/manual/mod/mod_mime.html @@ -162,7 +162,7 @@ media type.

When placed into an .htaccess file or a <Directory> or <Location section, this directive forces all matching files to be parsed through the -handler +handler given by handler-name. For example, if you had a directory you wanted to be parsed entirely as imagemap rule files, regardless of extension, you might put the following into an -- 2.50.1