diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2016-03-02 14:22:21 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2016-03-02 14:22:21 (GMT) |
commit | da0931455c52ed9f10b7fe25ab15ab0f4f08ca64 (patch) | |
tree | e6cac613b98325d899660dae8c81a432e8bd6213 /doc/clipboard.n | |
parent | bcb71c3efaadfc55dcd742522aaf331a40b9a7ec (diff) | |
download | tk-da0931455c52ed9f10b7fe25ab15ab0f4f08ca64.zip tk-da0931455c52ed9f10b7fe25ab15ab0f4f08ca64.tar.gz tk-da0931455c52ed9f10b7fe25ab15ab0f4f08ca64.tar.bz2 |
Eliminate exess spacings in many doc pages
Diffstat (limited to 'doc/clipboard.n')
-rw-r--r-- | doc/clipboard.n | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/clipboard.n b/doc/clipboard.n index 374cbd1..6f047dd 100644 --- a/doc/clipboard.n +++ b/doc/clipboard.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. -'\" +'\" .TH clipboard n 8.4 Tk "Tk Built-In Commands" .so man.macros .BS @@ -17,7 +17,7 @@ clipboard \- Manipulate Tk clipboard .SH DESCRIPTION .PP This command provides a Tcl interface to the Tk clipboard, -which stores data for later retrieval using the selection mechanism +which stores data for later retrieval using the selection mechanism (via the \fB\-selection CLIPBOARD\fR option). In order to copy data into the clipboard, \fBclipboard clear\fR must be called, followed by a sequence of one or more calls to \fBclipboard @@ -52,7 +52,7 @@ Table 2 of the ICCCM), and defaults to \fBSTRING\fR. If \fIformat\fR is divided into fields separated by white space; each field is converted to its atom value, and the 32-bit atom value is transmitted instead of the atom name. For any other \fIformat\fR, \fIdata\fR is divided -into fields separated by white space and each +into fields separated by white space and each field is converted to a 32-bit integer; an array of integers is transmitted to the selection requester. Note that strings passed to \fBclipboard append\fR are concatenated before conversion, so the |