diff options
author | hobbs <hobbs@noemail.net> | 2000-09-07 00:23:34 (GMT) |
---|---|---|
committer | hobbs <hobbs@noemail.net> | 2000-09-07 00:23:34 (GMT) |
commit | 2d6376f5c830c3fb132b73806d815a16f48f7683 (patch) | |
tree | 8b262fcd3f6ce4dc92de966b3f43d5b7dbd26bb5 /doc/canvas.n | |
parent | b3318f0874e25a5ee48b13f344c157fad684f49f (diff) | |
download | tk-2d6376f5c830c3fb132b73806d815a16f48f7683.zip tk-2d6376f5c830c3fb132b73806d815a16f48f7683.tar.gz tk-2d6376f5c830c3fb132b73806d815a16f48f7683.tar.bz2 |
* doc/canvas.n: fixed doc bug (ellson). [Bug: 6218]
FossilOrigin-Name: 9e435f7ca4294560e613f18c4a6fb2f6a1404377
Diffstat (limited to 'doc/canvas.n')
-rw-r--r-- | doc/canvas.n | 4 |
1 files changed, 2 insertions, 2 deletions
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 |