Skip to content

Commit 01c0772

Browse files
committed
Merge pull request #483 from Eelis/trivial
Fix several index entries.
2 parents 2ce9cd1 + f76be11 commit 01c0772

File tree

8 files changed

+11
-12
lines changed

8 files changed

+11
-12
lines changed

source/declarators.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -724,10 +724,10 @@
724724
is ``lvalue reference to \tcode{int}'',
725725
not ``lvalue reference to \tcode{const int}''.
726726
\exitexample
727-
\indextext{\idxcode{void\&}}%
728727
\enternote
729728
A reference can be thought of as a name of an object.
730729
\exitnote
730+
\indextext{\idxcode{void\&}}%
731731
A declarator that specifies the type
732732
``reference to \textit{cv} \tcode{void}''
733733
is ill-formed.

source/exceptions.tex

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,6 @@
346346

347347
\rSec1[except.ctor]{Constructors and destructors}%
348348
\indextext{exception handling!constructors and destructors}%
349-
\indextext{stack unwinding!see exception handling, constructors and destructors}%
350349
\indextext{constructor!exception~handling|see{exception handling, constructors and destructors}}%
351350
\indextext{destructor!exception~handling|see{exception handling, constructors and destructors}}
352351

source/grammar.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
\begin{paras}
44

55
\pnum
6-
\index{grammar}%
7-
\index{summary, syntax}%
6+
\indextext{grammar}%
7+
\indextext{summary!syntax}%
88
This summary of \Cpp\ syntax is intended to be an aid to comprehension.
99
It is not an exact statement of the language.
1010
In particular, the grammar described here accepts
@@ -17,7 +17,7 @@
1717
\rSec1[gram.key]{Keywords}
1818

1919
\pnum
20-
\index{keyword}%
20+
\indextext{keyword}%
2121
New context-dependent keywords are introduced into a program by
2222
\tcode{typedef}~(\ref{dcl.typedef}),
2323
\tcode{namespace}~(\ref{namespace.def}),

source/intro.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
\rSec0[intro]{General}
33

44
\indextext{diagnostic message|see{message, diagnostic}}%
5-
\indexdefn{conditionally-supported behavior!see{behavior, conditionally-supported}}%
5+
\indexdefn{conditionally-supported behavior|see{behavior, conditionally-supported}}%
66
\indextext{dynamic type|see{type, dynamic}}%
77
\indextext{static type|see{type, static}}%
88
\indextext{ill-formed program|see{program, ill-formed}}%

source/lex.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@
486486

487487
\rSec1[lex.ppnumber]{Preprocessing numbers}
488488

489-
\index{number!preprocessing|(}%
489+
\indextext{number!preprocessing|(}%
490490
\begin{bnf}
491491
\nontermdef{pp-number}\br
492492
digit\br
@@ -509,7 +509,7 @@
509509
A preprocessing number does not have a type or a value; it acquires both
510510
after a successful conversion to an integer literal token or a floating literal
511511
token.%
512-
\index{number!preprocessing|)}
512+
\indextext{number!preprocessing|)}
513513

514514
\rSec1[lex.name]{Identifiers}
515515

source/lib-intro.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
place a thread in the blocked state
132132

133133
\definition{blocked thread}{defns.blocked}
134-
\indexdefn{thread, blocked}%
134+
\indexdefn{thread!blocked}%
135135
a thread that is waiting for some condition (other than the availability of a processor) to be
136136
satisfied before it can continue execution\footnote{This definition is taken from POSIX.}
137137

source/overloading.tex

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

26242624
\rSec1[over.over]{Address of overloaded function}%
26252625
\indextext{overloading!address of overloaded function}%
2626-
\indextext{overloadedfunction!address~of}
2626+
\indextext{overloaded~function!address~of}
26272627

26282628
\pnum
26292629
A use of an overloaded function name without arguments is resolved

source/utilities.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12468,7 +12468,7 @@
1246812468
\tcode{time_point}.
1246912469
It is implementation defined whether values are rounded or truncated to the
1247012470
required precision.\indeximpldef{whether values are rounded or truncated to the
12471-
required precision when converting between \tcode{time_t} values and \tcode{time_point} objects.}
12471+
required precision when converting between \tcode{time_t} values and \tcode{time_point} objects}
1247212472
\end{itemdescr}
1247312473

1247412474
\indexlibrary{\idxcode{from_time_t}}%
@@ -12483,7 +12483,7 @@
1248312483
\tcode{time_point}.
1248412484
It is implementation defined whether values are rounded or truncated to the
1248512485
required precision.\indeximpldef{whether values are rounded or truncated to the
12486-
required precision when converting between \tcode{time_t} values and \tcode{time_point} objects.}
12486+
required precision when converting between \tcode{time_t} values and \tcode{time_point} objects}
1248712487
\end{itemdescr}
1248812488

1248912489
\rSec3[time.clock.steady]{Class \tcode{steady_clock}}

0 commit comments

Comments
 (0)