diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2008-09-23 13:22:09 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2008-09-23 13:22:09 (GMT) |
commit | 93cc89e95b9f7beacfffdc354a2096d7dcb96bd5 (patch) | |
tree | ffe62d2d40d2a4670ee136cf79447c3117e23216 /doc/mathop.n | |
parent | 282e134aeee90a7223dae8944b610c218aeaec78 (diff) | |
download | tcl-93cc89e95b9f7beacfffdc354a2096d7dcb96bd5.zip tcl-93cc89e95b9f7beacfffdc354a2096d7dcb96bd5.tar.gz tcl-93cc89e95b9f7beacfffdc354a2096d7dcb96bd5.tar.bz2 |
Fix [Bug 2118123]
Diffstat (limited to 'doc/mathop.n')
-rw-r--r-- | doc/mathop.n | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/mathop.n b/doc/mathop.n index d65b236..9210430 100644 --- a/doc/mathop.n +++ b/doc/mathop.n @@ -1,10 +1,10 @@ -.\" -*- nroff -*- +.\" .\" Copyright (c) 2006-2007 Donal K. Fellows. .\" .\" 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.10 2007/12/13 15:22:32 dgp Exp $ +.\" RCS: @(#) $Id: mathop.n,v 1.11 2008/09/23 13:22:18 dkf Exp $ .\" .so man.macros .TH mathop n 8.5 Tcl "Tcl Mathematical Operator Commands" @@ -298,3 +298,6 @@ set sorted [\fB<=\fR {*}$list] expr(n), mathfunc(n), namespace(n) .SH KEYWORDS command, expression, operator +'\" Local Variables: +'\" mode: nroff +'\" End: |