Skip to content

Commit 1a43c27

Browse files
committed
Fix dubious \defnx that has see{} in it, and remove range index entry with the same key.
1 parent 8a25261 commit 1a43c27

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

source/iostreams.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13919,7 +13919,7 @@
1391913919

1392013920
\pnum
1392113921
\indextext{path!normalization|(}%
13922-
\defnx{Normalization}{normalization!path|see{path, normalization}} of a generic format pathname means:
13922+
\defnx{Normalization}{normalization!path} of a generic format pathname means:
1392313923

1392413924
\begin{enumerate}
1392513925
\item If the path is empty, stop.

source/templates.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2085,7 +2085,6 @@
20852085
\end{example}
20862086

20872087
\rSec2[temp.constr.normal]{Constraint normalization}
2088-
\indextext{constraint!normalization|(}%
20892088

20902089
\pnum
20912090
The \defnx{normal form}{normal form!constraint} of an \grammarterm{expression} \tcode{E} is
@@ -2204,10 +2203,11 @@
22042203
\end{itemize}
22052204

22062205
\pnum
2206+
\indextext{normalization|see{constraint, normalization}}%
22072207
The process of obtaining the normal form of a
22082208
\grammarterm{constraint-expression}
22092209
is called
2210-
\defnx{normalization}{normalization!constraint|see{constraint, normalization}}.
2210+
\defnx{normalization}{constraint!normalization}.
22112211
\begin{note}
22122212
Normalization of \grammarterm{constraint-expression}{s}
22132213
is performed

0 commit comments

Comments
 (0)