diff options
| author | Jörg Frings-Fürst <debian@jff.email> | 2023-02-12 17:35:53 +0100 | 
|---|---|---|
| committer | Jörg Frings-Fürst <debian@jff.email> | 2023-02-12 17:35:53 +0100 | 
| commit | 84357741a6a6e6430f199b2c3f7498e0e97da9ad (patch) | |
| tree | 23e8d66ede9506b94c76fb36910ca3c7dd15c74e /doc/sane-test.man | |
| parent | 302276dc1b90cfc972fb726ca94a23b18f4b0088 (diff) | |
New upstream version 1.2.1upstream/1.2.1
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. | 
