Skip to content

Commit 35d8595

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

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

source/iostreams.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13919,7 +13919,7 @@
1391913919

1392013920
\pnum
1392113921
\indextext{path!normalization|(}%
13922-
\defnx{Normalization}{normalization!path|see{path, normalization}} of a generic format pathname means:
13922+
\defnx{Normalization}{normalization!path} of a generic format pathname means:
1392313923

1392413924
\begin{enumerate}
1392513925
\item If the path is empty, stop.

source/templates.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2151,7 +2151,6 @@
21512151
\end{example}
21522152

21532153
\rSec2[temp.constr.normal]{Constraint normalization}
2154-
\indextext{constraint!normalization|(}%
21552154

21562155
\pnum
21572156
The \defnx{normal form}{normal form!constraint} of an \grammarterm{expression} \tcode{E} is
@@ -2270,10 +2269,11 @@
22702269
\end{itemize}
22712270

22722271
\pnum
2272+
\indextext{normalization|see{constraint, normalization}}%
22732273
The process of obtaining the normal form of a
22742274
\grammarterm{constraint-expression}
22752275
is called
2276-
\defnx{normalization}{normalization!constraint|see{constraint, normalization}}.
2276+
\defnx{normalization}{constraint!normalization}.
22772277
\begin{note}
22782278
Normalization of \grammarterm{constraint-expression}{s}
22792279
is performed

0 commit comments

Comments
 (0)