summaryrefslogtreecommitdiffstats
path: root/doc/expr.n
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2007-10-30 14:49:23 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2007-10-30 14:49:23 (GMT)
commita3e3614d99d5109c32de3b9881f000b1e3d78836 (patch)
tree672203561538ea0be97f77a21224780ada601692 /doc/expr.n
parent084edce4d74d190974ce9c028337ef5b4cdc8aed (diff)
downloadtcl-a3e3614d99d5109c32de3b9881f000b1e3d78836.zip
tcl-a3e3614d99d5109c32de3b9881f000b1e3d78836.tar.gz
tcl-a3e3614d99d5109c32de3b9881f000b1e3d78836.tar.bz2
Forgot some SEE ALSOs
Diffstat (limited to 'doc/expr.n')
-rw-r--r--doc/expr.n5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/expr.n b/doc/expr.n
index 17b83e6..a8f4b36 100644
--- a/doc/expr.n
+++ b/doc/expr.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: expr.n,v 1.30 2007/10/30 14:21:52 dkf Exp $
+'\" RCS: @(#) $Id: expr.n,v 1.31 2007/10/30 14:49:23 dkf Exp $
'\"
.so man.macros
.TH expr n 8.5 Tcl "Tcl Built-In Commands"
@@ -394,7 +394,8 @@ Generate a random integer in the range 0..99 inclusive:
set randNum [\fBexpr\fR { int(100 * rand()) }]
.CE
.SH "SEE ALSO"
-array(n), for(n), if(n), mathfunc(n), namespace(n), proc(n), string(n), Tcl(n), while(n)
+array(n), for(n), if(n), mathfunc(n), mathop(n), namespace(n), proc(n),
+string(n), Tcl(n), while(n)
.SH KEYWORDS
arithmetic, boolean, compare, expression, fuzzy comparison
.SH COPYRIGHT