diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2020-03-30 21:30:45 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2020-03-30 21:30:45 +0200 |
commit | ee770c2346eb37e0dcb8b6cf3eaacf3d8efd6bbc (patch) | |
tree | 58f05092be1a17a939e861f8cadcda1b6ca2ecef /doc/sane-dll.man | |
parent | 0da9e21872802cfc6e975b1ebaf9efb9e5934d84 (diff) | |
parent | fef76e17ed4c607ea73b81279f9ef1d7121be900 (diff) |
Merge branch 'release/experimental/1.0.29-1_experimental1'experimental/1.0.29-1_experimental1
Diffstat (limited to 'doc/sane-dll.man')
-rw-r--r-- | doc/sane-dll.man | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/sane-dll.man b/doc/sane-dll.man index 54f9686..e93f897 100644 --- a/doc/sane-dll.man +++ b/doc/sane-dll.man @@ -55,11 +55,11 @@ mustek .PP It is also possible to add a file in .I @CONFIGDIR@/dll.d -that contains the list of backends to be added. Backends mentioned in a -file included in this directory will be added before any backends listed -in +that contains the list of backends to be added. Backends mentioned in a +file included in this directory will be added before any backends listed +in .I dll.conf. -Files in +Files in .I @CONFIGDIR@/dll.d can be freely named. They shall follow the format conventions as apply for .I dll.conf. @@ -76,7 +76,7 @@ in file backend/Makefile.in of the SANE source code distribution. After changing the value of this macro, it is necessary to reconfigure, rebuild, and reinstall SANE for the change to take effect. -Aliases are defined in the config file +Aliases are defined in the config file .IR dll.aliases . It can contain entries of the form .PP @@ -152,7 +152,7 @@ to "/tmp/config:" would result in directories "tmp/config", ".", and If the library was compiled with debug support enabled, this environment variable controls the debug level for this backend. E.g., a value of 128 requests all debug output to be printed. Smaller -levels reduce verbosity. +levels reduce verbosity. .ft CR .nf @@ -165,7 +165,7 @@ Value Description .fi .ft R -Example: +Example: export SANE_DEBUG_DLL=3 |