summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-09-14 10:33:31 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-09-14 10:33:31 (GMT)
commitad861a0433fe3325ce081e6df2b40ed7fd670fe9 (patch)
tree4c15e7bb088670fff60971576f04371634ec0c66 /doc
parent19013242170fcb53f480c10a5ca48578456d2f1b (diff)
downloadtk-ad861a0433fe3325ce081e6df2b40ed7fd670fe9.zip
tk-ad861a0433fe3325ce081e6df2b40ed7fd670fe9.tar.gz
tk-ad861a0433fe3325ce081e6df2b40ed7fd670fe9.tar.bz2
Prevent the usage of the term safe/unsafe child
Diffstat (limited to 'doc')
-rw-r--r--doc/selection.n2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/selection.n b/doc/selection.n
index bb4cf09..a2c5ae5 100644
--- a/doc/selection.n
+++ b/doc/selection.n
@@ -150,7 +150,7 @@ A GUI event, for example \fB<<PasteSelection>>\fR, can copy the \fBPRIMARY\fR se
.PP
On X11, the \fBPRIMARY\fR selection is a system-wide feature of the X server, allowing communication between different processes that are X11 clients.
.PP
-On Windows, the \fBPRIMARY\fR selection is not provided by the system, but only by Tk, and so it is shared only between windows of a parent interpreter and its unsafe child interpreters. It is not shared between interpreters in different processes or different threads. Each parent interpreter has a separate \fBPRIMARY\fR selection that is shared only with its unsafe childs.
+On Windows, the \fBPRIMARY\fR selection is not provided by the system, but only by Tk, and so it is shared only between windows of a parent interpreter and its child interpreters. It is not shared between interpreters in different processes or different threads. Each parent interpreter has a separate \fBPRIMARY\fR selection that is shared only with its child interpreters which are not safe interpreters.
.PP
.SH SECURITY
.PP