diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2004-09-01 09:37:46 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2004-09-01 09:37:46 (GMT) |
commit | 3f8dfac0321a62eca4f57eadd5b2edf790ef57e6 (patch) | |
tree | f7c8f310feeded8271ea17ce1b61378b583cd6ab /doc/toplevel.n | |
parent | 90af9c5e09cfae599352ae2f24d7d8a44ad8f014 (diff) | |
download | tk-3f8dfac0321a62eca4f57eadd5b2edf790ef57e6.zip tk-3f8dfac0321a62eca4f57eadd5b2edf790ef57e6.tar.gz tk-3f8dfac0321a62eca4f57eadd5b2edf790ef57e6.tar.bz2 |
More doc fixes from Mikhail Kolesnitchenko
Diffstat (limited to 'doc/toplevel.n')
-rw-r--r-- | doc/toplevel.n | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/toplevel.n b/doc/toplevel.n index c104e97..cda329a 100644 --- a/doc/toplevel.n +++ b/doc/toplevel.n @@ -1,3 +1,4 @@ +'\" -*- nroff -*- '\" '\" Copyright (c) 1990-1994 The Regents of the University of California. '\" Copyright (c) 1994-1996 Sun Microsystems, Inc. @@ -5,7 +6,7 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: toplevel.n,v 1.5 2004/03/25 12:12:36 vincentdarley Exp $ +'\" RCS: @(#) $Id: toplevel.n,v 1.6 2004/09/01 09:37:57 dkf Exp $ '\" .so man.macros .TH toplevel n 8.4 Tk "Tk Built-In Commands" @@ -61,8 +62,8 @@ If this option is less than or equal to zero then the window will not request any size at all. .OP \-menu menu Menu Specifies a menu widget to be used as a menubar. On the Macintosh, the -menubar will be displayed accross the top of the main monitor. On -Microsoft Windows and all UNIX platforms, the menu will appear accross +menubar will be displayed across the top of the main monitor. On +Microsoft Windows and all UNIX platforms, the menu will appear across the toplevel window as part of the window dressing maintained by the window manager. .OP \-screen "" "" |