Skip to content

Commit 6dd8fc5

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

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
@@ -13465,7 +13465,7 @@
1346513465

1346613466
\pnum
1346713467
\indextext{path!normalization|(}%
13468-
\defnx{Normalization}{normalization!path|see{path, normalization}} of a generic format pathname means:
13468+
\defnx{Normalization}{normalization!path} of a generic format pathname means:
1346913469

1347013470
\begin{enumerate}
1347113471
\item If the path is empty, stop.

source/templates.tex

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

18231823
\rSec2[temp.constr.normal]{Constraint normalization}
1824-
\indextext{constraint!normalization|(}%
18251824

18261825
\pnum
18271826
The \defnx{normal form}{normal form!constraint} of an \grammarterm{expression} \tcode{E} is
@@ -1877,10 +1876,11 @@
18771876
\end{itemize}
18781877

18791878
\pnum
1879+
\indextext{normalization|see{constraint, normalization}}%
18801880
The process of obtaining the normal form of a
18811881
\grammarterm{constraint-expression}
18821882
is called
1883-
\defnx{normalization}{normalization!constraint|see{constraint, normalization}}.
1883+
\defnx{normalization}{constraint!normalization}.
18841884
\begin{note}
18851885
Normalization of \grammarterm{constraint-expression}{s}
18861886
is performed
@@ -1910,7 +1910,6 @@
19101910
The associated constraints of \#3 are
19111911
\tcode{requires (T x) \{ ++x; \}} (with mapping $\tcode{T} \mapsto \tcode{U}$).
19121912
\end{example}
1913-
\indextext{constraint!normalization|)}
19141913

19151914
\rSec2[temp.constr.order]{Partial ordering by constraints}
19161915
\indextext{subsume|see{constraint, subsumption}}

0 commit comments

Comments
 (0)