wAppIconPaint argument removed
[wmaker-crm.git] / doc / wxpaste.1x
blob0c14bebbe23de6515a465c007673643c837492be
1 .\" Hey, Emacs!  This is an -*- nroff -*- source file.
2 .TH wxpaste 1x "March 1998"
3 .SH NAME
4 wxpaste \- output a cutbuffer to stdout
5 .SH SYNOPSIS
6 .B wxpaste
7 [options]
8 .SH DESCRIPTION
9 .B wxpaste
10 outputs the contents of the specified cutbuffer to stdout. If no cutbuffer
11 is specified, the cutbuffer 0 will be used as default.
12 .PP
13 .SH OPTIONS
14 .TP
15 .B \-cutbuffer number
16 The data will be pasted from the specified cutbuffer, instead of the default
18 .TP
19 .B \-display display\-name
20 Specifies the display where wxpaste should look for the data to be pasted.
21 .TP
22 .B \-selection [selection\-name]
23 The data will be copied from the named selection. If cutting from the
24 selection fails, the cutbuffer will be used. The default value for the
25 selection name is PRIMARY.
26 .PP
27 .SH BUGS
28 .TP
29 The \-selection option must be the last one. The syntax could be 
30 cleaned, but backwards compatibility prevents that...
32 INCR and MULTIPLE selection types are not handled. Actually, only simple
33 text selections are handled, wich should be enough for most uses of a
34 utility such as this.
35 .SH SEE ALSO
36 .BR wxcopy (1x),
37 .BR wmaker (1x)
38 .SH AUTHOR
39 This man page was written by Marcelo Magallon <mmagallo@debian.org>.
40 .PP
41 Window Maker was written by Alfredo K. Kojima <kojima@windowmaker.info>.