summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorhobbs <hobbs>2004-03-04 00:17:07 (GMT)
committerhobbs <hobbs>2004-03-04 00:17:07 (GMT)
commit9d98cada6a48fb20eda77683f0f0b1a3679a67d3 (patch)
tree9d7ca078446676d6cc6e1a080556295fe4f1a236 /doc
parent3c10910e580d3c0bfdd60019cabff25a75c2cb1d (diff)
downloadtk-9d98cada6a48fb20eda77683f0f0b1a3679a67d3.zip
tk-9d98cada6a48fb20eda77683f0f0b1a3679a67d3.tar.gz
tk-9d98cada6a48fb20eda77683f0f0b1a3679a67d3.tar.bz2
minor doc fixes for html conversioncore_8_5_a1
Diffstat (limited to 'doc')
-rw-r--r--doc/grid.n4
-rw-r--r--doc/text.n10
2 files changed, 7 insertions, 7 deletions
diff --git a/doc/grid.n b/doc/grid.n
index b2790e9..3980898 100644
--- a/doc/grid.n
+++ b/doc/grid.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: grid.n,v 1.7 2004/01/09 22:23:26 pspjuth Exp $
+'\" RCS: @(#) $Id: grid.n,v 1.8 2004/03/04 00:17:07 hobbs Exp $
'\"
.so man.macros
.TH grid n 8.5 Tk "Tk Built-In Commands"
@@ -30,8 +30,8 @@ argument to \fBgrid configure\fR, either a window name (any value
starting with \fB.\fP) or one of the characters \fBx\fP or \fB^\fP
(see the ``RELATIVE PLACEMENT'' section below), then the command is
processed in the same way as \fBgrid configure\fR.
-.TP
.VS 8.5
+.TP
\fBgrid anchor \fImaster\fR ?\fIanchor\fR?
The anchor value controls how to place the grid within the master
when no row/column has any weight. See ``THE GRID ALGORITHM'' below
diff --git a/doc/text.n b/doc/text.n
index a8e7e29..35aa860 100644
--- a/doc/text.n
+++ b/doc/text.n
@@ -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: text.n,v 1.24 2003/12/22 22:16:48 jenglish Exp $
+'\" RCS: @(#) $Id: text.n,v 1.25 2004/03/04 00:17:07 hobbs Exp $
'\"
.so man.macros
.TH text n 8.5 Tk "Tk Built-In Commands"
@@ -894,9 +894,9 @@ this case the command returns an empty string.
command.
.VS 8.5
.TP
-\fIpathName \fBcount \fI?options\fI? \fIindex1 \fIindex2\fR
+\fIpathName \fBcount\fR \fI?options\fR? \fIindex1 index2\fR
Counts the number of relevant things between the two indices.
-If \fIindex1\fP is after \fIindex2\fP, the result will be a negative number
+If \fIindex1\fR is after \fIindex2\fR, the result will be a negative number
(and this holds for each of the possible options).
The actual items which are counted depend on the
options given. The result is a list of integers, one for the result of
@@ -1116,7 +1116,7 @@ option is false.
.RE
.VE 8.4
.TP
-\fIpathName \fBget \fI?-displaychars?\fR \fI--fR \fIindex1 \fR?\fIindex2 ...\fR?
+\fIpathName \fBget\fR \fI?-displaychars?\fR \fI-- index1\fR ?\fIindex2 ...\fR?
Return a range of characters from the text.
The return value will be all the characters in the text starting
with the one whose index is \fIindex1\fR and ending just before
@@ -1269,7 +1269,7 @@ returned by future calls to ``\fIpathName \fBmark names\fR''.
This command returns an empty string.
.RE
.TP
-\fIpathName \fBreplace \fIindex1 \fIindex2 chars \fR?\fItagList chars tagList ...\fR?
+\fIpathName \fBreplace\fR \fIindex1 index2 chars\fR ?\fItagList chars tagList ...\fR?
Replaces the range of characters between \fIindex1\fR and \fIindex2\fR
with the given characters and tags. See the section on \fIpathName
\fBinsert\fR for an explanation of the handling of the \fItagList...\fR