From 1687222e1b9e74c89cafbb5910e72d8ec7bfd40f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Wed, 31 Jul 2019 16:59:49 +0200 Subject: New upstream version 1.0.28 --- doc/sane-ricoh2.man | 57 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 doc/sane-ricoh2.man (limited to 'doc/sane-ricoh2.man') diff --git a/doc/sane-ricoh2.man b/doc/sane-ricoh2.man new file mode 100644 index 0000000..86db7c6 --- /dev/null +++ b/doc/sane-ricoh2.man @@ -0,0 +1,57 @@ +.TH sane\-ricoh2 5 "28 Sep 2018" "@PACKAGEVERSION@" "SANE Scanner Access Now Easy" +.IX sane\-ricoh2 +.SH NAME +sane\-ricoh2 \- SANE backend for Ricoh flatbed scanners +.SH DESCRIPTION +The +.B sane\-ricoh2 +library implements a SANE (Scanner Access Now Easy) backend that +provides access to the following Ricoh flatbed scanners: +.PP +.RS +SG-3100SNw +.br +SP-100SU +.br +SP-111SU +.RE +.PP +.SH FILES +.TP +.I @LIBDIR@/libsane\-ricoh2.a +The static library implementing this backend. +.TP +.I @LIBDIR@/libsane\-ricoh2.so +The shared library implementing this backend (present on systems that +support dynamic loading). + +.SH OPTIONS +The options the backend supports can either be selected through command line +options to programs like scanimage or through GUI elements in programs like +xscanimage or xsane. +.PP +The following options are supported by ricoh2: + +.B \-\-mode color|gray + +.RS +Color or grayscale mode. +.RE + +.B \-\-resolution 300|600 + +.RS +DPI resolution. + +.RE +.SH ENVIRONMENT +.TP +.B SANE_DEBUG_RICOH2 +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. + +.SH "SEE ALSO" +sane(7), sane\-usb(5) +.SH AUTHOR +Stanislav Yuzvinsky -- cgit v1.2.3 From ffa8801644a7d53cc1c785e3450f794c07a14eb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 2 Feb 2020 17:13:01 +0100 Subject: New upstream version 1.0.29 --- doc/sane-ricoh2.man | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'doc/sane-ricoh2.man') diff --git a/doc/sane-ricoh2.man b/doc/sane-ricoh2.man index 86db7c6..ff74974 100644 --- a/doc/sane-ricoh2.man +++ b/doc/sane-ricoh2.man @@ -1,4 +1,4 @@ -.TH sane\-ricoh2 5 "28 Sep 2018" "@PACKAGEVERSION@" "SANE Scanner Access Now Easy" +.TH sane\-ricoh2 5 "04 Sep 2019" "@PACKAGEVERSION@" "SANE Scanner Access Now Easy" .IX sane\-ricoh2 .SH NAME sane\-ricoh2 \- SANE backend for Ricoh flatbed scanners @@ -9,11 +9,13 @@ library implements a SANE (Scanner Access Now Easy) backend that provides access to the following Ricoh flatbed scanners: .PP .RS +SG-3110SFNw +.br SG-3100SNw .br SP-100SU .br -SP-111SU +SP-111SU (SP-112SU) .RE .PP .SH FILES -- cgit v1.2.3