Skip to content

Commit 9fb50a7

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

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
@@ -13912,7 +13912,7 @@
1391213912

1391313913
\pnum
1391413914
\indextext{path!normalization|(}%
13915-
\defnx{Normalization}{normalization!path|see{path, normalization}} of a generic format pathname means:
13915+
\defnx{Normalization}{normalization!path} of a generic format pathname means:
1391613916

1391713917
\begin{enumerate}
1391813918
\item If the path is empty, stop.

source/templates.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2086,7 +2086,6 @@
20862086
\end{example}
20872087

20882088
\rSec2[temp.constr.normal]{Constraint normalization}
2089-
\indextext{constraint!normalization|(}%
20902089

20912090
\pnum
20922091
The \defnx{normal form}{normal form!constraint} of an \grammarterm{expression} \tcode{E} is
@@ -2205,10 +2204,11 @@
22052204
\end{itemize}
22062205

22072206
\pnum
2207+
\indextext{normalization|see{constraint, normalization}}%
22082208
The process of obtaining the normal form of a
22092209
\grammarterm{constraint-expression}
22102210
is called
2211-
\defnx{normalization}{normalization!constraint|see{constraint, normalization}}.
2211+
\defnx{normalization}{constraint!normalization}.
22122212
\begin{note}
22132213
Normalization of \grammarterm{constraint-expression}{s}
22142214
is performed

0 commit comments

Comments
 (0)