Skip to content

Commit feea960

Browse files
committed
Fix references to new Clause 1, Clause 2, and Clause 3 to include the word "Clause".
1 parent be54f2e commit feea960

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

source/intro.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@
325325
If a program contains no violations of the rules in this
326326
International Standard, a conforming implementation shall,
327327
within its resource limits, accept and correctly execute\footnote{``Correct execution'' can include undefined behavior, depending on
328-
the data being processed; see~\ref{intro.defs} and~\ref{intro.execution}.}
328+
the data being processed; see Clause~\ref{intro.defs} and~\ref{intro.execution}.}
329329
that program.
330330
\item
331331
\indextext{message!diagnostic}%

source/lib-intro.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1111,7 +1111,7 @@
11111111
Except as noted in Clauses~\ref{library} through~\ref{\lastlibchapter}
11121112
and Annex~\ref{depr}, the contents of each header \tcode{c\placeholder{name}} is
11131113
the same as that of the corresponding header \tcode{\placeholder{name}.h} as
1114-
specified in the C standard library~(\ref{intro.refs}).
1114+
specified in the C standard library (Clause~\ref{intro.refs}).
11151115
In the \Cpp standard library, however, the
11161116
declarations (except for names which are defined as macros in C) are within
11171117
namespace scope~(\ref{basic.scope.namespace}) of the namespace \tcode{std}.

source/templates.tex

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

26222622
\pnum
26232623
The signature of a function template
2624-
is defined in~\ref{intro.defs}.
2624+
is defined in Clause~\ref{intro.defs}.
26252625
The names of the template parameters are significant only for establishing
26262626
the relationship between the template parameters and the rest of the
26272627
signature.

0 commit comments

Comments
 (0)