diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-09-21 14:37:34 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-09-21 14:37:34 (GMT) |
commit | 03fa2d79059c6bd7b0cf7974effb2c6176a9ac40 (patch) | |
tree | 3bde6711c2e99a52fc9dc4a12307120412f96ea3 | |
parent | 95fe56facdd1de283dc15093ca566c3ff84a93b4 (diff) | |
download | tk-03fa2d79059c6bd7b0cf7974effb2c6176a9ac40.zip tk-03fa2d79059c6bd7b0cf7974effb2c6176a9ac40.tar.gz tk-03fa2d79059c6bd7b0cf7974effb2c6176a9ac40.tar.bz2 |
Doc format warnings
-rw-r--r-- | doc/grid.n | 6 | ||||
-rw-r--r-- | doc/pack.n | 2 | ||||
-rw-r--r-- | doc/place.n | 2 |
3 files changed, 5 insertions, 5 deletions
@@ -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? @@ -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 |