Skip to content

Commit c80fce4

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

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
@@ -13911,7 +13911,7 @@
1391113911

1391213912
\pnum
1391313913
\indextext{path!normalization|(}%
13914-
\defnx{Normalization}{normalization!path|see{path, normalization}} of a generic format pathname means:
13914+
\defnx{Normalization}{normalization!path} of a generic format pathname means:
1391513915

1391613916
\begin{enumerate}
1391713917
\item If the path is empty, stop.

source/templates.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2042,7 +2042,6 @@
20422042
\end{example}
20432043

20442044
\rSec2[temp.constr.normal]{Constraint normalization}
2045-
\indextext{constraint!normalization|(}%
20462045

20472046
\pnum
20482047
The \defnx{normal form}{normal form!constraint} of an \grammarterm{expression} \tcode{E} is
@@ -2161,10 +2160,11 @@
21612160
\end{itemize}
21622161

21632162
\pnum
2163+
\indextext{normalization|see{constraint, normalization}}%
21642164
The process of obtaining the normal form of a
21652165
\grammarterm{constraint-expression}
21662166
is called
2167-
\defnx{normalization}{normalization!constraint|see{constraint, normalization}}.
2167+
\defnx{normalization}{constraint!normalization}.
21682168
\begin{note}
21692169
Normalization of \grammarterm{constraint-expression}{s}
21702170
is performed

0 commit comments

Comments
 (0)