Posted to tcl by patthoyts at Wed Mar 09 14:47:35 GMT 2011view raw

  1. From e81c6e9806d3f6fbf71e19015d8c366a7a43a8aa Mon Sep 17 00:00:00 2001
  2. From: Pat Thoyts <patthoyts@users.sourceforge.net>
  3. Date: Wed, 9 Mar 2011 14:00:47 +0000
  4. Subject: [PATCH] Fixed some bad nroff formatting for tcl_precision in the tclvars man page.
  5.  
  6. Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
  7. ---
  8. doc/tclvars.n | 4 ++--
  9. 1 files changed, 2 insertions(+), 2 deletions(-)
  10.  
  11. diff --git a/doc/tclvars.n b/doc/tclvars.n
  12. index b7f17b4..b7024ce 100644
  13. --- a/doc/tclvars.n
  14. +++ b/doc/tclvars.n
  15. @@ -363,7 +363,7 @@ binary number.
  16. .RE
  17. .PP
  18. .RS
  19. -If \Btcl_precision\fB is not zero, then when Tcl converts a floating
  20. +If \fBtcl_precision\fR is not zero, then when Tcl converts a floating
  21. point number, it creates a decimal representation of at most
  22. \fBtcl_precision\fR significant digits; the result may be shorter if
  23. the shorter result represents the original number exactly. If no
  24. @@ -396,7 +396,7 @@ variable.
  25. .RE
  26. .PP
  27. .RS
  28. -Valid values for \Btcl_precision\fR range from 0 to 17.
  29. +Valid values for \fBtcl_precision\fR range from 0 to 17.
  30. .RE
  31. .TP
  32. \fBtcl_rcFileName\fR
  33. --
  34. 1.7.4.msysgit.0