diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/user.xml b/doc/user.xml index 89d00a19c..c7266ed59 100644 --- a/doc/user.xml +++ b/doc/user.xml @@ -426,6 +426,14 @@ systemctl start mpd.socket</programlisting> </para> <programlisting>include_optional "may_not_exist.conf"</programlisting> + + <para> + Both directives can have a shell pattern (with wildcards + '<filename>*</filename>' and '<filename>?</filename>') in the + last path segment, e.g.: + </para> + + <programlisting>include "conf.d/*.conf"</programlisting> </section> <section id="config_music_directory"> |