diff options
author | kraxel <kraxel> | 2005-02-09 11:34:37 +0000 |
---|---|---|
committer | kraxel <kraxel> | 2005-02-09 11:34:37 +0000 |
commit | 73671a2f4f0e6e03a509ff5a97ab70d7b0db12b1 (patch) | |
tree | d0099f50705e45392d9666c0aaa64bd69fc18b32 /xmover.man | |
parent | 92a99fec1e7c0c05568a3abd647c9ae781acbd2f (diff) | |
download | scsi-changer-73671a2f4f0e6e03a509ff5a97ab70d7b0db12b1.tar.gz |
- add files to repository.
Diffstat (limited to 'xmover.man')
-rw-r--r-- | xmover.man | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/xmover.man b/xmover.man new file mode 100644 index 0000000..5d42490 --- /dev/null +++ b/xmover.man @@ -0,0 +1,53 @@ +.TH xmover 1 "(c) 2002 Gerd Knorr" +.SH NAME +xmover - X11 frontend for scsi media changers +.SH SYNOPSIS +.B xmover [ options ] +.SH DESCRIPTION +.B xmover +is a X11 utility which can control media changers using the scsi media +changer device driver. +.SH OPTIONS +.TP +.B -debug +enable debug output. +.TP +.B -device <dev> +Use <dev> instead of /dev/sch0. +.P +The usual toolkit options (-geometry and friends) are supported too. +.SH USING THE TOOL +Just start it. +.B xmover +will read the changer configuration at startup and present a window +with all changer elements when done. It displays the volume tags (if +present) and the element status (full/empty, ...). Every changer +element has a context menu with some functions, you can edit the +volume labels for example. +.P +Moving media from one element to another simply works with drag and +drop. +.B xmover +uses Motif, thus the middle mouse button will start drags. +.SH BUGS +There is no support for double-sided media. +.SH SEE ALSO +mover(1) +.SH AUTHOR +Gerd Knorr <kraxel@bytesex.org> +.SH COPYRIGHT +Copyright (C) 2002 Gerd Knorr <kraxel@bytesex.org> +.P +This program is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 2 of the License, or +(at your option) any later version. +.P +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. +.P +You should have received a copy of the GNU General Public License +along with this program; if not, write to the Free Software +Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. |