diff options
author | Florian Schlichting <fschlich@zedat.fu-berlin.de> | 2013-04-16 23:17:03 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-04-16 23:17:43 +0200 |
commit | ce7c97b6baac24569d719bbf78d56cd8b422933a (patch) | |
tree | 6178b21f01fb8a421731e1b04e027d5e3b4ed6e3 /doc | |
parent | 9a4c049675910477621528c29f7a87169f5a5942 (diff) | |
download | mpd-ce7c97b6baac24569d719bbf78d56cd8b422933a.tar.gz mpd-ce7c97b6baac24569d719bbf78d56cd8b422933a.tar.xz mpd-ce7c97b6baac24569d719bbf78d56cd8b422933a.zip |
doc: mpd.conf.5 wrongly documents parameters as required
mpd.conf.5 lists follow_outside_symlinks and follow_inside_symlinks
under REQUIRED, yet also documents a default value for these options,
which only makes sense if they're not actually required.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/mpd.conf.5 | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/doc/mpd.conf.5 b/doc/mpd.conf.5 index 59d5e623a..e5359f94a 100644 --- a/doc/mpd.conf.5 +++ b/doc/mpd.conf.5 @@ -29,17 +29,6 @@ See \fBdocs/mpdconf.example\fP in the source tarball for an example configuration file. .SH REQUIRED PARAMETERS .TP -.B follow_outside_symlinks <yes or no> -Control if MPD will follow symbolic links pointing outside the music dir. -You must recreate the database after changing this option. -The default is "yes". -.TP -.B follow_inside_symlinks <yes or no> -Control if MPD will follow symbolic links pointing inside the music dir, -potentially adding duplicates to the database. -You must recreate the database after changing this option. -The default is "yes". -.TP .B db_file <file> This specifies where the db file will be stored. .TP @@ -99,6 +88,17 @@ reports from what address a connection is opened, and when it is closed, and "verbose" records excessive amounts of information for debugging purposes. The default is "default". .TP +.B follow_outside_symlinks <yes or no> +Control if MPD will follow symbolic links pointing outside the music dir. +You must recreate the database after changing this option. +The default is "yes". +.TP +.B follow_inside_symlinks <yes or no> +Control if MPD will follow symbolic links pointing inside the music dir, +potentially adding duplicates to the database. +You must recreate the database after changing this option. +The default is "yes". +.TP .B zeroconf_enabled <yes or no> If yes, and MPD has been compiled with support for Avahi or Bonjour, service information will be published with Zeroconf. The default is yes. |