[xiph-cvs] cvs commit: vorbis/doc/xml 09-helper.xml

Ralph Giles giles at xiph.org
Wed Oct 16 14:43:32 PDT 2002



giles       02/10/16 17:43:32

  Modified:    doc/xml  09-helper.xml
  Log:
  Propagating doc updates: correct argument order on render_line().

Revision  Changes    Path
1.3       +3 -3      vorbis/doc/xml/09-helper.xml

Index: 09-helper.xml
===================================================================
RCS file: /usr/local/cvsroot/vorbis/doc/xml/09-helper.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- 09-helper.xml	13 Oct 2002 15:18:47 -0000	1.2
+++ 09-helper.xml	16 Oct 2002 21:43:32 -0000	1.3
@@ -1,8 +1,8 @@
 <section id="vorbis-spec-helper">
 <sectioninfo>
 <releaseinfo>
- $Id: 09-helper.xml,v 1.2 2002/10/13 15:18:47 giles Exp $
- <emphasis>Last update to this document: September 10, 2002</emphasis>
+ $Id: 09-helper.xml,v 1.3 2002/10/16 21:43:32 giles Exp $
+ <emphasis>Last update to this document: October 15, 2002</emphasis>
 </releaseinfo>
 </sectioninfo>
 <title>helper equations</title>
@@ -119,7 +119,7 @@
 <title>render_point</title>
 
 <para>
-"render_point(x0,x1,y0,y1,X)" is used to find the Y value at point X
+"render_point(x0,y0,x1,y1,X)" is used to find the Y value at point X
 along the line specified by x0, x1, y0 and y1.  This function uses an
 integer algorithm to solve for the point directly without calculating
 intervening values along the line.</para>

<p><p>--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the commits mailing list