summaryrefslogtreecommitdiff
path: root/doc/sane-artec.man
diff options
context:
space:
mode:
Diffstat (limited to 'doc/sane-artec.man')
-rw-r--r--doc/sane-artec.man35
1 files changed, 18 insertions, 17 deletions
diff --git a/doc/sane-artec.man b/doc/sane-artec.man
index 9dd4f44..a738660 100644
--- a/doc/sane-artec.man
+++ b/doc/sane-artec.man
@@ -32,14 +32,7 @@ the following scanners are known to work at least partially with this backend:
Although this manual page is generally updated with each release,
up-to-date information on new releases and extraneous helpful hints
are available from the backend homepage:
-.br
-.br
-.RS
-.B http://www4.infi.net/~cpinkham/sane/
-.RE
-
-.SH DOCUMENTATION
-
+.IR http://www4.infi.net/~cpinkham/sane .
.SH CONFIGURATION
@@ -48,12 +41,11 @@ The contents of the
file are a list of device names that
correspond to Artec scanners. Empty lines and lines starting with a
hash mark (#) are ignored. See
-.I sane\-scsi(5)
+.BR sane\-scsi (5)
on details of what constitutes a valid device name.
Sample file:
.br
-.br
.nf
# artec.conf
#
@@ -107,6 +99,7 @@ The static library implementing this backend.
.I @LIBDIR@/libsane\-artec.so
The shared library implementing this backend (present on systems that
support dynamic loading).
+
.SH ENVIRONMENT
.TP
.B SANE_CONFIG_DIR
@@ -115,19 +108,26 @@ contain the configuration file. Under UNIX, 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 direc-
-tory (".") and then in @CONFIGDIR@. If the value of the
+tory (".") and then in
+.IR @CONFIGDIR@ .
+If the value of the
environment variable ends with the directory separator character, then
the default directories are searched after the explicitly specified
directories. For example, setting
.B SANE_CONFIG_DIR
-to "/tmp/config:" would result in directories "tmp/config", ".", and
-"@CONFIGDIR@" being searched (in this order).
+to "/tmp/config:" would result in directories
+.IR tmp/config ,
+.IR . ,
+and
+.I @CONFIGDIR@
+being searched (in this order).
.TP
.B SANE_DEBUG_ARTEC
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:
-SANE_DEBUG_ARTEC values
+.B SANE_DEBUG_ARTEC
+values:
.ft CR
.nf
@@ -170,9 +170,10 @@ the SCSI bus (and/or machine) by not having patience enough when scanning.
correction is not totally working on models other than the AT3.
.SH "SEE ALSO"
-
-sane(7), sane\-scsi(5)
+.BR sane (7) ,
+.BR sane\-scsi (5)
.SH AUTHOR
-Chris Pinkham (cpinkham@corp.infi.net)
+Chris Pinkham
+.I <cpinkham@corp.infi.net>