aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorKalle Wallin <kaw@linux.se>2004-03-31 13:53:33 +0000
committerKalle Wallin <kaw@linux.se>2004-03-31 13:53:33 +0000
commit0f19ec9cc112f1368ad267388ed07c02ae631076 (patch)
tree2fd58ef0bc33ac8648aecec34caef96176f92efa /doc
parent87e9bd7ada6d46718f1c72ec854b5bb6dcabb657 (diff)
downloadmpd-0f19ec9cc112f1368ad267388ed07c02ae631076.tar.gz
mpd-0f19ec9cc112f1368ad267388ed07c02ae631076.tar.xz
mpd-0f19ec9cc112f1368ad267388ed07c02ae631076.zip
Documentation changes for the 0.10.0 realease.
git-svn-id: https://svn.musicpd.org/ncmpc/trunk@555 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.am2
-rw-r--r--doc/ncmpc.127
-rw-r--r--doc/ncmpcrc.sample (renamed from doc/ncmpcrc)0
3 files changed, 20 insertions, 9 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 37fb0a4f1..ef22f0742 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,4 +1,4 @@
man_MANS = ncmpc.1
docdir = $(prefix)/share/doc/$(PACKAGE)
-doc_DATA = ncmpcrc
+doc_DATA = ncmpcrc.sample
EXTRA_DIST = $(man_MANS) $(doc_DATA)
diff --git a/doc/ncmpc.1 b/doc/ncmpc.1
index 59f391e59..a4f752e03 100644
--- a/doc/ncmpc.1
+++ b/doc/ncmpc.1
@@ -1,6 +1,6 @@
.TH "mpc-ncurses" "1" "0.10.0" "Kalle Wallin" ""
.SH "NAME"
-ncmpc \- ncurses MPD client.
+ncmpc \- curses Music Player Daemon (MPD) client.
.SH "SYNOPSIS"
.B ncmpc
[options]
@@ -16,6 +16,10 @@ options \-\-host and \-\-port.
$ ncmpc \-\-host=musicserver \-\-port=44000
+To use a password with mpd, set MPD_HOST to password@host
+or use the command line option \-\-password. Vales from
+the command line overrides values from the environment.
+
Read more about MPD on http://www.musicpd.org
.SH "OPTIONS"
@@ -26,11 +30,14 @@ Display help.
.B \-V, \-\-version
Display version information.
.TP
-.B \-k, \-\-keys
-Display key bindings.
+.B \-c, \-\-colors
+Enable colors.
+.TP
+.B \-C, \-\-no\-colors
+Disable colors.
.TP
.B \-e, \-\-exit
-Exit on connection errors. The default way is to reconnect.
+Exit on connection errors. The default is to reconnect.
.TP
.B \-h, \-\-host=HOSTNAME
Specify MPD host.
@@ -38,12 +45,16 @@ Specify MPD host.
.B \-p, \-\-port=PORT
Connect to server on PORT.
.TP
+.B \-P, \-\-password=PASSWORD
+Connect top MPD with a password.
+.TP
Mandatory or optional arguments to long options are also mandatory or optional for any corresponding short options.
.SH "KEYS"
-Since ncmpc is under development key bindings may change.
-View current ncmpc key bindings in the help screen or by running:
+You can view ncmpc's key bindings by pressing F1 (help) when
+ncmpc is running.
+.SH "CONFIGURATION FILE"
+When ncmpc start it read user setting from ~/.ncmpcrc. A example file ncmpcrc.sample should be provided with ncmpc.
+
-$ ncmpc \-\-keys
-
.SH "SEE ALSO"
mpc(1), MPD(1)
diff --git a/doc/ncmpcrc b/doc/ncmpcrc.sample
index 98d34c699..98d34c699 100644
--- a/doc/ncmpcrc
+++ b/doc/ncmpcrc.sample