WPrefs: trivial fixes in text strings
[wmaker-crm.git] / doc / wxpaste.1x
blobf85f0b78d3a3ceafea8b9bfb8ffbdbec6e28c190
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 .RI [ 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 .BI \-\-cutbuffer " number"
16 The data will be pasted from the specified cutbuffer, instead of the default
18 .TP
19 .BI \-display " display\-name"
20 Specifies the display where wxpaste should look for the data to be pasted.
21 .TP
22 .B \-\-help
23 print a help message with the list of options.
24 .TP
25 .BR \-\-selection " [\fIselection\-name\fP]"
26 The data will be copied from the named selection. If cutting from the
27 selection fails, the cutbuffer will be used. The default value for the
28 selection name is PRIMARY.
29 .TP
30 .B \-\-version
31 print the version of Window Maker from which the program comes.
32 .PP
33 .SH BUGS
34 When used without a selection name, the \fI\-\-selection\fP option must be the last one.
35 The syntax could be cleaned, but backwards compatibility prevents that...
37 \fIINCR\fP and \fIMULTIPLE\fP selection types are not handled. Actually, only simple
38 text selections are handled, which should be enough for most uses of a
39 utility such as this.
40 .SH SEE ALSO
41 .BR wxcopy (1x),
42 .BR wmaker (1x)
43 .SH AUTHOR
44 This man page was written by Marcelo Magallon <mmagallo@debian.org>.
45 .PP
46 Window Maker was written by Alfredo K. Kojima <kojima@windowmaker.info>.