summaryrefslogtreecommitdiffstats
path: root/doc/lower.n
diff options
context:
space:
mode:
Diffstat (limited to 'doc/lower.n')
-rw-r--r--doc/lower.n8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/lower.n b/doc/lower.n
index ca08b92..b81ddfb 100644
--- a/doc/lower.n
+++ b/doc/lower.n
@@ -5,7 +5,7 @@
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\"
-'\" RCS: @(#) $Id: lower.n,v 1.2 1998/09/14 18:22:57 stanton Exp $
+'\" RCS: @(#) $Id: lower.n,v 1.5 2008/09/23 13:36:42 dkf Exp $
'\"
.so man.macros
.TH lower n 3.3 Tk "Tk Built-In Commands"
@@ -16,7 +16,6 @@ lower \- Change a window's position in the stacking order
.SH SYNOPSIS
\fBlower \fIwindow \fR?\fIbelowThis\fR?
.BE
-
.SH DESCRIPTION
.PP
If the \fIbelowThis\fR argument is omitted then the command lowers
@@ -30,9 +29,10 @@ In this case the \fBlower\fR command will insert
\fIwindow\fR into the stacking order just below \fIbelowThis\fR
(or the ancestor of \fIbelowThis\fR that is a sibling of \fIwindow\fR);
this could end up either raising or lowering \fIwindow\fR.
-
.SH "SEE ALSO"
raise
-
.SH KEYWORDS
lower, obscure, stacking order
+'\" Local Variables:
+'\" mode: nroff
+'\" End: