summaryrefslogtreecommitdiffstats
path: root/doc/toplevel.n
diff options
context:
space:
mode:
authorvincentdarley <vincentdarley>2004-03-25 12:12:35 (GMT)
committervincentdarley <vincentdarley>2004-03-25 12:12:35 (GMT)
commit75791dad3c3d9947598d34c7e0f3470126b401e4 (patch)
treec77eb5434e514789bbeea80e0edf5665959a9c29 /doc/toplevel.n
parent36561300e09e603e3ed9f5d1750278417f0c0829 (diff)
downloadtk-75791dad3c3d9947598d34c7e0f3470126b401e4.zip
tk-75791dad3c3d9947598d34c7e0f3470126b401e4.tar.gz
tk-75791dad3c3d9947598d34c7e0f3470126b401e4.tar.bz2
Fix typos in documentation
Diffstat (limited to 'doc/toplevel.n')
-rw-r--r--doc/toplevel.n4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/toplevel.n b/doc/toplevel.n
index 78d4e56..c104e97 100644
--- a/doc/toplevel.n
+++ b/doc/toplevel.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: toplevel.n,v 1.4 2001/09/26 21:36:19 pspjuth Exp $
+'\" RCS: @(#) $Id: toplevel.n,v 1.5 2004/03/25 12:12:36 vincentdarley Exp $
'\"
.so man.macros
.TH toplevel n 8.4 Tk "Tk Built-In Commands"
@@ -75,7 +75,7 @@ database, and it may not be modified with the \fBconfigure\fR
widget command.
.OP \-use use Use
This option is used for embedding. If the value isn't an empty string,
-it must be the the window identifier of a container window, specified as
+it must be the window identifier of a container window, specified as
a hexadecimal string like the ones returned by the \fBwinfo id\fR
command. The toplevel widget will be created as a child of the given
container instead of the root window for the screen. If the container