Posted to tcl by patthoyts at Wed Mar 09 14:47:35 GMT 2011view raw
- From e81c6e9806d3f6fbf71e19015d8c366a7a43a8aa Mon Sep 17 00:00:00 2001
- From: Pat Thoyts <patthoyts@users.sourceforge.net>
- Date: Wed, 9 Mar 2011 14:00:47 +0000
- Subject: [PATCH] Fixed some bad nroff formatting for tcl_precision in the tclvars man page.
- Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
- ---
- doc/tclvars.n | 4 ++--
- 1 files changed, 2 insertions(+), 2 deletions(-)
- diff --git a/doc/tclvars.n b/doc/tclvars.n
- index b7f17b4..b7024ce 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
- @@ -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
- --
- 1.7.4.msysgit.0