diff options
-rw-r--r-- | doc/user.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/user.xml b/doc/user.xml index 3a3bd7521..fe67b9332 100644 --- a/doc/user.xml +++ b/doc/user.xml @@ -221,6 +221,13 @@ systemctl start mpd.socket</programlisting> <programlisting>connection_timeout "5"</programlisting> <para> + For settings which specify a filesystem path, the tilde is + expanded: + </para> + + <programlisting>music_directory "~/Music"</programlisting> + + <para> Some of the settings are grouped in blocks with curly braces, e.g. per-plugin settings: </para> |