diff options
author | kennykb <kennykb@noemail.net> | 2005-05-12 21:21:06 (GMT) |
---|---|---|
committer | kennykb <kennykb@noemail.net> | 2005-05-12 21:21:06 (GMT) |
commit | 925aaa7ecd633f4d214094e0662476fa6764b054 (patch) | |
tree | cdaeca15b1faa0844d9aa55372e6c5a9e9948225 | |
parent | fdda8c690f0a68c95597bc7cf115af7fa3893ddc (diff) | |
download | tcl-925aaa7ecd633f4d214094e0662476fa6764b054.zip tcl-925aaa7ecd633f4d214094e0662476fa6764b054.tar.gz tcl-925aaa7ecd633f4d214094e0662476fa6764b054.tar.bz2 |
changed NAME to match the name of the page.
FossilOrigin-Name: 9092afcc5a9e6ba0aa06d2202fd461f847b20c2c
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | doc/mathfunc.n | 4 |
2 files changed, 6 insertions, 2 deletions
@@ -1,3 +1,7 @@ +2005-05-12 Kevin Kenny <kennykb@acm.org> + + * doc/mathfunc.n: Changed NAME line to match the name of the page. + 2005-05-11 Kevin Kenny <kennykb@acm.org> * generic/tclStrToD.c (TclStrToD, RefineResult, ParseNaN): diff --git a/doc/mathfunc.n b/doc/mathfunc.n index dfa4cb6..f5b11b6 100644 --- a/doc/mathfunc.n +++ b/doc/mathfunc.n @@ -6,14 +6,14 @@ '\" 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.2 2005/05/10 18:34:02 kennykb Exp $ +'\" RCS: @(#) $Id: mathfunc.n,v 1.3 2005/05/12 21:21:14 kennykb Exp $ '\" .so man.macros .TH mathfunc n 8.5 Tcl "Tcl Mathematical Functions" .BS '\" Note: do not modify the .SH NAME line immediately below! .SH NAME -expr \- Evaluate an expression +mathfunc \- Mathematical functions for Tcl expressions .SH SYNOPSIS package require \fBTcl 8.5\fR .sp |