In single-level Index pages, "RCU Read-Side critical section" and "RCU read-side critical section" are listed separately.
This is because helper macros \indexhr and \indexhmr uses #1, which is the term to be printed in the main text. Instead, use "#3 #2" without any uppercasing. Signed-off-by: Akira Yokosawa <[email protected]> --- perfbook-lt.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/perfbook-lt.tex b/perfbook-lt.tex index e6e5e609..e977dfb8 100644 --- a/perfbook-lt.tex +++ b/perfbook-lt.tex @@ -220,8 +220,8 @@ }{ \newcommand{\indexh}[3]{\ucindex{#3 #2}} \newcommand{\indexhy}[3]{\ucindex{#3#2}} -\newcommand{\indexhr}[3]{\index{#1}} -\newcommand{\indexhmr}[3]{\index{#1}} +\newcommand{\indexhr}[3]{\index{#3 #2}} +\newcommand{\indexhmr}[3]{\index{#3 #2}} } \newcommand{\IX}[1]{\ucindex{#1}\hlindex{#1}} % put with first letter capitalized into general index -- 2.34.1
