diff options
author | andy <andrew.m.goth@gmail.com> | 2015-07-02 20:21:10 (GMT) |
---|---|---|
committer | andy <andrew.m.goth@gmail.com> | 2015-07-02 20:21:10 (GMT) |
commit | 4a6942aa314339a94bb067b7cc073bad867f77a8 (patch) | |
tree | 183d676a50f555305cb5434b7453256406c0a20e | |
parent | 05ac0f2232ca66e87c18bf4a43cce9d0cfaa7596 (diff) | |
download | tk-4a6942aa314339a94bb067b7cc073bad867f77a8.zip tk-4a6942aa314339a94bb067b7cc073bad867f77a8.tar.gz tk-4a6942aa314339a94bb067b7cc073bad867f77a8.tar.bz2 |
Revert [b80a6942]. Realize now that "true" was not bold because the option does not have to literally be the exact string "true" but can also be any of the other acceptable true values, such as "yes" or "t".
-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 ae139db..bc29cc3 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 \fBtrue\fR or \fBraw\fR. +option is ignored unless the \fB\-smooth\fR option is true or \fBraw\fR. .SS "OVAL ITEMS" .PP Items of type \fBoval\fR appear as circular or oval regions on |