Skip to content
Snippets Groups Projects

Include glob

Merged Daniel Salzman requested to merge include_glob into master
Compare and
+ 83
83
Preferences
Compare changes
Files
+ 5
3
@@ -108,9 +108,11 @@ comment using \fBcomment\fP item which is stored in the server beside the
configuration.
.SH INCLUDES
.sp
Another configuration file or all configuration files in a directory can be
included at the top level in the current file. If the file or directory path
is not absolute, then it is relative to the current file directory.
Another configuration file or files, matching a pattern, can be included at
the top level in the current file. If the path is not absolute, then it
is considered to be relative to the current file. The pattern can be
an arbitrary string meeting POSIX \fIglob\fP requirements, e.g. dir/*.conf.
Matching files are processed in sorted order.
.INDENT 0.0
.INDENT 3.5
.sp