blob: 8d20c2aa5d02bd08875c53d303bdb752b6ee5e5c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
|
Description: Fix non portable font
Author: Jörg Frings-Fürst <debian@jff.email>
Bug: https://gitlab.com/sane-project/backends/-/issues/738
Last-Update: 2024-03-03
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
Index: trunk/doc/sane-hp5590.man
===================================================================
--- trunk.orig/doc/sane-hp5590.man
+++ trunk/doc/sane-hp5590.man
@@ -45,7 +45,7 @@ or
Valid command line options and their syntax can be listed by using:
.IP
.nf
-\f[C]
+\f[I]
scanimage --help -d hp5590:interface:device
\f[R]
.fi
@@ -63,7 +63,7 @@ on the first scanner identified.
Use the command:
.IP
.nf
-\f[C]
+\f[I]
scanimage -L
\f[R]
.fi
@@ -255,7 +255,7 @@ to be included in
.I hp5590.conf
.IP
.nf
-\f[C]
+\f[I]
device hp5590 {
# Device matching
filter = \[dq]\[ha]hp5590.*\[dq]
@@ -285,7 +285,7 @@ device hp5590 {
\f[B]scan_action.script\f[R]
.IP
.nf
-\f[C]
+\f[I]
#!/bin/bash
echo device = $SCANBD_DEVICE
echo action = $SCANBD_ACTION
@@ -319,7 +319,7 @@ variable controls the debug level for th
Higher debug levels increase the verbosity of the output:
.IP
.nf
-\f[C]
+\f[I]
10 - generic processing
20 - verbose backend messages
40 - HP5590 high-level commands
|