Skip to content

Commit 52905a7

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

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

source/iostreams.tex

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

1390313903
\pnum
1390413904
\indextext{path!normalization|(}%
13905-
\defnx{Normalization}{normalization!path|see{path, normalization}} of a generic format pathname means:
13905+
\defnx{Normalization}{normalization!path} of a generic format pathname means:
1390613906

1390713907
\begin{enumerate}
1390813908
\item If the path is empty, stop.

source/templates.tex

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1917,7 +1917,6 @@
19171917
\end{example}
19181918

19191919
\rSec2[temp.constr.normal]{Constraint normalization}
1920-
\indextext{constraint!normalization|(}%
19211920

19221921
\pnum
19231922
The \defnx{normal form}{normal form!constraint} of an \grammarterm{expression} \tcode{E} is
@@ -2007,10 +2006,11 @@
20072006
\end{itemize}
20082007

20092008
\pnum
2009+
\indextext{normalization|see{constraint, normalization}}%
20102010
The process of obtaining the normal form of a
20112011
\grammarterm{constraint-expression}
20122012
is called
2013-
\defnx{normalization}{normalization!constraint|see{constraint, normalization}}.
2013+
\defnx{normalization}{constraint!normalization}.
20142014
\begin{note}
20152015
Normalization of \grammarterm{constraint-expression}{s}
20162016
is performed
@@ -2040,7 +2040,6 @@
20402040
The associated constraints of \#3 are
20412041
\tcode{requires (T x) \{ ++x; \}} (with mapping $\tcode{T} \mapsto \tcode{U}$).
20422042
\end{example}
2043-
\indextext{constraint!normalization|)}
20442043

20452044
\rSec2[temp.constr.order]{Partial ordering by constraints}
20462045

0 commit comments

Comments
 (0)