aboutsummaryrefslogtreecommitdiff
path: root/doc/mpd.1
diff options
context:
space:
mode:
authorWarren Dukes <warren.dukes@gmail.com>2005-04-27 00:30:12 +0000
committerWarren Dukes <warren.dukes@gmail.com>2005-04-27 00:30:12 +0000
commitc58d2a2e0b561409ab76b5f1713028d531a95d5b (patch)
treee652408a91c1886d3c2f2bf7482980d844e4dae8 /doc/mpd.1
parentb1122062de7a53215d23624a0a4f77795c8b7ae3 (diff)
potentially clarify state_file
git-svn-id: https://svn.musicpd.org/mpd/trunk@3225 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'doc/mpd.1')
-rw-r--r--doc/mpd.12
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/mpd.1 b/doc/mpd.1
index 5d120e13..42de1074 100644
--- a/doc/mpd.1
+++ b/doc/mpd.1
@@ -97,7 +97,7 @@ a password. The format of permissions is specified n the description of the
"read,add,control,admin", otherwise it is "" (no permissions).
.TP
.B state_file <file>
-This specifies if a state file is used and where it is located. The file path should be an absolute path. The state of mpd will be saved to this file when mpd is terminated by a TERM signal or by the "kill" command.
+This specifies if a state file is used and where it is located. The file path should be an absolute path. The state of mpd will be saved to this file when mpd is terminated by a TERM signal or by the "kill" command. When mpd is restarted, it will read the state file and restore the state of MPD (including the playlist).
.TP
.B connection_timeout <seconds>
If a client does not send any new data in this time period, the connection is closed. The default is 60 seconds.