Skip to content

Commit 1df9b20

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

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
@@ -13897,7 +13897,7 @@
1389713897

1389813898
\pnum
1389913899
\indextext{path!normalization|(}%
13900-
\defnx{Normalization}{normalization!path|see{path, normalization}} of a generic format pathname means:
13900+
\defnx{Normalization}{normalization!path} of a generic format pathname means:
1390113901

1390213902
\begin{enumerate}
1390313903
\item If the path is empty, stop.

source/templates.tex

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

18901890
\rSec2[temp.constr.normal]{Constraint normalization}
1891-
\indextext{constraint!normalization|(}%
18921891

18931892
\pnum
18941893
The \defnx{normal form}{normal form!constraint} of an \grammarterm{expression} \tcode{E} is
@@ -1978,10 +1977,11 @@
19781977
\end{itemize}
19791978

19801979
\pnum
1980+
\indextext{normalization|see{constraint, normalization}}%
19811981
The process of obtaining the normal form of a
19821982
\grammarterm{constraint-expression}
19831983
is called
1984-
\defnx{normalization}{normalization!constraint|see{constraint, normalization}}.
1984+
\defnx{normalization}{constraint!normalization}.
19851985
\begin{note}
19861986
Normalization of \grammarterm{constraint-expression}{s}
19871987
is performed
@@ -2011,7 +2011,6 @@
20112011
The associated constraints of \#3 are
20122012
\tcode{requires (T x) \{ ++x; \}} (with mapping $\tcode{T} \mapsto \tcode{U}$).
20132013
\end{example}
2014-
\indextext{constraint!normalization|)}
20152014

20162015
\rSec2[temp.constr.order]{Partial ordering by constraints}
20172016

0 commit comments

Comments
 (0)