summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2011-03-09 16:42:06 (GMT)
committerdgp <dgp@users.sourceforge.net>2011-03-09 16:42:06 (GMT)
commit66c00a872668c60fedb51c5b242df305c7557826 (patch)
treea7cb38052fffb01584c3102dd50121cc02f7855b /doc
parent47412dd55bfb480602e28ca7d73b0aef74b622cb (diff)
parent2b0f7b4b159055bf1ef1f1a51a31ab0373929824 (diff)
downloadtcl-66c00a872668c60fedb51c5b242df305c7557826.zip
tcl-66c00a872668c60fedb51c5b242df305c7557826.tar.gz
tcl-66c00a872668c60fedb51c5b242df305c7557826.tar.bz2
* generic/tclNamesp.c: Tighten the detector of nested [namespace code]
* tests/namespace.test: quoting that the quoted scripts function properly even in a namespace that contains a custom "namespace" command. [Bug 3202171] * doc/tclvars.n: Formatting fix. Thanks to Pat Thotys.
Diffstat (limited to 'doc')
-rw-r--r--doc/tclvars.n6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/tclvars.n b/doc/tclvars.n
index b7f17b4..27f9cc2 100644
--- a/doc/tclvars.n
+++ b/doc/tclvars.n
@@ -363,7 +363,7 @@ binary number.
.RE
.PP
.RS
-If \Btcl_precision\fB is not zero, then when Tcl converts a floating
+If \fBtcl_precision\fR is not zero, then when Tcl converts a floating
point number, it creates a decimal representation of at most
\fBtcl_precision\fR significant digits; the result may be shorter if
the shorter result represents the original number exactly. If no
@@ -372,7 +372,7 @@ of the original number, the one that is closest to the original
number is chosen.
If the original number lies precisely between two equally accurate
decimal representations, then the one with an even value for the least
-significant digit is chosen; for instance, if tcl_precision is 3, then
+significant digit is chosen; for instance, if \fBtcl_precision\fR is 3, then
0.3125 will convert to 0.312, not 0.313, while 0.6875 will convert to
0.688, not 0.687. Any string of trailing zeroes that remains is trimmed.
.RE
@@ -396,7 +396,7 @@ variable.
.RE
.PP
.RS
-Valid values for \Btcl_precision\fR range from 0 to 17.
+Valid values for \fBtcl_precision\fR range from 0 to 17.
.RE
.TP
\fBtcl_rcFileName\fR