aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDenis Krjuchkov <denis@crazydev.net>2013-01-11 15:22:53 +0600
committerDenis Krjuchkov <denis@crazydev.net>2013-01-11 15:28:21 +0600
commit5def2a09bd819a9c2ac25ece477706f0e144154e (patch)
treeb1646fc51f509dcc10ef785f641202d67ae35591 /doc
parent7801ca86b987646fd4b6d531602ae7aba3b23581 (diff)
mpdconf.example: example improvements
- Add mandatory "name" setting for winmm/openal examples. - Fix the language in openal sample (a -> an)
Diffstat (limited to 'doc')
-rw-r--r--doc/mpdconf.example4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/mpdconf.example b/doc/mpdconf.example
index c78cde8d..390d26be 100644
--- a/doc/mpdconf.example
+++ b/doc/mpdconf.example
@@ -285,16 +285,18 @@ input {
#
#audio_output {
# type "winmm"
+# name "My WinMM output"
## device "Digital Audio (S/PDIF) (High Definition Audio Device)" # optional
# or
## device "0" # optional
## mixer_type "hardware" # optional
#}
#
-# An example of a openal output.
+# An example of an openal output.
#
#audio_output {
# type "openal"
+# name "My OpenAL output"
## device "Digital Audio (S/PDIF) (High Definition Audio Device)" # optional
#}
#