From 77b585d088f31176b438d783cb25df2dc2e5c10f Mon Sep 17 00:00:00 2001 From: Rich Bowen Date: Mon, 19 Sep 2011 00:19:24 +0000 Subject: [PATCH] Nitpick - Be consistent with ending each format description with a fullstop. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1172397 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_log_config.xml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/docs/manual/mod/mod_log_config.xml b/docs/manual/mod/mod_log_config.xml index 311c7cd7fe..740a4e3e60 100644 --- a/docs/manual/mod/mod_log_config.xml +++ b/docs/manual/mod/mod_log_config.xml @@ -68,13 +68,13 @@ Description %% - The percent sign + The percent sign. %a - Remote IP-address + Remote IP-address. %A - Local IP-address + Local IP-address. %B Size of response in bytes, excluding HTTP headers. @@ -92,16 +92,16 @@ %{VARNAME}e The contents of the environment variable - VARNAME + VARNAME. %f - Filename + Filename. %h - Remote host + Remote host. %H - The request protocol + The request protocol. %{VARNAME}i The contents of VARNAME: header line(s) @@ -124,10 +124,10 @@ %L The request log ID from the error log (or '-' if nothing has been - logged to the error log for this request) + logged to the error log for this request). %m - The request method + The request method. %{VARNAME}n The contents of note VARNAME from another @@ -138,7 +138,7 @@ in the reply. %p - The canonical port of the server serving the request + The canonical port of the server serving the request. %{format}p The canonical port of the server serving the request or the @@ -158,10 +158,10 @@ %q The query string (prepended with a ? if a query - string exists, otherwise an empty string) + string exists, otherwise an empty string). %r - First line of request + First line of request. %R The handler generating the response (if any). @@ -201,7 +201,7 @@ %u Remote user (from auth; may be bogus if return status - (%s) is 401) + (%s) is 401). %U The URL path requested, not including any query string. -- 2.40.0