aboutsummaryrefslogtreecommitdiffstats
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
parentb1122062de7a53215d23624a0a4f77795c8b7ae3 (diff)
downloadmpd-c58d2a2e0b561409ab76b5f1713028d531a95d5b.tar.gz
mpd-c58d2a2e0b561409ab76b5f1713028d531a95d5b.tar.xz
mpd-c58d2a2e0b561409ab76b5f1713028d531a95d5b.zip
potentially clarify state_file
git-svn-id: https://svn.musicpd.org/mpd/trunk@3225 09075e82-0dd4-0310-85a5-a0d7c8717e4f
-rw-r--r--doc/mpd.12
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/mpd.1 b/doc/mpd.1
index 5d120e139..42de10740 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.