diff options
author | J. Alexander Treuman <jat@spatialrift.net> | 2007-05-28 15:50:45 +0000 |
---|---|---|
committer | J. Alexander Treuman <jat@spatialrift.net> | 2007-05-28 15:50:45 +0000 |
commit | 4e05a161e54fe05902b99eff521aa0759b102f05 (patch) | |
tree | 9014ab8ce74e4fb2f0115c5518c62879bc269324 /trunk/doc/mpd.1 | |
parent | e45bc035931b2c9ef13b85f98a3d4833a8dec8a9 (diff) | |
download | mpd-4e05a161e54fe05902b99eff521aa0759b102f05.tar.gz mpd-4e05a161e54fe05902b99eff521aa0759b102f05.tar.xz mpd-4e05a161e54fe05902b99eff521aa0759b102f05.zip |
Making branch for 0.13.0 fixes.
git-svn-id: https://svn.musicpd.org/mpd/branches/branch-0.13.0-fixes@6330 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'trunk/doc/mpd.1')
-rw-r--r-- | trunk/doc/mpd.1 | 61 |
1 files changed, 0 insertions, 61 deletions
diff --git a/trunk/doc/mpd.1 b/trunk/doc/mpd.1 deleted file mode 100644 index c1ddf1762..000000000 --- a/trunk/doc/mpd.1 +++ /dev/null @@ -1,61 +0,0 @@ -.TH "Music Player Daemon" 1 -.SH NAME -MPD \- A daemon for playing music -.SH SYNOPSIS -.B mpd -.RI [ options ] -.RI [ CONF_FILE ] -.SH DESCRIPTION -MPD is a daemon for playing music. Music is played through the configured -audio output(s) (which are generally local, but can be remote). The daemon -stores info about all available music, and this info can be easily searched and -retrieved. Player control, info retrieval, and playlist management can all be -managed remotely. - -MPD searches for a config file in \fB~/.mpdconf\fP then \fB/etc/mpd.conf\fP or -uses CONF_FILE. - -Read more about MPD at <\fBhttp://www.musicpd.org/\fP>. -.SH OPTIONS -.TP -.BI --help -Output a brief help message. -.TP -.BI --kill -Kill the currently running mpd session. The pid_file parameter must be -specified in the config file for this to work. -.TP -.BI --create-db -Force (re)creation of database and exit. -.TP -.BI --no-create-db -Do not create database, even if it doesn't exist. -.TP -.BI --no-daemon -Don't detach from console. -.TP -.BI --stdout -Print messages to stdout and stderr. -.TP -.BI --verbose -Verbose logging. -.TP -.BI --version -Print version information. -.SH FILES -.TP -.BI ~/.mpdconf -User configuration file. -.TP -.BI /etc/mpd.conf -Global configuration file. -.SH SEE ALSO -mpd.conf(5), mpc(1) -.SH BUGS -If you find a bug, please report it at -.br -<\fBhttp://www.musicpd.org/mantis/bug_report_page.php\fP>. -.SH AUTHORS -Warren Dukes <warren.dukes@gmail.com> - -Special thanks to all the people that provided feedback and patches. |