summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpatthoyts <patthoyts@users.sourceforge.net>2011-03-09 15:49:45 (GMT)
committerpatthoyts <patthoyts@users.sourceforge.net>2011-03-09 15:49:45 (GMT)
commitd413545404999ecc7b1af29a25e9fab165c57c08 (patch)
treebc4f8ff65692393916ae1fca6562f1c51aa3b4b9
parentb839cc7b23cc44e72ee1a857ba26249b6b2370fb (diff)
downloadtcl-d413545404999ecc7b1af29a25e9fab165c57c08.zip
tcl-d413545404999ecc7b1af29a25e9fab165c57c08.tar.gz
tcl-d413545404999ecc7b1af29a25e9fab165c57c08.tar.bz2
* doc/tclvars.n: Formatting fix. Thanks to Pat Thotys.
-rw-r--r--ChangeLog4
-rw-r--r--doc/tclvars.n6
2 files changed, 7 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index efc0a67..d544ef6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2011-03-09 Don Porter <dgp@users.sourceforge.net>
+
+ * doc/tclvars.n: Formatting fix. Thanks to Pat Thotys.
+
2011-03-08 Jan Nijtmans <nijtmans@users.sf.net>
* generic/tclBasic.c: Fix gcc warnings: variable set but not used
diff --git a/doc/tclvars.n b/doc/tclvars.n
index a54fa1f..885de34 100644
--- a/doc/tclvars.n
+++ b/doc/tclvars.n
@@ -315,7 +315,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
@@ -324,7 +324,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
@@ -348,7 +348,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