From 7b3a70cdf441188fd075aacd51335c0c4b8e5da4 Mon Sep 17 00:00:00 2001 From: Stephan Bosch <stephan@rename-it.nl> Date: Fri, 27 Mar 2015 23:00:11 +0100 Subject: [PATCH] Small fixes in file script location documentation. --- doc/locations/file.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/locations/file.txt b/doc/locations/file.txt index 7a3ea6088..3c76d1131 100644 --- a/doc/locations/file.txt +++ b/doc/locations/file.txt @@ -14,7 +14,7 @@ with a ".sieve" extension are part of the sequence. The sequence order of the scripts in that directory is determined by the file names, using a normal 8bit per-character comparison. -Unless overridden using the `bindir=<path' location option, compiled binaries +Unless overridden using the `bindir=<path>' location option, compiled binaries for scripts retrieved from the `file' location type are by default stored in the same directory as where the script file was found if possible. Refer to the INSTALL file for more general information about configuration of script @@ -23,7 +23,7 @@ locations. Configuration ============= -The script location syntax is specialized as follows: +The script location syntax is specified as follows: location = file:<path>[;<option>[=<value>][;...]] -- GitLab