Package: info
Version: 4.8-4
Severity: minor
Info Help has an error in it. (Run info, hit '?'; the title is "Basic
Commands in Info
Windows".)
Under the 'Other Commands' section, it reads:
Other commands:
---------------
9 Pick first ... ninth item in node's menu.
It should read:
Other commands:
---------------
1 ... 9 Pick first ... ninth item in node's menu.
This is defined in info/infodoc.c in a series of static arrays:
* One of two templates depending on whether or not INFOKEY is #defined,
both called static char *info_internal_help_text[]. With INFOKEY
#defined, it contains
N_("\\%-10[menu-digit] Pick first ... ninth item in node's menu.\n"),
without it, it contains
N_(" %-10s Pick first ... ninth item in node's menu.\n"),
* Another array with the actual keys in it (static char
*info_help_keys_text[][2]), which contains
{ "1-9", "ESC 1-9" },
So far as I can tell, this should output "1-9" instead of just "9" in
the generated info page, but it does not.
I am running Ubuntu Dapper, but the package is pulled directly from
Debian with no modifications.
-- System Information:
Debian Release: testing/unstable
APT prefers dapper-updates
APT policy: (500, 'dapper-updates'), (500, 'dapper-security'), (500,
'dapper-backports'), (500, 'dapper')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-23-386
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Versions of packages info depends on:
ii libc6 2.3.6-0ubuntu20 GNU C Library: Shared libraries an
ii libncurses5 5.5-1ubuntu3 Shared libraries for terminal hand
info recommends no packages.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]