Skip to content

Commit 7936e3e

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

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
@@ -1908,7 +1908,6 @@
19081908
\end{example}
19091909

19101910
\rSec2[temp.constr.normal]{Constraint normalization}
1911-
\indextext{constraint!normalization|(}%
19121911

19131912
\pnum
19141913
The \defnx{normal form}{normal form!constraint} of an \grammarterm{expression} \tcode{E} is
@@ -1998,10 +1997,11 @@
19981997
\end{itemize}
19991998

20001999
\pnum
2000+
\indextext{normalization|see{constraint, normalization}}%
20012001
The process of obtaining the normal form of a
20022002
\grammarterm{constraint-expression}
20032003
is called
2004-
\defnx{normalization}{normalization!constraint|see{constraint, normalization}}.
2004+
\defnx{normalization}{constraint!normalization}.
20052005
\begin{note}
20062006
Normalization of \grammarterm{constraint-expression}{s}
20072007
is performed
@@ -2031,7 +2031,6 @@
20312031
The associated constraints of \#3 are
20322032
\tcode{requires (T x) \{ ++x; \}} (with mapping $\tcode{T} \mapsto \tcode{U}$).
20332033
\end{example}
2034-
\indextext{constraint!normalization|)}
20352034

20362035
\rSec2[temp.constr.order]{Partial ordering by constraints}
20372036

0 commit comments

Comments
 (0)