diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2007-11-01 23:36:46 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2007-11-01 23:36:46 (GMT) |
commit | c7d4f0143c9004a2ad087ba1faf97eaec526c3e2 (patch) | |
tree | b14613647bccdf8360da6c3a755b0ab6d29b5279 /doc/mathop.n | |
parent | 8700b04b46fb89254c0ce1489142dd0a7bf68702 (diff) | |
download | tcl-c7d4f0143c9004a2ad087ba1faf97eaec526c3e2.zip tcl-c7d4f0143c9004a2ad087ba1faf97eaec526c3e2.tar.gz tcl-c7d4f0143c9004a2ad087ba1faf97eaec526c3e2.tar.bz2 |
Minor documentation improvements
Diffstat (limited to 'doc/mathop.n')
-rw-r--r-- | doc/mathop.n | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/mathop.n b/doc/mathop.n index 6d55e02..f6d50f8 100644 --- a/doc/mathop.n +++ b/doc/mathop.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: mathop.n,v 1.6 2007/10/26 20:11:53 dgp Exp $ +.\" RCS: @(#) $Id: mathop.n,v 1.7 2007/11/01 23:36:46 dkf Exp $ .\" .so man.macros .TH mathop n 8.5 Tcl "Tcl Mathematical Operator Commands" @@ -49,7 +49,7 @@ package require \fBTcl 8.5\fR .br \fB::tcl::mathop::<=\fR ?\fIarg\fR ...? .br -\fB::tcl::mathop::=>\fR ?\fIarg\fR ...? +\fB::tcl::mathop::>=\fR ?\fIarg\fR ...? .br \fB::tcl::mathop::>\fR ?\fIarg\fR ...? .br |