diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 19:43:11 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 19:43:11 +0000 |
commit | fc22b3d6507c6745911b9dfcc68f1e665ae13dbc (patch) | |
tree | ce1e3bce06471410239a6f41282e328770aa404a /upstream/opensuse-tumbleweed/man5/sane-hpljm1005.5 | |
parent | Initial commit. (diff) | |
download | manpages-l10n-fc22b3d6507c6745911b9dfcc68f1e665ae13dbc.tar.xz manpages-l10n-fc22b3d6507c6745911b9dfcc68f1e665ae13dbc.zip |
Adding upstream version 4.22.0.upstream/4.22.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'upstream/opensuse-tumbleweed/man5/sane-hpljm1005.5')
-rw-r--r-- | upstream/opensuse-tumbleweed/man5/sane-hpljm1005.5 | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/upstream/opensuse-tumbleweed/man5/sane-hpljm1005.5 b/upstream/opensuse-tumbleweed/man5/sane-hpljm1005.5 new file mode 100644 index 00000000..97c77ade --- /dev/null +++ b/upstream/opensuse-tumbleweed/man5/sane-hpljm1005.5 @@ -0,0 +1,50 @@ +.TH sane\-hpljm1005 5 "13 Jul 2008" "" "SANE Scanner Access Now Easy" +.IX sane\-hpljm1005 +.SH NAME +sane\-hpljm1005 \- SANE backend for Hewlett-Packard LaserJet M1005 MFP Scanner +.SH DESCRIPTION +The +.B sane\-hpljm1005 +library implements a SANE (Scanner Access Now Easy) backend that provides +access to the following Hewlett-Packard scanner: +.PP +.RS +LaserJet M1005 +.RE +.PP +If you own a scanner other than the ones listed above that works with this +backend, please let us know this by sending the scanner's exact model name and +the USB vendor and device ids (e.g. from +.IR /proc/bus/usb/devices , +.BR sane\-find\-scanner (1) +or syslog) to us. Even if the scanner's name is only slightly different from +the models mentioned above, please let us know. +.SH CONFIGURATION +None required. +.SH FILES +.TP +.I /usr/lib64/sane/libsane\-hpljm1005.a +The static library implementing this backend. +.TP +.I /usr/lib64/sane/libsane\-hpljm1005.so +The shared library implementing this backend (present on systems that +support dynamic loading). + +.SH "ENVIRONMENT" +.TP +.B SANE_DEBUG_HPLJM1005 +If the library was compiled with debug support enabled, this environment +variable controls the debug level for this backend. Higher debug levels +increase the verbosity of the output. + +There is not currently a great deal of diagnostic output, it being mainly +confined to error conditions. + +.SH "SEE ALSO" +.BR sane (7), +.BR sane\-usb (5), +.BR sane\-find\-scanner (1) + +.SH AUTHOR +Philippe R\['e]tornaz +.RI < couriousous@mandriva.org > |