Skip to content

Commit

Permalink
Fix [10705db626]: Missing spaces in man pages.
Browse files Browse the repository at this point in the history
  • Loading branch information
fvogelnew1 committed Mar 22, 2024
2 parents 2a8bde2 + a344fc3 commit f2bc66b
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 9 deletions.
4 changes: 2 additions & 2 deletions doc/ttk_frame.n
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 4 additions & 3 deletions doc/ttk_label.n
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,10 @@ A \fBttk::label\fR widget displays a textual label and/or image.
The label may be linked to a Tcl variable
to automatically change the displayed text.
.SO ttk_widget
\-anchor \-class \-compound \-cursor
\-font \-foreground
\-image \-justify \-padding \-state \-style \-takefocus
\-anchor \-class \-compound
\-cursor \-font \-foreground
\-image \-justify \-padding
\-state \-style \-takefocus
\-text \-textvariable \-underline
\-width \-wraplength
.SE
Expand Down
4 changes: 2 additions & 2 deletions doc/ttk_labelframe.n
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
5 changes: 3 additions & 2 deletions doc/ttk_spinbox.n
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ 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 \-placeholder \-placeholderforeground
\-class \-cursor \-state
\-style \-takefocus \-xscrollcommand
\-placeholder \-placeholderforeground
.SE
.SO ttk_entry
\-validate \-validatecommand
Expand Down

0 comments on commit f2bc66b

Please sign in to comment.