diff options
| author | Simon Tatham <anakin@pobox.com> | 2004-06-13 14:57:25 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2004-06-13 14:57:25 +0000 |
| commit | a7963e261b59522cf57696b07058da760fb22e2e (patch) | |
| tree | 7c53fc0df36973aa9142e0370774cbf3121fb5ff /doc/index.but | |
| parent | 0c4ba28a316e3c9c48bf52db3d2081634a8e61f7 (diff) | |
| download | halibut-a7963e261b59522cf57696b07058da760fb22e2e.zip halibut-a7963e261b59522cf57696b07058da760fb22e2e.tar.gz halibut-a7963e261b59522cf57696b07058da760fb22e2e.tar.bz2 halibut-a7963e261b59522cf57696b07058da760fb22e2e.tar.xz | |
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]
Diffstat (limited to 'doc/index.but')
| -rw-r--r-- | doc/index.but | 12 |
1 files changed, 7 insertions, 5 deletions
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} |