diff options
author | bll <brad.lanam.comp@gmail.com> | 2018-04-09 01:23:36 (GMT) |
---|---|---|
committer | bll <brad.lanam.comp@gmail.com> | 2018-04-09 01:23:36 (GMT) |
commit | 7ee919f1bb6e5c3b0f32aba687c7d663c7eea32f (patch) | |
tree | f74d731c5926b51c7404e3eb1a49334552c60393 /doc/ttk_label.n | |
parent | a785520e6f54edc75390fc68e1359ceec2db2764 (diff) | |
download | tk-7ee919f1bb6e5c3b0f32aba687c7d663c7eea32f.zip tk-7ee919f1bb6e5c3b0f32aba687c7d663c7eea32f.tar.gz tk-7ee919f1bb6e5c3b0f32aba687c7d663c7eea32f.tar.bz2 |
Fix unescaped hyphens.
Diffstat (limited to 'doc/ttk_label.n')
-rw-r--r-- | doc/ttk_label.n | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/ttk_label.n b/doc/ttk_label.n index ced810a..aae95e6 100644 --- a/doc/ttk_label.n +++ b/doc/ttk_label.n @@ -72,11 +72,11 @@ Dynamic states: \fBdisabled\fP, \fBreadonly\fP. \fBTLabel\fP styling options configurable with \fBttk::style\fP are: .PP -\fB-background\fP \fIcolor\fP +\fB\-background\fP \fIcolor\fP .br -\fB-foreground\fP \fIcolor\fP +\fB\-foreground\fP \fIcolor\fP .br -\fB-font\fP \fIfont\fP +\fB\-font\fP \fIfont\fP .PP Some options are only available for specific themes. .PP |