summaryrefslogtreecommitdiff
path: root/documentation
diff options
context:
space:
mode:
Diffstat (limited to 'documentation')
-rw-r--r--documentation/drawing.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/drawing.html b/documentation/drawing.html
index 2a8a99d5e..85d8979c1 100644
--- a/documentation/drawing.html
+++ b/documentation/drawing.html
@@ -294,9 +294,9 @@ x3, int y3)</H4>
<P>Fill a 3 or 4-sided polygon. The polygon must be convex.
-<H4>void fl_xyline(int x, int y, int x1, int y1)
-<BR>void fl_xyline(int x, int y, int x1, int y1, int x2)
-<BR>void fl_xyline(int x, int y, int x1, int y1, int x2, int y3)</H4>
+<H4>void fl_xyline(int x, int y, int x1)
+<BR>void fl_xyline(int x, int y, int x1, int y2)
+<BR>void fl_xyline(int x, int y, int x1, int y2, int x3)</H4>
<P>Draw horizontal and vertical lines. A horizontal line is
drawn first, then a vertical, then a horizontal.