From: Rich Bowen Date: Fri, 1 May 2026 15:46:12 +0000 (+0000) Subject: Bug 69549: ErrorLogFormat docs - "log line" should be "format string" when describing... X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=abe739942a950612f7b0807d0cb30de6b22ce6b5;p=thirdparty%2Fapache%2Fhttpd.git Bug 69549: ErrorLogFormat docs - "log line" should be "format string" when describing field splitting git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933664 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index febb614049..bcb4820f78 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -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 %a in the log