summaryrefslogtreecommitdiff
path: root/tcl/doc/destroy.n
diff options
context:
space:
mode:
Diffstat (limited to 'tcl/doc/destroy.n')
-rw-r--r--tcl/doc/destroy.n34
1 files changed, 0 insertions, 34 deletions
diff --git a/tcl/doc/destroy.n b/tcl/doc/destroy.n
deleted file mode 100644
index f144ad86ebd..00000000000
--- a/tcl/doc/destroy.n
+++ /dev/null
@@ -1,34 +0,0 @@
-'\"
-'\" Copyright (c) 1990 The Regents of the University of California.
-'\" Copyright (c) 1994-1996 Sun Microsystems, Inc.
-'\"
-'\" See the file "license.terms" for information on usage and redistribution
-'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-'\"
-'\" RCS: @(#) $Id$
-'\"
-.so man.macros
-.TH destroy n "" Tk "Tk Built-In Commands"
-.BS
-'\" Note: do not modify the .SH NAME line immediately below!
-.SH NAME
-destroy \- Destroy one or more windows
-.SH SYNOPSIS
-\fBdestroy \fR?\fIwindow window ...\fR?
-.BE
-
-.SH DESCRIPTION
-.VS
-.PP
-This command deletes the windows given by the
-\fIwindow\fR arguments, plus all of their descendants.
-If a \fIwindow\fR ``.'' is deleted then the entire application
-will be destroyed.
-The \fIwindow\fRs are destroyed in order, and if an error occurs
-in destroying a window the command aborts without destroying the
-remaining windows.
-No error is returned if \fIwindow\fR does not exist.
-.VE
-
-.SH KEYWORDS
-application, destroy, window