summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2022-05-08 14:01:03 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2022-05-08 14:01:03 +0100
commitdae17adc827cb536c485637680adde4facae8a78 (patch)
tree86f41148a19c91cbd5d1ead2c961e080c11a00d2
parent6d8e1b63fda70bb4153034870cc8b68f9011d0e1 (diff)
downloadexim4-dae17adc827cb536c485637680adde4facae8a78.tar.gz
Docs: clarify distinction between config file and Makefile, for log_file_path. Bug 2825
-rw-r--r--doc/doc-docbook/spec.xfpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/doc-docbook/spec.xfpt b/doc/doc-docbook/spec.xfpt
index eafd56fba..76ff4f231 100644
--- a/doc/doc-docbook/spec.xfpt
+++ b/doc/doc-docbook/spec.xfpt
@@ -38454,7 +38454,7 @@ LOG_FILE_PATH, and uses the first item it finds that is neither empty nor
&"syslog"&. This means that an empty item in &%log_file_path%& can be used to
mean &"use the path specified at build time"&. If no such item exists, log
files are written in the &_log_& subdirectory of the spool directory. This is
-equivalent to the setting:
+equivalent to the configuration file setting:
.code
log_file_path = $spool_directory/log/%slog
.endd
@@ -38465,7 +38465,7 @@ that is where the logs are written.
A log file path may also contain &`%D`& or &`%M`& if datestamped log filenames
are in use &-- see section &<<SECTdatlogfil>>& below.
-Here are some examples of possible settings:
+Here are some examples of possible Makefile settings:
.display
&`LOG_FILE_PATH=syslog `& syslog only
&`LOG_FILE_PATH=:syslog `& syslog and default path