From 0c4826ee974dc23739108af0772239bda9028ec9 Mon Sep 17 00:00:00 2001 From: Darko Poljak Date: Tue, 19 Sep 2017 13:52:49 +0200 Subject: [PATCH] Fix typo in conf_dir description: comma separated -> os.pathsep separated. --- configuration/cdist.cfg.skeleton | 4 +++- docs/src/cdist-configuration.rst | 4 +++- docs/src/man1/cdist.rst | 4 +++- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/configuration/cdist.cfg.skeleton b/configuration/cdist.cfg.skeleton index 441f6154..22c1ccaf 100644 --- a/configuration/cdist.cfg.skeleton +++ b/configuration/cdist.cfg.skeleton @@ -14,7 +14,9 @@ # cache_path_pattern = %h # # conf_dir -# Comma separated list of configuration directories. +# List of configuration directories separated with the character conventionally +# used by the operating system to separate search path components (as in PATH), +# such as ':' for POSIX or ';' for Windows. # If also specified at command line then values from command line are # appended to this value. # conf_dir = : diff --git a/docs/src/cdist-configuration.rst b/docs/src/cdist-configuration.rst index 0013973c..e53c818f 100644 --- a/docs/src/cdist-configuration.rst +++ b/docs/src/cdist-configuration.rst @@ -46,7 +46,9 @@ The possible keywords and their meanings are as follows: Specify cache path pattern. :strong:`conf_dir` - Comma separated list of configuration directories. + List of configuration directories separated with the character conventionally + used by the operating system to separate search path components (as in PATH), + such as ':' for POSIX or ';' for Windows. If also specified at command line then values from command line are appended to this value. diff --git a/docs/src/man1/cdist.rst b/docs/src/man1/cdist.rst index b5333e17..3ca0cb8c 100644 --- a/docs/src/man1/cdist.rst +++ b/docs/src/man1/cdist.rst @@ -519,7 +519,9 @@ The possible keywords and their meanings are as follows: Specify cache path pattern. :strong:`conf_dir` - Comma separated list of configuration directories. + List of configuration directories separated with the character conventionally + used by the operating system to separate search path components (as in PATH), + such as ':' for POSIX or ';' for Windows. If also specified at command line then values from command line are appended to this value.