Package: w3m-img
Version: 0.5.3-11
Severity: minor
Tags: patch upstream
There is a small typo in the doc/README.img file, which is fixed with
the patch attached below. I think it is important to fix it because it
involves an example for the ~.w3m/keymap file and users will just
copy&paste the it.
This is an upstream problem and I am tagging this bug report accordingly.
However, I am unsure on how to report it upstream. Please, forward it.
Rafael
-- System Information:
Debian Release: jessie/sid
APT prefers stable
APT policy: (550, 'stable')
Architecture: i386 (i686)
Kernel: Linux 3.10-rc7-686-pae (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages w3m-img depends on:
ii libc6 2.17-92+b1
ii libfreetype6 2.4.9-1.1
ii libimlib2 1.4.5-3
ii libx11-6 2:1.6.1-1
ii libxext6 2:1.3.2-1
ii w3m 0.5.3-11
ii zlib1g 1:1.2.8.dfsg-1
w3m-img recommends no packages.
w3m-img suggests no packages.
-- no debconf information
>From 1c62595ec8121a5aa89cf24796f012b953c31bdf Mon Sep 17 00:00:00 2001
From: Rafael Laboissiere <raf...@laboissiere.net>
Date: Wed, 9 Oct 2013 13:43:31 -0300
Subject: [PATCH] Fix typo
---
doc/README.img | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/README.img b/doc/README.img
index 0c10114..f11362f 100644
--- a/doc/README.img
+++ b/doc/README.img
@@ -41,7 +41,7 @@ Key functions
Specify the following keymaps in ~/.w3m/keymap.
keymap X DISPLAY_IMAGE
keymap C-c STOP_IMAGE
- keyamp t SET_OPTION display_image=toggle
+ keymap t SET_OPTION display_image=toggle
Commandline options
--
1.8.4.rc3