aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-04-16 23:19:44 +0200
committerMax Kellermann <max@duempel.org>2013-04-16 23:19:44 +0200
commit5dd728d80236c795b86916be3a0b4ad3bbf29a60 (patch)
treee9c936949dc2b485f8137ebe1575a39cceae2cc3
parentce7c97b6baac24569d719bbf78d56cd8b422933a (diff)
downloadmpd-5dd728d80236c795b86916be3a0b4ad3bbf29a60.tar.gz
mpd-5dd728d80236c795b86916be3a0b4ad3bbf29a60.tar.xz
mpd-5dd728d80236c795b86916be3a0b4ad3bbf29a60.zip
doc: move sticker_file to "optional parameters"
-rw-r--r--doc/mpd.conf.58
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/mpd.conf.5 b/doc/mpd.conf.5
index e5359f94a..62f5565e1 100644
--- a/doc/mpd.conf.5
+++ b/doc/mpd.conf.5
@@ -32,15 +32,15 @@ configuration file.
.B db_file <file>
This specifies where the db file will be stored.
.TP
-.B sticker_file <file>
-The location of the sticker database. This is a database which
-manages dynamic information attached to songs.
-.TP
.B log_file <file>
This specifies where the log file should be located.
The special value "syslog" makes MPD use the local syslog daemon.
.SH OPTIONAL PARAMETERS
.TP
+.B sticker_file <file>
+The location of the sticker database. This is a database which
+manages dynamic information attached to songs.
+.TP
.B pid_file <file>
This specifies the file to save mpd's process ID in.
.TP