Skip to content

Commit a3db04b

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

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
@@ -13787,7 +13787,7 @@
1378713787

1378813788
\pnum
1378913789
\indextext{path!normalization|(}%
13790-
\defnx{Normalization}{normalization!path|see{path, normalization}} of a generic format pathname means:
13790+
\defnx{Normalization}{normalization!path} of a generic format pathname means:
1379113791

1379213792
\begin{enumerate}
1379313793
\item If the path is empty, stop.

source/templates.tex

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

18501850
\rSec2[temp.constr.normal]{Constraint normalization}
1851-
\indextext{constraint!normalization|(}%
18521851

18531852
\pnum
18541853
The \defnx{normal form}{normal form!constraint} of an \grammarterm{expression} \tcode{E} is
@@ -1904,10 +1903,11 @@
19041903
\end{itemize}
19051904

19061905
\pnum
1906+
\indextext{normalization|see{constraint, normalization}}%
19071907
The process of obtaining the normal form of a
19081908
\grammarterm{constraint-expression}
19091909
is called
1910-
\defnx{normalization}{normalization!constraint|see{constraint, normalization}}.
1910+
\defnx{normalization}{constraint!normalization}.
19111911
\begin{note}
19121912
Normalization of \grammarterm{constraint-expression}{s}
19131913
is performed
@@ -1937,7 +1937,6 @@
19371937
The associated constraints of \#3 are
19381938
\tcode{requires (T x) \{ ++x; \}} (with mapping $\tcode{T} \mapsto \tcode{U}$).
19391939
\end{example}
1940-
\indextext{constraint!normalization|)}
19411940

19421941
\rSec2[temp.constr.order]{Partial ordering by constraints}
19431942

0 commit comments

Comments
 (0)