summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authordas <das>2006-07-28 10:38:00 (GMT)
committerdas <das>2006-07-28 10:38:00 (GMT)
commit9ec38166a2a344f4a845a53b0da6dca0f3f2b178 (patch)
tree5a8c424c34b56e300306b49133e4675121148474 /doc
parent420e232f0fb6221fb1473b08681d9b2a76804690 (diff)
downloadtcl-9ec38166a2a344f4a845a53b0da6dca0f3f2b178.zip
tcl-9ec38166a2a344f4a845a53b0da6dca0f3f2b178.tar.gz
tcl-9ec38166a2a344f4a845a53b0da6dca0f3f2b178.tar.bz2
fix errors from 'make html'
Diffstat (limited to 'doc')
-rw-r--r--doc/mathfunc.n4
-rw-r--r--doc/refchan.n4
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/mathfunc.n b/doc/mathfunc.n
index c3133b2..f115cf0 100644
--- a/doc/mathfunc.n
+++ b/doc/mathfunc.n
@@ -6,7 +6,7 @@
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\"
-'\" RCS: @(#) $Id: mathfunc.n,v 1.10 2006/05/04 12:55:49 dgp Exp $
+'\" RCS: @(#) $Id: mathfunc.n,v 1.11 2006/07/28 10:38:00 das Exp $
'\"
.so man.macros
.TH mathfunc n 8.5 Tcl "Tcl Mathematical Functions"
@@ -159,8 +159,8 @@ The argument may be any numeric value. The integer part of \fIarg\fR
is determined and returned. The integer range returned by this function
is unlimited, unlike functions \fBint()\fR and \fBwide()\fR which
truncate their range to fit in particular storage widths.
-.TP
.VE 8.5
+.TP
\fBexp(\fIarg\fB)\fR
Returns the exponential of \fIarg\fR, defined as \fIe\fR**\fIarg\fR.
If the result would cause an overflow, an error is returned.
diff --git a/doc/refchan.n b/doc/refchan.n
index e39ed51..44d7742 100644
--- a/doc/refchan.n
+++ b/doc/refchan.n
@@ -4,7 +4,7 @@
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\"
-'\" RCS: @(#) $Id: refchan.n,v 1.3 2006/05/23 15:35:02 dkf Exp $
+'\" RCS: @(#) $Id: refchan.n,v 1.4 2006/07/28 10:38:00 das Exp $
.so man.macros
.TH reflectedchan n 8.5 Tcl "Tcl Built-In Commands"
.BS
@@ -227,7 +227,7 @@ have thrown this error. Any exception beyond \fIerror\fR (e.g.
\fIcmdPrefix \fBcgetall \fIchannelId\fR
.
This \fIoptional\fR subcommand is used for reading all type-specific options
-of channel \fIchannelId\fr. If this subcommand is supported then the
+of channel \fIchannelId\fR. If this subcommand is supported then the
subcommand \fBcget\fR has to be supported as well.
.RS
.PP