mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-24 07:02:30 +01:00
doc: updated man pages for many tools
This patch perform simple fixes to the man pages and tool help page: - minor style updates, to get cleaner pages - option re-ordering, to have them in alphabetic order (easier to search for) - consistency updates for descriptions and number of dash - spell-checking The biggest changes are: - wmagnify: the option 'vdisplay' was not documented at all; - getstyle: the list of attributes that are taken for the Style are now described in their own section to clarify the page; - setstyle: the help page left thinking that the file argument was optional, which is not the case; - wdread: as the Exit Code may be useful, and it is not unusable, it is now documented; - wmgenmenu: added information about how the content of the menu is generated; - wmsetbg: added a section about dithering/best-match because as nowadays most screens are in True Color, the reason for the option may not be clear. Signed-off-by: Christophe CURIS <christophe.curis@free.fr>
This commit is contained in:
committed by
Carlos R. Mafra
parent
f6c9410ee7
commit
c743c4b77b
@@ -1,11 +1,11 @@
|
||||
.\" Hey, Emacs! This is an -*- nroff -*- source file.
|
||||
.TH wxcopy 1x "September 1998"
|
||||
.SH NAME
|
||||
wxcopy \- copy stdin or file into cutbuffer
|
||||
wxcopy \- copy stdin or file into X11 cutbuffer
|
||||
.SH SYNOPSIS
|
||||
.B wxcopy
|
||||
[options]
|
||||
[filename]
|
||||
.RI [ options ]
|
||||
.RI [ filename ]
|
||||
.SH DESCRIPTION
|
||||
.B wxcopy
|
||||
copies stdin or
|
||||
@@ -16,21 +16,27 @@ If a cutbuffer is specified, the data is copied into that cutbuffer,
|
||||
and no rotation of buffers is performed.
|
||||
.SH OPTIONS
|
||||
.TP
|
||||
.B \-cutbuffer number
|
||||
Specifies the number of the cutbuffer to copy data to.
|
||||
.TP
|
||||
.B \-display display\-name
|
||||
The data will be copied in the cutbuffers of the specified display/screen.
|
||||
.TP
|
||||
.B \-nolimit
|
||||
Makes the normal 64kb limit check not to be performed, making the buffer
|
||||
attempt to grow to whatever size is required.
|
||||
.TP
|
||||
.B \-clearselection
|
||||
.B \-\-clear\-selection
|
||||
Clears the PRIMARY selection owner. In practice it means that when you try
|
||||
to paste the data with the middle mouse button (for example) it will paste
|
||||
the data from cut buffer 0, instead of any eventually existing mouse
|
||||
selection.
|
||||
.TP
|
||||
.BI \-\-cutbuffer " number"
|
||||
Specifies the number of the cutbuffer to copy data to.
|
||||
.TP
|
||||
.BR \-display " display\-name"
|
||||
The data will be copied in the cutbuffers of the specified display/screen.
|
||||
.TP
|
||||
.B \-\-help
|
||||
print a help message with the list of options.
|
||||
.TP
|
||||
.B \-\-no\-limit
|
||||
Makes the normal 64kb limit check not to be performed, making the buffer
|
||||
attempt to grow to whatever size is required.
|
||||
.TP
|
||||
.B \-\-version
|
||||
print the version of Window Maker from which the program comes.
|
||||
.PP
|
||||
.SH SEE ALSO
|
||||
.BR wxpaste (1x),
|
||||
@@ -40,5 +46,5 @@ This man page was written by Marcelo Magallon <mmagallo@debian.org>.
|
||||
.PP
|
||||
Window Maker was written by Alfredo K. Kojima <kojima@windowmaker.info>.
|
||||
|
||||
Binary data compatibility and \-nolimit stuff by Luke Kendall
|
||||
Binary data compatibility and \-\-no\-limit stuff by Luke Kendall
|
||||
<luke@research.canon.com.au>.
|
||||
|
||||
Reference in New Issue
Block a user