diff options
author | J. Alexander Treuman <jat@spatialrift.net> | 2006-06-05 20:05:24 +0000 |
---|---|---|
committer | J. Alexander Treuman <jat@spatialrift.net> | 2006-06-05 20:05:24 +0000 |
commit | 9b06d2cd4ac9e4e85c89f09de65b5772a8864a48 (patch) | |
tree | f93aa8c5f7682fdb4acba11da06090d3a312db73 /doc/mpd.conf.5 | |
parent | ffd580dd1986dfd4b614f0a3fded4b173425de85 (diff) | |
download | mpd-9b06d2cd4ac9e4e85c89f09de65b5772a8864a48.tar.gz mpd-9b06d2cd4ac9e4e85c89f09de65b5772a8864a48.tar.xz mpd-9b06d2cd4ac9e4e85c89f09de65b5772a8864a48.zip |
Made pid_file an optional config parameter.
git-svn-id: https://svn.musicpd.org/mpd/trunk@4250 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'doc/mpd.conf.5')
-rw-r--r-- | doc/mpd.conf.5 | 2 |
1 files changed, 1 insertions, 1 deletions
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 |