[xiph-commits] r18120 - trunk/ao/doc
xiphmont at svn.xiph.org
xiphmont at svn.xiph.org
Sat Nov 19 12:06:53 PST 2011
Author: xiphmont
Date: 2011-11-19 12:06:53 -0800 (Sat, 19 Nov 2011)
New Revision: 18120
Modified:
trunk/ao/doc/ao_append_global_option.html
trunk/ao/doc/ao_append_option.html
trunk/ao/doc/drivers.html
trunk/ao/doc/index.html
Log:
Minor typo and oversight corrections to docs
patch provided by ph3-der-loewe
See Trac #1786
Modified: trunk/ao/doc/ao_append_global_option.html
===================================================================
--- trunk/ao/doc/ao_append_global_option.html 2011-11-19 20:05:08 UTC (rev 18119)
+++ trunk/ao/doc/ao_append_global_option.html 2011-11-19 20:06:53 UTC (rev 18120)
@@ -38,7 +38,7 @@
<dl>
<dt><i>key</i></dt>
<dd>A string holding the option key.</dd>
-<dt><i>num_bytes</i></dt>
+<dt><i>value</i></dt>
<dd>A string holding the option value.</dd>
</dl>
Modified: trunk/ao/doc/ao_append_option.html
===================================================================
--- trunk/ao/doc/ao_append_option.html 2011-11-19 20:05:08 UTC (rev 18119)
+++ trunk/ao/doc/ao_append_option.html 2011-11-19 20:06:53 UTC (rev 18120)
@@ -39,7 +39,7 @@
<tt>*options</tt> will be NULL.</dd>
<dt><i>key</i></dt>
<dd>A string holding the option key.</dd>
-<dt><i>num_bytes</i></dt>
+<dt><i>value</i></dt>
<dd>A string holding the option value.</dd>
</dl>
Modified: trunk/ao/doc/drivers.html
===================================================================
--- trunk/ao/doc/drivers.html 2011-11-19 20:05:08 UTC (rev 18119)
+++ trunk/ao/doc/drivers.html 2011-11-19 20:06:53 UTC (rev 18120)
@@ -165,6 +165,7 @@
where esd is running. By default sound is played on the local host. A
port number can be specified after a colon, as in "whizbang.com:555".
</ul>
+<li>"client_name" - descriptive name for this client (eg, the application name).
<p>
<hr width="50%">
@@ -253,7 +254,7 @@
<h3>roar</h3>
-Roar Audio live audio sound driver.
+RoarAudio live audio sound driver.
<p>
<b>Option keys:</b>
Modified: trunk/ao/doc/index.html
===================================================================
--- trunk/ao/doc/index.html 2011-11-19 20:05:08 UTC (rev 18119)
+++ trunk/ao/doc/index.html 2011-11-19 20:06:53 UTC (rev 18120)
@@ -26,8 +26,8 @@
<li>Sun audio system (used in Solaris, OpenBSD, and NetBSD)
<li>aRts (Analog Realtime Synthesizer)
<li>PulseAudio
- <li>Roar Audio
- <li>OpenBSD SNDIO
+ <li>RoarAudio
+ <li>OpenBSD sndio
<li>Windows MMSound
<li>IRIX
<li>MacOS X (AU HAL)
More information about the commits
mailing list