summaryrefslogtreecommitdiffstats
path: root/doc/grid.n
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-09-21 14:37:34 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-09-21 14:37:34 (GMT)
commit03fa2d79059c6bd7b0cf7974effb2c6176a9ac40 (patch)
tree3bde6711c2e99a52fc9dc4a12307120412f96ea3 /doc/grid.n
parent95fe56facdd1de283dc15093ca566c3ff84a93b4 (diff)
downloadtk-03fa2d79059c6bd7b0cf7974effb2c6176a9ac40.zip
tk-03fa2d79059c6bd7b0cf7974effb2c6176a9ac40.tar.gz
tk-03fa2d79059c6bd7b0cf7974effb2c6176a9ac40.tar.bz2
Doc format warnings
Diffstat (limited to 'doc/grid.n')
-rw-r--r--doc/grid.n6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/grid.n b/doc/grid.n
index b4f7699..5a175c7 100644
--- a/doc/grid.n
+++ b/doc/grid.n
@@ -285,15 +285,15 @@ The size is determined either by the \fIcontent\fR occupying the largest
row or column, or the largest column or row with a \fB\-minsize\fR,
\fB\-weight\fR, or \fB\-pad\fR that is non-zero.
.TP
-\fBgrid slaves \window\fR ?\fI\-option value\fR?
+\fBgrid slaves \fIwindow\fR ?\fI\-option value\fR?
.
-If no options are supplied, a list of all of the content in \window\fR
+If no options are supplied, a list of all of the content in \fIwindow\fR
are returned, most recently managed first.
\fIOption\fR can be either \fB\-row\fR or \fB\-column\fR which
causes only the content in the row (or column) specified by \fIvalue\fR
to be returned.
-.TP
.VS "TIP 581"
+.TP
\fBgrid content \fIwindow\fR ?\fI\-option value\fR?
.
Synonym for . \fBgrid slaves \fIwindow\fR ?\fI\-option value\fR?