diff options
author | Max Kellermann <max@duempel.org> | 2008-10-14 17:21:47 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2008-10-14 17:21:47 +0200 |
commit | 79a1811c1121e96918db4133872e0d05dcfc3dc8 (patch) | |
tree | 24ef7fa03b7360d2b5762f6538c61e74b9c034f8 /doc | |
parent | ba892cbcb06fb47f64d3919c7c09db7f19ecfaf0 (diff) | |
download | mpd-79a1811c1121e96918db4133872e0d05dcfc3dc8.tar.gz mpd-79a1811c1121e96918db4133872e0d05dcfc3dc8.tar.xz mpd-79a1811c1121e96918db4133872e0d05dcfc3dc8.zip |
shout: fix manual page typo
A ".TP" was missing, and broke the manual page's layout.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/mpd.conf.5 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/mpd.conf.5 b/doc/mpd.conf.5 index 9263b0865..5ede7e744 100644 --- a/doc/mpd.conf.5 +++ b/doc/mpd.conf.5 @@ -388,6 +388,7 @@ or "mp3", "mp3" is needed for shoutcast streaming. The default is "ogg". This specifies the protocol that wil be used to connect to the icecast/shoutcast server. The options are "shoutcast", "icecast1" and "icecast2". The default is "icecast2". +.TP .B user <username> This specifies the username to use when logging in to the icecast server. The default is "source". |