summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorhobbs <hobbs@noemail.net>1999-12-22 23:01:32 (GMT)
committerhobbs <hobbs@noemail.net>1999-12-22 23:01:32 (GMT)
commitdbcaae764a824b33d552010165092de70f113246 (patch)
tree52bac6936a15552fad7f6a887f9f510d08fbea6a /doc
parentf929ca68c6e3167711956ae3171d9f01478feae4 (diff)
downloadtk-dbcaae764a824b33d552010165092de70f113246.zip
tk-dbcaae764a824b33d552010165092de70f113246.tar.gz
tk-dbcaae764a824b33d552010165092de70f113246.tar.bz2
minor doc fixescore-8-3-b1
FossilOrigin-Name: 92b759d21e093a84dc9b79315d29ef0b04e25c82
Diffstat (limited to 'doc')
-rw-r--r--doc/GetDash.34
-rw-r--r--doc/canvas.n10
2 files changed, 7 insertions, 7 deletions
diff --git a/doc/GetDash.3 b/doc/GetDash.3
index 2c4765c..32954e6 100644
--- a/doc/GetDash.3
+++ b/doc/GetDash.3
@@ -5,7 +5,7 @@
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\"
-'\" RCS: @(#) $Id: GetDash.3,v 1.1 1999/12/14 06:51:43 hobbs Exp $
+'\" RCS: @(#) $Id: GetDash.3,v 1.2 1999/12/22 23:01:33 hobbs Exp $
'\"
.so man.macros
.TH Tk_GetDash 3 8.3 Tk "Tk Library Procedures"
@@ -22,7 +22,7 @@ int
.AS Tk_Dash *dashPtr
.AP Tcl_Interp *interp in
Interpreter to use for error reporting.
-.AP CONST char *string in
+.AP "CONST char *" string in
Textual value to be converted.
.AP Tk_Dash *dashPtr out
Points to place to store the dash pattern
diff --git a/doc/canvas.n b/doc/canvas.n
index b960e7a..a07f507 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.4 1999/12/14 06:51:44 hobbs Exp $
+'\" RCS: @(#) $Id: canvas.n,v 1.5 1999/12/22 23:01:33 hobbs Exp $
'\"
.so man.macros
.TH canvas n 8.3 Tk "Tk Built-In Commands"
@@ -165,13 +165,13 @@ item or a tag that selects zero or more items.
\fItagOrId\fR may contain a logical expressions of
tags by using operators: '&&', '||', '^' '!', and parenthezised
subexpressions. For example:
-.nf
+.CS
.c find withtag {(a&&!b)|(!a&&b)}
-.fo
+.CE
or equivalently:
-.nf
+.CS
.c find withtag {a^b}
-.fo
+.CE
will find only those items with either "a" or "b" tags, but not both.
.PP
Some widget commands only operate on a single item at a