summaryrefslogtreecommitdiffstats
path: root/doc
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
parent95fe56facdd1de283dc15093ca566c3ff84a93b4 (diff)
downloadtk-03fa2d79059c6bd7b0cf7974effb2c6176a9ac40.zip
tk-03fa2d79059c6bd7b0cf7974effb2c6176a9ac40.tar.gz
tk-03fa2d79059c6bd7b0cf7974effb2c6176a9ac40.tar.bz2
Doc format warnings
Diffstat (limited to 'doc')
-rw-r--r--doc/grid.n6
-rw-r--r--doc/pack.n2
-rw-r--r--doc/place.n2
3 files changed, 5 insertions, 5 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?
diff --git a/doc/pack.n b/doc/pack.n
index f60bdb2..3ee14dd 100644
--- a/doc/pack.n
+++ b/doc/pack.n
@@ -155,8 +155,8 @@ Returns a list of all of the content windows in the packing order for \fIwindow\
The order of the content windows in the list is the same as their order in
the packing order.
If \fIwindow\fR has no content then an empty string is returned.
-.TP
.VS "TIP 581"
+.TP
\fBpack content \fIwindow\fR
.
Synonym for . \fBpack slaves \fIwindow\fR
diff --git a/doc/place.n b/doc/place.n
index f52ec53..6a30c55 100644
--- a/doc/place.n
+++ b/doc/place.n
@@ -194,8 +194,8 @@ command.
\fBplace slaves \fIwindow\fR
Returns a list of all the content windows for which \fIwindow\fR is the container.
If there is no content for \fIwindow\fR then an empty string is returned.
-.TP
.VS "TIP 581"
+.TP
\fBplace content \fIwindow\fR
.
Synonym for . \fBplace slaves \fIwindow\fR