summaryrefslogtreecommitdiffstats
path: root/doc/canvas.n
diff options
context:
space:
mode:
authordas <das>2007-04-23 21:19:51 (GMT)
committerdas <das>2007-04-23 21:19:51 (GMT)
commit24b160e09ae3ca4b52502fe59ddcd5fc80e00713 (patch)
treefe965b290a03ca8c1b7cb594de83946edd91db53 /doc/canvas.n
parent230702e83c40aacbb7f74f22f9747fdfa46152eb (diff)
downloadtk-24b160e09ae3ca4b52502fe59ddcd5fc80e00713.zip
tk-24b160e09ae3ca4b52502fe59ddcd5fc80e00713.tar.gz
tk-24b160e09ae3ca4b52502fe59ddcd5fc80e00713.tar.bz2
* doc/colors.n: document new Mac OS X system colors.
* doc/cursors.n: document new Mac OS X native cursors. * doc/font.n: document new Mac OS X 'menu' system font. * doc/wm.n: document new Mac OS X [wm attributes]. * doc/ttk_image.n: fix 'make html' warning. * doc/canvas.n: fix nroff typo.
Diffstat (limited to 'doc/canvas.n')
-rw-r--r--doc/canvas.n4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/canvas.n b/doc/canvas.n
index c7532c1..5751d30 100644
--- a/doc/canvas.n
+++ b/doc/canvas.n
@@ -6,7 +6,7 @@
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\"
-'\" RCS: @(#) $Id: canvas.n,v 1.22 2006/03/07 22:30:55 dkf Exp $
+'\" RCS: @(#) $Id: canvas.n,v 1.23 2007/04/23 21:19:51 das Exp $
'\"
.so man.macros
.TH canvas n 8.3 Tk "Tk Built-In Commands"
@@ -1414,7 +1414,7 @@ should also be drawn as a curve but where the list of coordinates is
such that the first coordinate pair (and every third coordinate pair
thereafter) is a knot point on a cubic Bezier curve, and the other
coordinates are control points on the cubic Bezier curve. Straight
-line segments can be venerated within a curve by making control points
+line segments can be generated within a curve by making control points
equal to their neighbouring knot points. If the last point is a
control point and not a knot point, the point is repeated (one or two
times) so that it also becomes a knot point.