blob: 77e021b8bbe1e1dc43025e7c83b7ab45411c00e6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
|
.TH "CUTSEL" "1" "5 December 2007" "autocutsel 0.9.0"
.SH "NAME"
cutsel \- show information about the X clipboard and the cutbuffer in sync
.SH "SYNOPSIS"
.PP
.B cutsel
[-selection \fIselection_name\fP]
[-cutbuffer \fInumber\fP]
[-debug]
[-verbose]
{cut|sel}
.LP
.SH "DESCRIPTION"
.PP
This manual page documents briefly the
.B cutsel
command.
.PP
This manual page was written for the
.B Debian
distribution because the original
program does not have a manual page.
.TP
.B cutsel [\fIoptions\fP] cut
shows the contents of the cut buffer
and
.TP
.B cutsel [\fIoptions\fP] sel
shows the owner of the selection.
.SH "OPTIONS"
.TP
.B -selection, -select, -sel, -s {CLIPBOARD|PRIMARY}
Specify which selection to use.
Default is CLIPBOARD.
.TP
.B -cutbuffer <number>
(Details of this parameter unknown.)
.TP
.B -debug, -d
Run with debugging mode.
.TP
.B -verbose, -v
Be more verbose.
Reports the version and announces synchronizations.
.SH "AUTHOR"
.PP
This manual page was written by
Elmar S. Heeb <elmar@heebs.ch> for the
.B Debian
system (but may be used by others).
Permission is granted to copy,
distribute and/or modify this
document under the terms of the
GNU General Public License,
Version 2 any later version published
by the Free Software Foundation.
.PP
On Debian systems,
the complete text of the
GNU General Public License
can be found in
/usr/share/common-licenses/GPL.
|