summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2024-03-22 19:59:31 (GMT)
committerfvogel <fvogelnew1@free.fr>2024-03-22 19:59:31 (GMT)
commita344fc30238c4666a9604edbc653c5a5b831ad7c (patch)
treeb77143c84d5b22dcb8ed65be4a45ee4120ad5487 /doc
parent29c3ce98a5f13d704cbb0e3ea06f97a9c1c4c655 (diff)
downloadtk-a344fc30238c4666a9604edbc653c5a5b831ad7c.zip
tk-a344fc30238c4666a9604edbc653c5a5b831ad7c.tar.gz
tk-a344fc30238c4666a9604edbc653c5a5b831ad7c.tar.bz2
Fix [10705db626]: Missing spaces in man pages.
Diffstat (limited to 'doc')
-rw-r--r--doc/ttk_frame.n4
-rw-r--r--doc/ttk_label.n6
-rw-r--r--doc/ttk_labelframe.n4
-rw-r--r--doc/ttk_spinbox.n4
4 files changed, 9 insertions, 9 deletions
diff --git a/doc/ttk_frame.n b/doc/ttk_frame.n
index b02035e..ee52bed 100644
--- a/doc/ttk_frame.n
+++ b/doc/ttk_frame.n
@@ -17,8 +17,8 @@ ttk::frame \- Simple container widget
A \fBttk::frame\fR widget is a container, used to group other widgets
together.
.SO ttk_widget
-\-class \-cursor \-padding \-style
-\-takefocus
+\-class \-cursor \-padding
+\-style \-takefocus
.SE
.SH "WIDGET-SPECIFIC OPTIONS"
.OP \-borderwidth borderWidth BorderWidth
diff --git a/doc/ttk_label.n b/doc/ttk_label.n
index 871fab7..271c711 100644
--- a/doc/ttk_label.n
+++ b/doc/ttk_label.n
@@ -19,9 +19,9 @@ The label may be linked to a Tcl variable
to automatically change the displayed text.
.SO ttk_widget
\-class \-compound \-cursor
-\-image \-padding \-state \-style \-takefocus
-\-text \-textvariable \-underline
-\-width
+\-image \-padding \-state
+\-style \-takefocus \-text
+\-textvariable \-underline \-width
.SE
.SH "WIDGET-SPECIFIC OPTIONS"
.OP \-anchor anchor Anchor
diff --git a/doc/ttk_labelframe.n b/doc/ttk_labelframe.n
index 9e42781..5797690 100644
--- a/doc/ttk_labelframe.n
+++ b/doc/ttk_labelframe.n
@@ -18,8 +18,8 @@ A \fBttk::labelframe\fR widget is a container used to group other widgets
together. It has an optional label, which may be a plain text string or
another widget.
.SO ttk_widget
-\-class \-cursor \-padding \-style
-\-takefocus
+\-class \-cursor \-padding
+\-style \-takefocus
.SE
.SH "WIDGET-SPECIFIC OPTIONS"
.\" XXX: Currently included, but may go away:
diff --git a/doc/ttk_spinbox.n b/doc/ttk_spinbox.n
index d7b7657..5b6d42a 100644
--- a/doc/ttk_spinbox.n
+++ b/doc/ttk_spinbox.n
@@ -21,8 +21,8 @@ of the \fBttk::entry\fR widget including support of the
\fB\-textvariable\fR option to link the value displayed by the widget
to a Tcl variable.
.SO ttk_widget
-\-class \-cursor \-state \-style
-\-takefocus \-xscrollcommand
+\-class \-cursor \-state
+\-style \-takefocus \-xscrollcommand
.SE
.SO ttk_entry
\-validate \-validatecommand