diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2020-03-30 21:30:45 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2020-03-30 21:30:45 +0200 |
commit | ee770c2346eb37e0dcb8b6cf3eaacf3d8efd6bbc (patch) | |
tree | 58f05092be1a17a939e861f8cadcda1b6ca2ecef /doc/sane-avision.man | |
parent | 0da9e21872802cfc6e975b1ebaf9efb9e5934d84 (diff) | |
parent | fef76e17ed4c607ea73b81279f9ef1d7121be900 (diff) |
Merge branch 'release/experimental/1.0.29-1_experimental1'experimental/1.0.29-1_experimental1
Diffstat (limited to 'doc/sane-avision.man')
-rw-r--r-- | doc/sane-avision.man | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/sane-avision.man b/doc/sane-avision.man index 6a991b6..f0a5091 100644 --- a/doc/sane-avision.man +++ b/doc/sane-avision.man @@ -24,23 +24,23 @@ you try the first scans \- especially with film-scanners! .SH CONFIGURATION -The configuration file for this backend resides in +The configuration file for this backend resides in .IR @CONFIGDIR@/avision.conf . Its contents is a list of device names that correspond to Avision and Avision compatible scanners and backend-options. Empty lines and lines starting with -a hash mark (#) are ignored. A sample configuration file is shown below: +a hash mark (#) are ignored. A sample configuration file is shown below: .nf # this is a comment -\ +\ option force\-a4 option force\-a3 option skip\-adf option disable\-gamma\-table option disable\-calibration -\ - #scsi Vendor Model Type Bus Channel ID LUN +\ + #scsi Vendor Model Type Bus Channel ID LUN scsi AVISION scsi HP scsi /dev/scanner @@ -119,7 +119,7 @@ libusb corresponding to the USB scanner. For example "0x03f0 0x0701" or "libusb:002:003". See sane\-usb(5) for details. The program -.IR sane\-find\-scanner +.IR sane\-find\-scanner helps to find out the correct scsi or usb device name. A list with supported devices is built into the avision backend so @@ -161,7 +161,7 @@ environment variable controls the debug level for this backend. Higher debug levels increase the verbosity of the output. The debug level 7 is the author's preferred value to debug backend problems. -Example: +Example: export SANE_DEBUG_AVISION=7 .SH "SEE ALSO" |