diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-09-06 15:50:16 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-09-06 15:50:16 (GMT) |
commit | ca2badcc9092009cb15c20bba0fa98eff4dc14a5 (patch) | |
tree | f0cbb487a2c680aed7f7d206ad4d233d3258de92 /doc/selection.n | |
parent | 2313a52bf05c4ab46851eaf0550ad0fa43083954 (diff) | |
parent | ed825e13f3d05988eacdfaf8e978377149b9302b (diff) | |
download | tk-ca2badcc9092009cb15c20bba0fa98eff4dc14a5.zip tk-ca2badcc9092009cb15c20bba0fa98eff4dc14a5.tar.gz tk-ca2badcc9092009cb15c20bba0fa98eff4dc14a5.tar.bz2 |
Merge 8.7
Diffstat (limited to 'doc/selection.n')
-rw-r--r-- | doc/selection.n | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/selection.n b/doc/selection.n index ec678fa..4734223 100644 --- a/doc/selection.n +++ b/doc/selection.n @@ -12,7 +12,7 @@ .SH NAME selection \- Manipulate the X selection .SH SYNOPSIS -\fBselection \fIoption\fR ?\fIarg arg ...\fR? +\fBselection \fIoption\fR ?\fIarg ...\fR? .BE .SH DESCRIPTION .PP @@ -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 master interpreter and its unsafe slave interpreters. It is not shared between interpreters in different processes or different threads. Each master interpreter has a separate \fBPRIMARY\fR selection that is shared only with its unsafe slaves. +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. .PP .SH SECURITY .PP |