Fix typo in conf_dir description: comma separated -> os.pathsep separated.
This commit is contained in:
parent
21328337ae
commit
0c4826ee97
3 changed files with 9 additions and 3 deletions
|
@ -14,7 +14,9 @@
|
||||||
# cache_path_pattern = %h
|
# cache_path_pattern = %h
|
||||||
#
|
#
|
||||||
# conf_dir
|
# 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
|
# If also specified at command line then values from command line are
|
||||||
# appended to this value.
|
# appended to this value.
|
||||||
# conf_dir = <dir1>:<dir2>
|
# conf_dir = <dir1>:<dir2>
|
||||||
|
|
|
@ -46,7 +46,9 @@ The possible keywords and their meanings are as follows:
|
||||||
Specify cache path pattern.
|
Specify cache path pattern.
|
||||||
|
|
||||||
:strong:`conf_dir`
|
: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
|
If also specified at command line then values from command line are
|
||||||
appended to this value.
|
appended to this value.
|
||||||
|
|
||||||
|
|
|
@ -519,7 +519,9 @@ The possible keywords and their meanings are as follows:
|
||||||
Specify cache path pattern.
|
Specify cache path pattern.
|
||||||
|
|
||||||
:strong:`conf_dir`
|
: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
|
If also specified at command line then values from command line are
|
||||||
appended to this value.
|
appended to this value.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue