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. |