diff options
author | andy <andy@noemail.net> | 2015-06-05 04:01:10 (GMT) |
---|---|---|
committer | andy <andy@noemail.net> | 2015-06-05 04:01:10 (GMT) |
commit | 321347af9d5bb3c359eb58a66a94e15c403f99da (patch) | |
tree | 15acfd0bce2fb53447c789dfdd53ac1dd6911f83 | |
parent | 686a548cafab907aaa1803cd6da56deaa8581997 (diff) | |
download | tk-321347af9d5bb3c359eb58a66a94e15c403f99da.zip tk-321347af9d5bb3c359eb58a66a94e15c403f99da.tar.gz tk-321347af9d5bb3c359eb58a66a94e15c403f99da.tar.bz2 |
Add missing bold effect to documentation for [canvas -splinesteps].
FossilOrigin-Name: b80a6942a1c8501c051b0c93669a6016a89df66e
-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 |