diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2007-10-24 14:32:55 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2007-10-24 14:32:55 (GMT) |
commit | a9b41e61dd1f2274961a88385d433a9bac66d44a (patch) | |
tree | 09cfb7c149cd2c0c95d126aa8764f569b3e42063 /doc/clipboard.n | |
parent | 5d96c35c08ea64525de7b4ab99171bfcc0252142 (diff) | |
download | tk-a9b41e61dd1f2274961a88385d433a9bac66d44a.zip tk-a9b41e61dd1f2274961a88385d433a9bac66d44a.tar.gz tk-a9b41e61dd1f2274961a88385d433a9bac66d44a.tar.bz2 |
Lots of improvements to look and feel of manual pages
Diffstat (limited to 'doc/clipboard.n')
-rw-r--r-- | doc/clipboard.n | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/doc/clipboard.n b/doc/clipboard.n index 0341d62..2847bc5 100644 --- a/doc/clipboard.n +++ b/doc/clipboard.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: clipboard.n,v 1.12 2007/10/22 14:33:13 dkf Exp $ +'\" RCS: @(#) $Id: clipboard.n,v 1.13 2007/10/24 14:32:58 dkf Exp $ '\" .so man.macros .TH clipboard n 8.4 Tk "Tk Built-In Commands" @@ -34,8 +34,9 @@ forms are currently supported: .TP \fBclipboard clear\fR ?\fB\-displayof\fR \fIwindow\fR? Claims ownership of the clipboard on \fIwindow\fR's display and removes -any previous contents. \fIWindow\fR defaults to ``.''. Returns an -empty string. +any previous contents. \fIWindow\fR defaults to +.QW . . +Returns an empty string. .TP \fBclipboard append\fR ?\fB\-displayof\fR \fIwindow\fR? ?\fB\-format\fR \fIformat\fR? ?\fB\-type\fR \fItype\fR? ?\fB\-\|\-\fR? \fIdata\fR Appends \fIdata\fR to the clipboard on \fIwindow\fR's @@ -45,7 +46,9 @@ display. .RS .PP \fIType\fR specifies the form in which the selection is to be returned -(the desired ``target'' for conversion, in ICCCM terminology), and +(the desired +.QW target +for conversion, in ICCCM terminology), and should be an atom name such as STRING or FILE_NAME; see the Inter-Client Communication Conventions Manual for complete details. \fIType\fR defaults to STRING. |