diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2014-12-16 13:53:17 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2014-12-16 13:53:17 +0100 |
commit | 0d8774a65816adf9b3d18027a605878d8e4ec9f8 (patch) | |
tree | 6c637c9f12d6e351043cb2ad52d7a7688d155bbe /debian/patches/man_misleading.patch | |
parent | 66bc6024fa12fb3f7f3bddc8dee752b10f68eefb (diff) |
add debian/* after git-import-orig
Diffstat (limited to 'debian/patches/man_misleading.patch')
-rw-r--r-- | debian/patches/man_misleading.patch | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/debian/patches/man_misleading.patch b/debian/patches/man_misleading.patch new file mode 100644 index 0000000..ee79464 --- /dev/null +++ b/debian/patches/man_misleading.patch @@ -0,0 +1,23 @@ +Description: correct misleadings in man page +Author: Jörg Frings-Fürst <debian@jff-webhosting.net> +Forwarded: not-needed +Last-Update: 2014-10-23 +--- +This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ +Index: trunk/doc/xsane.man +=================================================================== +--- trunk.orig/doc/xsane.man ++++ trunk/doc/xsane.man +@@ -203,8 +203,10 @@ When the flag + or + .B -N + is given then xsane reads the next option as default image filename. The name should be +-of the format "name-###.ext". The selection box for filenames is disabled. This +-option normally should be used with the option ++of the format "name-001.ext". (or any other number instead of 001) that 001 part ++will be used as a filename counter if xsane is so configured. Beware that the ++number of digits must correspond to the configuration of xsane. The selection box ++for filenames is disabled. This option normally should be used with the option + .B --no-mode-selection + and + .B --save. |