diff options
author | fvogel <fvogelnew1@free.fr> | 2018-05-01 18:57:33 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2018-05-01 18:57:33 (GMT) |
commit | ac393cdffefbbd79c8f7c47c0debdd381f22464e (patch) | |
tree | 0fbce6ea92ac9cef18b734b0f44b29a00263793b /doc | |
parent | c074b99f13a0eaeb93aef546330e14a7306d44c8 (diff) | |
download | tk-ac393cdffefbbd79c8f7c47c0debdd381f22464e.zip tk-ac393cdffefbbd79c8f7c47c0debdd381f22464e.tar.gz tk-ac393cdffefbbd79c8f7c47c0debdd381f22464e.tar.bz2 |
Fix wrong formatting in busy.n
Diffstat (limited to 'doc')
-rw-r--r-- | doc/busy.n | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -170,12 +170,12 @@ option add *Frame.BusyCursor gumby .CE .RE .TP -.TP \fBtk busy current \fR?\fIpattern\fR? . Returns the pathnames of all widgets that are currently busy. If a \fIpattern\fR is given, only the path names of busy widgets matching \fIpattern\fR are returned. +.TP \fBtk busy forget \fIwindow\fR ?\fIwindow\fR?... . Releases resources allocated by the \fBtk busy\fR command for \fIwindow\fR, |