summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2021-06-10 15:46:12 (GMT)
committerfvogel <fvogelnew1@free.fr>2021-06-10 15:46:12 (GMT)
commit6765ba6f2905901b00e8dcf60a667458ce8dc87b (patch)
treed2a6a4acecbc79c163dd6f3e564037feac9e8a3a
parent57fa3c0e74f5fb2e114e2eab81afb15e873907f1 (diff)
downloadtk-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.n2
-rw-r--r--doc/pack.n2
-rw-r--r--doc/place.n2
3 files changed, 3 insertions, 3 deletions
diff --git a/doc/grid.n b/doc/grid.n
index 684474b..90f80cd 100644
--- a/doc/grid.n
+++ b/doc/grid.n
@@ -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
diff --git a/doc/pack.n b/doc/pack.n
index da09a6d..cdcfeb8 100644
--- a/doc/pack.n
+++ b/doc/pack.n
@@ -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