summaryrefslogtreecommitdiffstats
path: root/doc/destroy.n
diff options
context:
space:
mode:
Diffstat (limited to 'doc/destroy.n')
-rw-r--r--doc/destroy.n5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/destroy.n b/doc/destroy.n
index 00da4a7..3d4743a 100644
--- a/doc/destroy.n
+++ b/doc/destroy.n
@@ -27,6 +27,7 @@ in destroying a window the command aborts without destroying the
remaining windows.
No error is returned if \fIwindow\fR does not exist.
.SH EXAMPLE
+.PP
Destroy all checkbuttons that are direct children of the given widget:
.CS
proc killCheckbuttonChildren {parent} {
@@ -37,6 +38,8 @@ proc killCheckbuttonChildren {parent} {
}
}
.CE
-
.SH KEYWORDS
application, destroy, window
+'\" Local Variables:
+'\" mode: nroff
+'\" End: