]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Bug 69549: ErrorLogFormat docs - "log line" should be "format string" when describing...
authorRich Bowen <rbowen@apache.org>
Fri, 1 May 2026 15:46:12 +0000 (15:46 +0000)
committerRich Bowen <rbowen@apache.org>
Fri, 1 May 2026 15:46:12 +0000 (15:46 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933664 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/core.xml

index febb614049d17b4b5fc6bb16a138101a92da826e..bcb4820f78741db8f78f7d46db6d833b85905cf1 100644 (file)
@@ -1628,7 +1628,7 @@ ErrorLogFormat "[%t] [%l] [pid %P] %F: %E: [client %a] %M"
     associated to a request and the log message happens at a time when the
     Referer header has already been read from the client.  If no output is
     produced, the default behavior is to delete everything from the preceding
-    space character to the next space character.  This means the log line is
+    space character to the next space character.  This means the format string is
     implicitly divided into fields on non-whitespace to whitespace transitions.
     If a format string item does not produce output, the whole field is
     omitted.  For example, if the remote address <code>%a</code> in the log