summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhobbs <hobbs>2000-09-07 17:38:15 (GMT)
committerhobbs <hobbs>2000-09-07 17:38:15 (GMT)
commit983b0c27a51acd0f5cb823a959a05058464d05e9 (patch)
tree3c81eab8052a73534f02204a5ea230269cdfc444
parentafa5142dc2d0c3a33bd4b391b000c152c2576337 (diff)
downloadtk-983b0c27a51acd0f5cb823a959a05058464d05e9.zip
tk-983b0c27a51acd0f5cb823a959a05058464d05e9.tar.gz
tk-983b0c27a51acd0f5cb823a959a05058464d05e9.tar.bz2
* doc/Tk_Init.3:
* doc/bell.n: * doc/loadTk.n: minor doc cleanup
-rw-r--r--ChangeLog6
-rw-r--r--doc/Tk_Init.33
-rw-r--r--doc/bell.n6
-rw-r--r--doc/loadTk.n8
4 files changed, 14 insertions, 9 deletions
diff --git a/ChangeLog b/ChangeLog
index 9d8e68e..3beee4f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2000-09-07 Jeff Hobbs <hobbs@scriptics.com>
+
+ * doc/Tk_Init.3:
+ * doc/bell.n:
+ * doc/loadTk.n: minor doc cleanup
+
2000-09-06 Eric Melski <ericm@ajubasolutions.com>
* generic/tkPlatDecls.h: Added #include <windows.h> for Windows,
diff --git a/doc/Tk_Init.3 b/doc/Tk_Init.3
index 779a9e6..6a3f0bc 100644
--- a/doc/Tk_Init.3
+++ b/doc/Tk_Init.3
@@ -4,7 +4,7 @@
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\"
-'\" RCS: @(#) $Id: Tk_Init.3,v 1.3 2000/04/28 00:46:04 ericm Exp $
+'\" RCS: @(#) $Id: Tk_Init.3,v 1.4 2000/09/07 17:38:16 hobbs Exp $
'\"
.so man.macros
.TH Tk_Init 3 8.0 Tk "Tk Library Procedures"
@@ -83,7 +83,6 @@ from the user.
\fBwm\fR
If toplevels are ever allowed, wm can be used to remove decorations,
move windows around, etc.
-.CE
.SH KEYWORDS
safe, application, initialization, load, main window
diff --git a/doc/bell.n b/doc/bell.n
index d981a60..23d81ec 100644
--- a/doc/bell.n
+++ b/doc/bell.n
@@ -1,12 +1,12 @@
'\"
'\" Copyright (c) 1994 The Regents of the University of California.
'\" Copyright (c) 1994-1996 Sun Microsystems, Inc.
-'\" Copyright (c) 2000 Scriptics Corporation.
+'\" Copyright (c) 2000 Ajuba Solutions.
'\"
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\"
-'\" RCS: @(#) $Id: bell.n,v 1.3 2000/05/17 22:44:09 hobbs Exp $
+'\" RCS: @(#) $Id: bell.n,v 1.4 2000/09/07 17:38:16 hobbs Exp $
'\"
.so man.macros
.TH bell n 8.4 Tk "Tk Built-In Commands"
@@ -15,7 +15,7 @@
.SH NAME
bell \- Ring a display's bell
.SH SYNOPSIS
-\fBbell \fR?\fB\-displayof \fIwindow\fR? \fR?\fB\-nice\fR?
+\fBbell \fR?\fB\-displayof \fIwindow\fR? ?\fB\-nice\fR?
.BE
.SH DESCRIPTION
diff --git a/doc/loadTk.n b/doc/loadTk.n
index 8e1836c..555e4eb 100644
--- a/doc/loadTk.n
+++ b/doc/loadTk.n
@@ -4,7 +4,7 @@
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\"
-'\" RCS: @(#) $Id: loadTk.n,v 1.3 1998/09/14 18:22:57 stanton Exp $
+'\" RCS: @(#) $Id: loadTk.n,v 1.4 2000/09/07 17:38:16 hobbs Exp $
'\"
.so man.macros
.TH "Safe Tk" n 8.0 Tk "Tk Built-In Commands"
@@ -29,20 +29,20 @@ The \fB::safe::loadTk\fR command initializes the required data structures
in the named safe interpreter and then loads Tk into it.
The command returns the name of the safe interpreter.
If \fB\-use\fR is specified, the window identified by the specified system
-dependent identifier \fIwindowId\fR is used to contain the \fB``.''\fR
+dependent identifier \fIwindowId\fR is used to contain the ``.''
window of the safe interpreter; it can be any valid id, eventually
referencing a window belonging to another application. As a convenience,
if the window you plan to use is a Tk Window of the application you
can use the window name (eg: \fB.x.y\fR) instead of its window Id
(\fB[winfo id .x.y]\fR).
When \fB\-use\fR is not specified,
-a new toplevel window is created for the \fB``.''\fR window of
+a new toplevel window is created for the ``.'' window of
the safe interpreter. On X11 if you want the embedded window
to use another display than the default one, specify it with
\fB\-display\fR.
See the \fBSECURITY ISSUES\fR section below for implementation details.
-.SH SECURITY ISSUES
+.SH "SECURITY ISSUES"
.PP
Please read the \fBsafe\fR manual page for Tcl to learn about the basic
security considerations for Safe Tcl.