diff options
author | andy <andrew.m.goth@gmail.com> | 2015-06-05 04:01:10 (GMT) |
---|---|---|
committer | andy <andrew.m.goth@gmail.com> | 2015-06-05 04:01:10 (GMT) |
commit | db72cf3cd352c43ddcb5abcb300f60aea2df558f (patch) | |
tree | 15acfd0bce2fb53447c789dfdd53ac1dd6911f83 /doc/canvas.n | |
parent | a585861ebc284c8467d46e834bbf9f5a177364a6 (diff) | |
download | tk-db72cf3cd352c43ddcb5abcb300f60aea2df558f.zip tk-db72cf3cd352c43ddcb5abcb300f60aea2df558f.tar.gz tk-db72cf3cd352c43ddcb5abcb300f60aea2df558f.tar.bz2 |
Add missing bold effect to documentation for [canvas -splinesteps].
Diffstat (limited to 'doc/canvas.n')
-rw-r--r-- | doc/canvas.n | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/canvas.n b/doc/canvas.n index bc29cc3..ae139db 100644 --- a/doc/canvas.n +++ b/doc/canvas.n @@ -1573,7 +1573,7 @@ times) so that it also becomes a knot point. \fB\-splinesteps \fInumber\fR Specifies the degree of smoothness desired for curves: each spline will be approximated with \fInumber\fR line segments. This -option is ignored unless the \fB\-smooth\fR option is true or \fBraw\fR. +option is ignored unless the \fB\-smooth\fR option is \fBtrue\fR or \fBraw\fR. .SS "OVAL ITEMS" .PP Items of type \fBoval\fR appear as circular or oval regions on |