diff options
Diffstat (limited to 'contrib/tcl/doc/PrintDbl.3')
-rw-r--r-- | contrib/tcl/doc/PrintDbl.3 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/contrib/tcl/doc/PrintDbl.3 b/contrib/tcl/doc/PrintDbl.3 index e4a4c7eba050..a77b1b990bdb 100644 --- a/contrib/tcl/doc/PrintDbl.3 +++ b/contrib/tcl/doc/PrintDbl.3 @@ -5,7 +5,7 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" SCCS: @(#) PrintDbl.3 1.8 97/02/18 16:34:51 +'\" SCCS: @(#) PrintDbl.3 1.9 97/08/22 13:30:22 '\" .so man.macros .TH Tcl_PrintDouble 3 8.0 Tcl "Tcl Library Procedures" @@ -23,7 +23,8 @@ Tcl_PrintDouble \- Convert floating value to string .VS Before Tcl 8.0, the \fBtcl_precision\fR variable in this interpreter controlled the conversion. As of Tcl 8.0, this argument is ignored and -17 digits of precision are always used for conversion. +the conversion is controlled by the \fBtcl_precision\fR variable +that is now shared by all interpreters. .VE .AP double value in Floating-point value to be converted. |