diff options
| author | Ben Harris <bjh21@bjh21.me.uk> | 2007-04-08 00:44:13 +0000 |
|---|---|---|
| committer | Ben Harris <bjh21@bjh21.me.uk> | 2007-04-08 00:44:13 +0000 |
| commit | 71316e1f505d9ebe3b59ae9dc7b4e9cca007afba (patch) | |
| tree | 2636b0aed434eb266e316b8f0eb75fdd567c4771 | |
| parent | ac6717da27f479e197ba4bec763bc1fa571f909e (diff) | |
| download | halibut-71316e1f505d9ebe3b59ae9dc7b4e9cca007afba.zip halibut-71316e1f505d9ebe3b59ae9dc7b4e9cca007afba.tar.gz halibut-71316e1f505d9ebe3b59ae9dc7b4e9cca007afba.tar.bz2 halibut-71316e1f505d9ebe3b59ae9dc7b4e9cca007afba.tar.xz | |
Another observation about indices.
[originally from svn r7451]
| -rw-r--r-- | bk_info.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -35,6 +35,8 @@ * * toner cartridge, replacing: Toner. * It does a horrid job on multiply-referenced entries, though, * perhaps because the name before the colon is meant to be unique. + * Info's 'i' command requires the use of a menu -- it fails to + * find any index entries at all with Halibut's current index format. * * - The string "*note" is matched case-insensitively, so we could * make things slightly less ugly by using the lower-case version |