From a7963e261b59522cf57696b07058da760fb22e2e Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Sun, 13 Jun 2004 14:57:25 +0000 Subject: The Halibut manual contained at least one instance of two index terms (intentionally) differing only in case, which were being silently folded into one by the case-insensitive index tag comparison. Halibut now warns in this situation (but then folds them anyway, which I think is better than silently generating an index containing many case-distinct forms of the same word - I imagine it's very easy to do that by mistake). The manual has been fixed to explicitly define distinct keywords (in the case I spotted and in five other cases picked up by the new warning!), and also documents this issue and how to work with it. [originally from svn r4279] --- doc/index.but | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'doc/index.but') diff --git a/doc/index.but b/doc/index.but index f57f51b..53f9c9e 100644 --- a/doc/index.but +++ b/doc/index.but @@ -314,7 +314,7 @@ directive \IM{\\W} \c{\\W} command \IM{\\u} \c{\\u} command \IM{\\k} \c{\\k} command -\IM{\\K} \c{\\K} command +\IM{\\K-upper} \c{\\K} command \IM{\\#} \c{\\#} command \IM{\\b} \c{\\b} command \IM{\\n} \c{\\n} command @@ -323,23 +323,23 @@ directive \IM{\\lcont} \c{\\lcont} command \IM{\\rule} \c{\\rule} command \IM{\\quote} \c{\\quote} command -\IM{\\C} \c{\\C} command +\IM{\\C-upper} \c{\\C} command \IM{\\H} \c{\\H} command \IM{\\S} \c{\\S} command \IM{\\A} \c{\\A} command -\IM{\\U} \c{\\U} command +\IM{\\U-upper} \c{\\U} command \IM{\\S2} \c{\\S2}, \c{\\S3} commands etc. \IM{\\title} \c{\\title} command \IM{\\copyright} \c{\\copyright} command \IM{\\versionid} \c{\\versionid} command -\IM{\\B} \c{\\B} command +\IM{\\B-upper} \c{\\B} command \IM{\\BR} \c{\\BR} command \IM{\\nocite} \c{\\nocite} command \IM{\\i} \c{\\i} command \IM{\\i\\c} \c{\\i\\c} combination \IM{\\i\\cw} \c{\\i\\cw} combination \IM{\\i\\e} \c{\\i\\e} combination -\IM{\\I} \c{\\I} command +\IM{\\I-upper} \c{\\I} command \IM{\\ii} \c{\\ii} command \IM{\\IM} \c{\\IM} command \IM{\\cfg} \c{\\cfg} command @@ -425,3 +425,5 @@ directive \IM{INFO-DIR-ENTRY} \cw{INFO-DIR-ENTRY} \IM{INFO-DIR-ENTRY} \cw{START-INFO-DIR-ENTRY} \IM{INFO-DIR-ENTRY} \cw{END-INFO-DIR-ENTRY} + +\IM{%N-upper} \c{%N} -- cgit v1.1