Docs: clarify distinction between config file and Makefile, for log_file_path. Bug...
authorJeremy Harris <jgh146exb@wizmail.org>
Sun, 8 May 2022 13:01:03 +0000 (14:01 +0100)
committerJeremy Harris <jgh146exb@wizmail.org>
Sun, 8 May 2022 13:01:03 +0000 (14:01 +0100)
doc/doc-docbook/spec.xfpt

index eafd56fbadb2ccc18b1d26386ce98b2eb00bd2d9..76ff4f231359e6f2d724597922a1d03fa054c488 100644 (file)
@@ -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