[xiph-commits] r17469 - trunk/ao/doc

xiphmont at svn.xiph.org xiphmont at svn.xiph.org
Sat Sep 25 08:56:06 PDT 2010


Author: xiphmont
Date: 2010-09-25 08:56:06 -0700 (Sat, 25 Sep 2010)
New Revision: 17469

Modified:
   trunk/ao/doc/ao_open_file.html
Log:
Doc correction (stdin where stdout was correct)



Modified: trunk/ao/doc/ao_open_file.html
===================================================================
--- trunk/ao/doc/ao_open_file.html	2010-09-25 12:31:15 UTC (rev 17468)
+++ trunk/ao/doc/ao_open_file.html	2010-09-25 15:56:06 UTC (rev 17469)
@@ -75,7 +75,7 @@
 <p>Live output drivers cannot be used with this function.  Use <a
 href="ao_open_live.html">ao_open_live()</a> instead.  Some file
 formats (notably .WAV) cannot be correctly written to non-seekable
-files (like <tt>stdin</tt>).
+files (like <tt>stdout</tt>).
 
 <p>When passed to <a href="ao_open_file.html">ao_open_file()</a>, the
 <tt>byte_format</tt> member of an ao_sample_format struct does not



More information about the commits mailing list