From 9b06d2cd4ac9e4e85c89f09de65b5772a8864a48 Mon Sep 17 00:00:00 2001 From: "J. Alexander Treuman" Date: Mon, 5 Jun 2006 20:05:24 +0000 Subject: Made pid_file an optional config parameter. git-svn-id: https://svn.musicpd.org/mpd/trunk@4250 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- doc/mpd.1 | 3 ++- doc/mpd.conf.5 | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/mpd.1 b/doc/mpd.1 index a11d892da..5741f6726 100644 --- a/doc/mpd.1 +++ b/doc/mpd.1 @@ -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 This specifies where the error file should be located. +.SH OPTIONAL PARAMETERS .TP .B pid_file This specifies the file to save mpd's process ID in. -.SH OPTIONAL PARAMETERS .TP .B state_file This specifies if a state file is used and where it is located. The state of -- cgit v1.2.3