diff options
| author | Jörg Frings-Fürst <debian@jff.email> | 2022-02-01 15:25:04 +0100 | 
|---|---|---|
| committer | Jörg Frings-Fürst <debian@jff.email> | 2022-02-01 15:25:04 +0100 | 
| commit | 8e5d399808d2270ae9d56c96560a021e594d18a4 (patch) | |
| tree | cb83e4c8216cf0e8bcaa17a6f2cb64cf4d7f469a /doc/sane-dc240.man | |
| parent | 97e55bdc5cdf59304af739e65f416320bcbcf599 (diff) | |
| parent | 302276dc1b90cfc972fb726ca94a23b18f4b0088 (diff) | |
Update upstream source from tag 'upstream/1.1.1'
Update to upstream version '1.1.1'
with Debian dir 4cb81ae9eaa2503b9c320ac1e8125f9df6e7f7b3
Diffstat (limited to 'doc/sane-dc240.man')
| -rw-r--r-- | doc/sane-dc240.man | 24 | 
1 files changed, 15 insertions, 9 deletions
| diff --git a/doc/sane-dc240.man b/doc/sane-dc240.man index 27547c1..6d0e9b1 100644 --- a/doc/sane-dc240.man +++ b/doc/sane-dc240.man @@ -30,13 +30,13 @@ The  line causes some information about the camera to be printed.  .PP  .B cmdrespause -specifies how many usec (1,000,000ths of a) between -writing the command and reading the result should be used. 125000 -seems to be the lowest I could go reliably. +specifies how many usec (1,000,000ths of a second) to wait between +writing the command and reading the result. 125000 seems to be the +lowest I could go reliably.  .PP  .B breakpause -is the time in 1,000,000ths of a usec between sending the -"back to default" break sending commands. +specifies how many usec (1,000,000ths of a second) between sending the +"back to default" break and sending commands.  .PP  Empty lines and lines starting with a hash mark (#) are  ignored.  A sample configuration file is shown below: @@ -73,7 +73,7 @@ support dynamic loading).  .TP  .B SANE_CONFIG_DIR  This environment variable specifies the list of directories that may -contain the configuration file.  Under UNIX, the directories are +contain the configuration file.  On *NIX systems, the directories are  separated by a colon (`:'), under OS/2, they are separated by a  semi-colon (`;').  If this variable is not set, the configuration file  is searched in two default directories: first, the current working @@ -104,10 +104,16 @@ levels reduce verbosity.  Peter S. Fales  .PP -This backend borrows heavily from the dc210 backend by Brian J. Murrell -which is based somewhat on the dc25 backend by Peter Fales. +This backend borrows heavily from the +.BR sane\-dc210 (5) +backend by Brian J. Murrell +which is based somewhat on the +.BR sane\-dc25 (5) +backend by Peter Fales.  .PP -The manpage was largely copied from the dc210 manpage. +The manpage was largely copied from the +.BR sane\-dc210 (5) +manpage.  .SH BUGS  The major limitation that I know of is that the backend assumes | 
