diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2007-10-30 14:49:23 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2007-10-30 14:49:23 (GMT) |
commit | a3e3614d99d5109c32de3b9881f000b1e3d78836 (patch) | |
tree | 672203561538ea0be97f77a21224780ada601692 | |
parent | 084edce4d74d190974ce9c028337ef5b4cdc8aed (diff) | |
download | tcl-a3e3614d99d5109c32de3b9881f000b1e3d78836.zip tcl-a3e3614d99d5109c32de3b9881f000b1e3d78836.tar.gz tcl-a3e3614d99d5109c32de3b9881f000b1e3d78836.tar.bz2 |
Forgot some SEE ALSOs
-rw-r--r-- | doc/expr.n | 5 | ||||
-rw-r--r-- | doc/mathfunc.n | 4 |
2 files changed, 5 insertions, 4 deletions
@@ -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 diff --git a/doc/mathfunc.n b/doc/mathfunc.n index 8a45821..bdda837 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.17 2007/10/30 14:21:52 dkf Exp $ +'\" RCS: @(#) $Id: mathfunc.n,v 1.18 2007/10/30 14:49:23 dkf Exp $ '\" .so man.macros .TH mathfunc n 8.5 Tcl "Tcl Mathematical Functions" @@ -264,7 +264,7 @@ obsolete interface named \fBTcl_CreateMathFunc\fR() is available to extensions that are written in C. The latter interface is not recommended for new implementations. .SH "SEE ALSO" -expr(n), namespace(n) +expr(n), mathop(n), namespace(n) .SH "COPYRIGHT" .nf Copyright (c) 1993 The Regents of the University of California. |