diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/mpd.1 | 3 | ||||
-rw-r--r-- | doc/mpd.conf.5 | 2 |
2 files changed, 3 insertions, 2 deletions
@@ -22,7 +22,8 @@ Read more about MPD at <\fBhttp://www.musicpd.org/\fP>. Output a brief help message. .TP .BI --kill -Kill the currently running mpd session. +Kill the currently running mpd session. The pid_file parameter must be +specified in the config file for this to work. .TP .BI --create-db Force (re)creation of database and exit. diff --git a/doc/mpd.conf.5 b/doc/mpd.conf.5 index 0e336c507..6a5336e92 100644 --- a/doc/mpd.conf.5 +++ b/doc/mpd.conf.5 @@ -43,10 +43,10 @@ This specifies where the log file should be located. .TP .B error_file <file> This specifies where the error file should be located. +.SH OPTIONAL PARAMETERS .TP .B pid_file <file> This specifies the file to save mpd's process ID in. -.SH OPTIONAL PARAMETERS .TP .B state_file <file> This specifies if a state file is used and where it is located. The state of |