aboutsummaryrefslogtreecommitdiffstats
path: root/doc/mpd.1
diff options
context:
space:
mode:
authorWarren Dukes <warren.dukes@gmail.com>2004-06-02 01:48:26 +0000
committerWarren Dukes <warren.dukes@gmail.com>2004-06-02 01:48:26 +0000
commit59db1f9f9562607000d68a671ac272657663c8d2 (patch)
treefba70c8fe9cb4ca01fb33cb80e7826ec1ad34c10 /doc/mpd.1
parent24b7ce4f3b5eeadc7cdbc994d538288d93872491 (diff)
downloadmpd-59db1f9f9562607000d68a671ac272657663c8d2.tar.gz
mpd-59db1f9f9562607000d68a671ac272657663c8d2.tar.xz
mpd-59db1f9f9562607000d68a671ac272657663c8d2.zip
change default port to 6600 (just a doc change)
git-svn-id: https://svn.musicpd.org/mpd/trunk@1291 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'doc/mpd.1')
-rw-r--r--doc/mpd.14
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/mpd.1 b/doc/mpd.1
index 0fbc8e14b..b102bc840 100644
--- a/doc/mpd.1
+++ b/doc/mpd.1
@@ -45,7 +45,7 @@ Below are a list of parameters that can be specified in the config file. Each l
parameter "value"
.TP
.B port <port>
-This specifies the port that MPD listens on. This parameter is required. This is typically 2100.
+This specifies the port that MPD listens on. This parameter is required. This is typically 6600.
.TP
.B music_directory <directory>
This specifies the directory where music is located. This parameter is required. The directory path should be an absolute path.
@@ -155,7 +155,7 @@ Below is an example config file. (Note: '#' at the beginning of a line denotes a
.br
# required
.br
-port "2100"
+port "6600"
.br
music_directory "~/mp3"
.br