diff options
author | Paul Traina <pst@FreeBSD.org> | 1997-11-27 19:49:05 +0000 |
---|---|---|
committer | Paul Traina <pst@FreeBSD.org> | 1997-11-27 19:49:05 +0000 |
commit | f25b19db8d50748d4f75272ae324cad27788d9b3 (patch) | |
tree | cef0bba69f1833802f43364a0cde6945601e665a /contrib/tcl/doc/PrintDbl.3 | |
parent | 539e1e66ff6f99c987c8e03872ddaea5260db8f7 (diff) |
Import TCL v8.0 PL2.vendor/tcl
Notes
Notes:
svn path=/vendor/tcl/dist/; revision=31434
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. |