From e10b292750a32db464a69efbd938795b6f2c8d52 Mon Sep 17 00:00:00 2001 From: dkf Date: Wed, 30 Jun 2010 23:29:26 +0000 Subject: * doc/mathop.n: [Bug 3023165]: Fix typo that was preventing proper rendering of the exclusive-or operator. --- ChangeLog | 25 +++++++++++++++---------- doc/mathop.n | 5 +++-- 2 files changed, 18 insertions(+), 12 deletions(-) diff --git a/ChangeLog b/ChangeLog index fc89d0d..4bfcd1b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,25 +1,30 @@ +2010-07-01 Donal K. Fellows + + * doc/mathop.n: [Bug 3023165]: Fix typo that was preventing proper + rendering of the exclusive-or operator. + 2010-06-28 Jan Nijtmans - * generic/tclPosixStr.c [Bug 3019634] errno.h and tclWinPort.h have - conflicting definitions. Added messages for ECANCELED, ENOTRECOVERABLE, - EOTHER and EOWNERDEAD, and fixed various typing mistakes in - other messages. + * generic/tclPosixStr.c: [Bug 3019634]: errno.h and tclWinPort.h have + conflicting definitions. Added messages for ENOTRECOVERABLE, EOTHER, + ECANCELED and EOWNERDEAD, and fixed various typing mistakes in other + messages. 2010-06-25 Reinhard Max - * tests/socket.test: Prevent a race condition during shutdown of - the remote test server that can cause a hang when the server is - being run in verbose mode. + * tests/socket.test: Prevent a race condition during shutdown of the + remote test server that can cause a hang when the server is being run + in verbose mode. 2010-06-24 Jan Nijtmans - * win/tclWinPort.h [Bug 3019634] errno.h and tclWinPort.h have + * win/tclWinPort.h: [Bug 3019634]: errno.h and tclWinPort.h have conflicting definitions. ***POTENTIAL INCOMPATIBILITY*** On win32, the correspondence between errno and the related error - message, as handled by Tcl_ErrnoMsg() changes. The error message - is kept the same, but the corresponding errno value might change. + message, as handled by Tcl_ErrnoMsg() changes. The error message is + kept the same, but the corresponding errno value might change. 2010-06-22 Donal K. Fellows 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 -- cgit v0.12