summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authordkf <dkf@noemail.net>2010-06-30 23:29:26 (GMT)
committerdkf <dkf@noemail.net>2010-06-30 23:29:26 (GMT)
commit45ea9f7a4c9de4efd46a9f3f7ce570071eaf37cb (patch)
tree986799d7d17f85ab3fa966175d8de10c84cd37e1 /doc
parentebd16c88ecdee173f357c6055a1f141b57d38341 (diff)
downloadtcl-45ea9f7a4c9de4efd46a9f3f7ce570071eaf37cb.zip
tcl-45ea9f7a4c9de4efd46a9f3f7ce570071eaf37cb.tar.gz
tcl-45ea9f7a4c9de4efd46a9f3f7ce570071eaf37cb.tar.bz2
* doc/mathop.n: [Bug 3023165]: Fix typo that was preventing proper
rendering of the exclusive-or operator. FossilOrigin-Name: 7792ad53a1929e8b6e0847ee4e9974c3b3290f71
Diffstat (limited to 'doc')
-rw-r--r--doc/mathop.n5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/mathop.n b/doc/mathop.n
index ac3212d..6ac7b8e 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.12 2008/10/17 10:22:25 dkf Exp $
+.\" RCS: @(#) $Id: mathop.n,v 1.13 2010/06/30 23:29:26 dkf Exp $
.\"
.so man.macros
.TH mathop n 8.5 Tcl "Tcl Mathematical Operator Commands"
@@ -241,7 +241,8 @@ result will be minus one.
.
Returns the bit-wise OR of each of the arbitrarily many arguments. Each
\fInumber\fR must have an integral value. If no arguments are given, the
-result will be zero..TP
+result will be zero.
+.TP
\fB^\fR ?\fInumber\fR ...?
.
Returns the bit-wise XOR of each of the arbitrarily many arguments. Each