Skip to content

Commit 52f3246

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

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
@@ -13476,7 +13476,7 @@
1347613476

1347713477
\pnum
1347813478
\indextext{path!normalization|(}%
13479-
\defnx{Normalization}{normalization!path|see{path, normalization}} of a generic format pathname means:
13479+
\defnx{Normalization}{normalization!path} of a generic format pathname means:
1348013480

1348113481
\begin{enumerate}
1348213482
\item If the path is empty, stop.

source/templates.tex

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

18301830
\rSec2[temp.constr.normal]{Constraint normalization}
1831-
\indextext{constraint!normalization|(}%
18321831

18331832
\pnum
18341833
The \defnx{normal form}{normal form!constraint} of an \grammarterm{expression} \tcode{E} is
@@ -1884,10 +1883,11 @@
18841883
\end{itemize}
18851884

18861885
\pnum
1886+
\indextext{normalization|see{constraint, normalization}}%
18871887
The process of obtaining the normal form of a
18881888
\grammarterm{constraint-expression}
18891889
is called
1890-
\defnx{normalization}{normalization!constraint|see{constraint, normalization}}.
1890+
\defnx{normalization}{constraint!normalization}.
18911891
\begin{note}
18921892
Normalization of \grammarterm{constraint-expression}{s}
18931893
is performed
@@ -1917,7 +1917,6 @@
19171917
The associated constraints of \#3 are
19181918
\tcode{requires (T x) \{ ++x; \}} (with mapping $\tcode{T} \mapsto \tcode{U}$).
19191919
\end{example}
1920-
\indextext{constraint!normalization|)}
19211920

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

0 commit comments

Comments
 (0)