wmaker: remove useless null pointer check (Coverity #109612)
[wmaker-crm.git] / doc / wxcopy.1x
blob7ba912245d35401192fd4cff7a21d92a06fb175d
1 .\" Hey, Emacs!  This is an -*- nroff -*- source file.
2 .TH wxcopy 1x "September 1998"
3 .SH NAME
4 wxcopy \- copy stdin or file into X11 cutbuffer
5 .SH SYNOPSIS
6 .B wxcopy
7 .RI [ options ]
8 .RI [ filename ]
9 .SH DESCRIPTION
10 .B wxcopy
11 copies stdin or
12 .I filename
13 into the cutbuffer. If no cutbuffer is specified, the data will be
14 copied into cutbuffer 0 and the other cutbuffers will be rotated, if present.
15 If a cutbuffer is specified, the data is copied into that cutbuffer,
16 and no rotation of buffers is performed.
17 .SH OPTIONS
18 .TP
19 .B \-\-clear\-selection
20 Clears the PRIMARY selection owner. In practice it means that when you try
21 to paste the data with the middle mouse button (for example) it will paste
22 the data from cut buffer 0, instead of any eventually existing mouse
23 selection.
24 .TP
25 .BI \-\-cutbuffer " number"
26 Specifies the number of the cutbuffer to copy data to.
27 .TP
28 .BR \-display " display\-name"
29 The data will be copied in the cutbuffers of the specified display/screen.
30 .TP
31 .B \-\-help
32 print a help message with the list of options.
33 .TP
34 .B \-\-no\-limit
35 Makes the normal 64kb limit check not to be performed, making the buffer
36 attempt to grow to whatever size is required.
37 .TP
38 .B \-\-version
39 print the version of Window Maker from which the program comes.
40 .PP
41 .SH SEE ALSO
42 .BR wxpaste (1x),
43 .BR wmaker (1x)
44 .SH AUTHOR
45 This man page was written by Marcelo Magallon <mmagallo@debian.org>.
46 .PP
47 Window Maker was written by Alfredo K. Kojima <kojima@windowmaker.info>.
49 Binary data compatibility and \-\-no\-limit stuff by Luke Kendall
50 <luke@research.canon.com.au>.