diff options
author | fvogel <fvogelnew1@free.fr> | 2021-06-10 15:46:12 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2021-06-10 15:46:12 (GMT) |
commit | 6765ba6f2905901b00e8dcf60a667458ce8dc87b (patch) | |
tree | d2a6a4acecbc79c163dd6f3e564037feac9e8a3a | |
parent | 57fa3c0e74f5fb2e114e2eab81afb15e873907f1 (diff) | |
download | tk-6765ba6f2905901b00e8dcf60a667458ce8dc87b.zip tk-6765ba6f2905901b00e8dcf60a667458ce8dc87b.tar.gz tk-6765ba6f2905901b00e8dcf60a667458ce8dc87b.tar.bz2 |
Fix [26d4c8a0b4]: Typos in the man pages for grid, pack, and place
-rw-r--r-- | doc/grid.n | 2 | ||||
-rw-r--r-- | doc/pack.n | 2 | ||||
-rw-r--r-- | doc/place.n | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -311,7 +311,7 @@ to be returned. .TP \fBgrid slaves \fIwindow\fR ?\fI\-option value\fR? . -Synonym for . \fBgrid content \fIwindow\fR ?\fI\-option value\fR? +Synonym for \fBgrid content \fIwindow\fR ?\fI\-option value\fR?. .SH "RELATIVE PLACEMENT" .PP The \fBgrid\fR command contains a limited set of capabilities that @@ -166,7 +166,7 @@ If \fIwindow\fR has no content then an empty string is returned. .TP \fBpack slaves \fIwindow\fR . -Synonym for . \fBpack content \fIwindow\fR +Synonym for \fBpack content \fIwindow\fR. .SH "THE PACKER ALGORITHM" .PP For each container the packer maintains an ordered list of content diff --git a/doc/place.n b/doc/place.n index d887ee7..b56ad58 100644 --- a/doc/place.n +++ b/doc/place.n @@ -197,7 +197,7 @@ If there is no content for \fIwindow\fR then an empty string is returned. .TP \fBplace slaves \fIwindow\fR . -Synonym for . \fBplace content \fIwindow\fR +Synonym for \fBplace content \fIwindow\fR. .PP If the configuration of a window has been retrieved with \fBplace info\fR, that configuration can be restored later by |