From 35bef08e556a55ceea7225fb321da5395f1e3afa Mon Sep 17 00:00:00 2001 From: hobbs Date: Thu, 7 Sep 2000 00:23:34 +0000 Subject: * doc/canvas.n: fixed doc bug (ellson). [Bug: 6218] --- ChangeLog | 2 ++ doc/canvas.n | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index fa781c3..9d8e68e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,8 @@ 2000-09-06 Jeff Hobbs + * doc/canvas.n: fixed doc bug (ellson). [Bug: 6218] + * README: * generic/tk.h: * unix/configure.in: diff --git a/doc/canvas.n b/doc/canvas.n index 78a8f84..06fff31 100644 --- a/doc/canvas.n +++ b/doc/canvas.n @@ -6,7 +6,7 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: canvas.n,v 1.10 2000/08/25 06:58:31 ericm Exp $ +'\" RCS: @(#) $Id: canvas.n,v 1.11 2000/09/07 00:23:35 hobbs Exp $ '\" .so man.macros .TH canvas n 8.3 Tk "Tk Built-In Commands" @@ -169,7 +169,7 @@ item or a tag that selects zero or more items. tags by using operators: '&&', '||', '^' '!', and parenthezised subexpressions. For example: .CS - .c find withtag {(a&&!b)|(!a&&b)} + .c find withtag {(a&&!b)||(!a&&b)} .CE or equivalently: .CS -- cgit v0.12