diff --git a/doc/chrony.conf.adoc b/doc/chrony.conf.adoc index 3901400..bdb02a5 100644 --- a/doc/chrony.conf.adoc +++ b/doc/chrony.conf.adoc @@ -669,6 +669,8 @@ behaviour whilst it is not running). The *dumpdir* directive defines the directory where the measurement histories are saved when *chronyd* exits, or the <> command in *chronyc* is issued. + +If the directory does not exist, it will be created automatically. ++ An example of the directive is: + ---- @@ -710,6 +712,8 @@ received from the server in order to avoid making an NTS-KE request when source in files named by the IP address of the NTS-KE server (e.g. _1.2.3.4.nts_). By default, the client does not save the cookies. + +If the directory does not exist, it will be created automatically. ++ An example of the directive is: + ---- @@ -2144,8 +2148,9 @@ which would cause a syslog message to be generated if a system clock error of ov 0.1 seconds starts to be compensated. [[logdir]]*logdir* _directory_:: -This directive allows the directory where log files are written to be -specified. +This directive specifies the directory for writing log files enabled by the +*log* directive. If the directory does not exist, it will be created +automatically. + An example of the use of this directive is: +