diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2010-06-30 23:31:04 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2010-06-30 23:31:04 (GMT) |
commit | 08539cff64ee5b80197cc571bcb0a9b459b64ed4 (patch) | |
tree | 9fc2e7d911f279c85ed1765814718fde4be50bdc | |
parent | 1183c0a828a1e53bdbc5aba282093407eed9aa18 (diff) | |
download | tcl-08539cff64ee5b80197cc571bcb0a9b459b64ed4.zip tcl-08539cff64ee5b80197cc571bcb0a9b459b64ed4.tar.gz tcl-08539cff64ee5b80197cc571bcb0a9b459b64ed4.tar.bz2 |
* doc/mathop.n: [Bug 3023165]: Fix typo that was preventing proper
rendering of the exclusive-or operator.
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | doc/mathop.n | 5 |
2 files changed, 9 insertions, 3 deletions
@@ -1,6 +1,11 @@ +2010-07-01 Donal K. Fellows <dkf@users.sf.net> + + * doc/mathop.n: [Bug 3023165]: Fix typo that was preventing proper + rendering of the exclusive-or operator. + 2010-06-28 Jan Nijtmans <nijtmans@users.sf.net> - * generic/tclPosixStr.c [Bug 3019634] errno.h and tclWinPort.h have + * generic/tclPosixStr.c: [Bug 3019634]: errno.h and tclWinPort.h have conflicting definitions. 2010-06-22 Donal K. Fellows <dkf@users.sf.net> diff --git a/doc/mathop.n b/doc/mathop.n index d65b236..11c2a10 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.10 2007/12/13 15:22:32 dgp Exp $ +.\" RCS: @(#) $Id: mathop.n,v 1.10.2.1 2010/06/30 23:31:04 dkf Exp $ .\" .so man.macros .TH mathop n 8.5 Tcl "Tcl Mathematical Operator Commands" @@ -240,7 +240,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 |