~profzoom/ubuntu/quantal/wmaker/bug-1079925

« back to all changes in this revision

Viewing changes to doc/wxcopy.1x

  • Committer: Bazaar Package Importer
  • Author(s): Marcelo E. Magallon
  • Date: 2004-11-10 14:05:30 UTC
  • Revision ID: james.westby@ubuntu.com-20041110140530-qpd66b5lm38x7apk
Tags: upstream-0.91.0
ImportĀ upstreamĀ versionĀ 0.91.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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 cutbuffer
 
5
.SH SYNOPSIS
 
6
.B wxcopy
 
7
[options]
 
8
[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 \-cutbuffer number
 
20
Specifies the number of the cutbuffer to copy data to.
 
21
.TP
 
22
.B \-display display\-name
 
23
The data will be copied in the cutbuffers of the specified display/screen.
 
24
.TP
 
25
.B \-nolimit
 
26
Makes the normal 64kb limit check not to be performed, making the buffer
 
27
attempt to grow to whatever size is required.
 
28
.TP
 
29
.B \-clearselection
 
30
Clears the PRIMARY selection owner. In practice it means that when you try
 
31
to paste the data with the middle mouse button (for example) it will paste
 
32
the data from cut buffer 0, instead of any eventually existing mouse
 
33
selection.
 
34
.PP
 
35
.SH SEE ALSO
 
36
.BR wxpaste (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.org>.
 
42
 
 
43
Binary data compatibility and \-nolimit stuff by Luke Kendall
 
44
<luke@research.canon.com.au>.