From 5aa285fe66eba55a555924d7f35fdd00ec17b722 Mon Sep 17 00:00:00 2001 From: Rich Bowen Date: Sun, 18 Sep 2011 03:03:46 +0000 Subject: [PATCH] Trying to make it slightly clearer that 'name' in these examples is a variable to be replaced. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1172177 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/core.html.en | 12 ++++++------ docs/manual/mod/core.xml | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/docs/manual/mod/core.html.en b/docs/manual/mod/core.html.en index 73e8f09e79..b74e828890 100644 --- a/docs/manual/mod/core.html.en +++ b/docs/manual/mod/core.html.en @@ -1405,14 +1405,14 @@ in case of an error Remote IP-address and port %...A Local IP-address and port -%...{name}e - Request environment variable name +%...{name}e + Request environment variable name %...E APR/OS error status code and string %...F Source file name and line number of the log call -%...{name}i - Request header name +%...{name}i + Request header name %...k Number of keep-alive requests on this connection %...l @@ -1427,8 +1427,8 @@ in case of an error Name of the module logging the message %M The actual log message -%...{name}n - Request note name +%...{name}n + Request note name %...P Process ID of current process %...T diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index a319045ad0..3ae15408e6 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -1352,8 +1352,8 @@ in case of an error %...A Local IP-address and port - %...{name}e - Request environment variable name + %...{name}e + Request environment variable name %...E APR/OS error status code and string @@ -1361,8 +1361,8 @@ in case of an error %...F Source file name and line number of the log call - %...{name}i - Request header name + %...{name}i + Request header name %...k Number of keep-alive requests on this connection @@ -1385,8 +1385,8 @@ in case of an error %M The actual log message - %...{name}n - Request note name + %...{name}n + Request note name %...P Process ID of current process -- 2.40.0