From: Christophe Jaillet Date: Tue, 26 Feb 2013 09:19:21 +0000 (+0000) Subject: Backport some small documentation tweeks from trunk. X-Git-Tag: 2.4.5~530 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0be8ae143ff8a2494cb12d06de063b6c415034dc;p=apache Backport some small documentation tweeks from trunk. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1450091 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/content-negotiation.xml b/docs/manual/content-negotiation.xml index fbd70a00f9..dafedd4752 100644 --- a/docs/manual/content-negotiation.xml +++ b/docs/manual/content-negotiation.xml @@ -74,7 +74,7 @@

httpd supports 'server driven' content negotiation, as defined in the HTTP/1.1 specification. It fully supports the Accept, Accept-Language, - Accept-Charset andAccept-Encoding + Accept-Charset and Accept-Encoding request headers. httpd also supports 'transparent' content negotiation, which is an experimental negotiation protocol defined in RFC 2295 and RFC 2296. It does not offer diff --git a/docs/manual/developer/modules.xml b/docs/manual/developer/modules.xml index 49f13cc2ab..87e48f1366 100644 --- a/docs/manual/developer/modules.xml +++ b/docs/manual/developer/modules.xml @@ -120,7 +120,7 @@ static void register_hooks(void)

In the mod_mmap_static case I didn't care about the post_config stage, but the mmap_static_xlat - must be called after the core module had done it's name + must be called after the core module had done its name translation, hence the use of the aszPre to define a modifier to the position HOOK_LAST.

diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index 860dafa226..7f559812d0 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -615,7 +615,7 @@ headers

The DefaultRuntimeDir directive sets the directory in which the server will create various run-time files (shared memory, locks, etc.). If set as a relative path, the full path - will be relative to ServerRoot

+ will be relative to ServerRoot.

Example

diff --git a/docs/manual/programs/httxt2dbm.xml b/docs/manual/programs/httxt2dbm.xml index 4bcc56d2be..195201e63d 100644 --- a/docs/manual/programs/httxt2dbm.xml +++ b/docs/manual/programs/httxt2dbm.xml @@ -28,8 +28,10 @@

httxt2dbm is used to generate dbm files from text input, for use in RewriteMap with the - dbm map type. -

+ dbm map type.

+ +

If the output file already exists, it will not be truncated. New keys will be + added and existing keys will be updated.

httpd mod_rewrite