diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2023-02-12 17:36:10 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2023-02-12 17:36:10 +0100 |
commit | e0d94cf4d39395df1e2c6bb4d967200298c13881 (patch) | |
tree | be5c7cace6697afc753c152d13ad5145d0884a42 /doc/sane-test.man | |
parent | 527bedac30eb120915718eb7997e6dacd583512e (diff) | |
parent | 84357741a6a6e6430f199b2c3f7498e0e97da9ad (diff) |
Update upstream source from tag 'upstream/1.2.1'
Update to upstream version '1.2.1'
with Debian dir a9bb43f754a5c9a361b076af3635cc767b7e652e
Diffstat (limited to 'doc/sane-test.man')
-rw-r--r-- | doc/sane-test.man | 20 |
1 files changed, 13 insertions, 7 deletions
diff --git a/doc/sane-test.man b/doc/sane-test.man index 194fd8b..c456ed5 100644 --- a/doc/sane-test.man +++ b/doc/sane-test.man @@ -208,35 +208,41 @@ backend. .PP .SH INT TEST OPTIONS -There are 6 int test options in total. +There are 7 int test options in total. .PP Option .B int -(1/6) is an int test option with no unit and no constraint set. +(1/7) is an int test option with no unit and no constraint set. .PP Option .B int\-constraint\-range -(2/6) is an int test option with unit pixel and constraint range set. Minimum +(2/7) is an int test option with unit pixel and constraint range set. Minimum is 4, maximum 192, and quant is 2. .PP Option .B int\-constraint\-word\-list -(3/6) is an int test option with unit bits and constraint word list set. +(3/7) is an int test option with unit bits and constraint word list set. .PP Option .B int\-constraint\-array -(4/6) is an int test option with unit mm and using an array without +(4/7) is an int test option with unit mm and using an array without constraints. .PP Option .B int\-constraint\-array\-constraint\-range -(5/6) is an int test option with unit mm and using an array with a range +(5/7) is an int test option with unit mm and using an array with a range constraint. Minimum is 4, maximum 192, and quant is 2. .PP Option .B int\-constraint\-array\-constraint\-word\-list -(6/6) is an int test option with unit percent and using an array a word list +(6/7) is an int test option with unit percent and using an array a word list constraint. +.PP +Option +.B int\-inexact +(7/7) is an int test option that increments the requested value and returns +flag SANE_INFO_INEXACT. + .SH FIXED TEST OPTIONS There are 3 fixed test options in total. |