From a3e3614d99d5109c32de3b9881f000b1e3d78836 Mon Sep 17 00:00:00 2001 From: dkf Date: Tue, 30 Oct 2007 14:49:23 +0000 Subject: Forgot some SEE ALSOs --- doc/expr.n | 5 +++-- doc/mathfunc.n | 4 ++-- 2 files changed, 5 insertions(+), 4 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 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. -- cgit v0.12