diff --git a/source/algorithms.tex b/source/algorithms.tex index 3dd28ee9e8..ffdc29d4a2 100644 --- a/source/algorithms.tex +++ b/source/algorithms.tex @@ -10103,7 +10103,7 @@ \end{note} \pnum -Some algorithms specified in this clause make use of the exposition-only function +Some algorithms specified in this Clause make use of the exposition-only function \tcode{\placeholdernc{voidify}}: \begin{codeblock} template diff --git a/source/containers.tex b/source/containers.tex index 4e76a64161..20582c067e 100644 --- a/source/containers.tex +++ b/source/containers.tex @@ -309,7 +309,7 @@ \tcode{const_iterator} type referring to the same element with no change in semantics. \pnum -Unless otherwise specified, all containers defined in this clause obtain memory +Unless otherwise specified, all containers defined in this Clause obtain memory using an allocator (see~\ref{allocator.requirements}). \begin{note} In particular, containers and iterators do not store references diff --git a/source/iostreams.tex b/source/iostreams.tex index 7d2ac72a52..288d4d33de 100644 --- a/source/iostreams.tex +++ b/source/iostreams.tex @@ -39,7 +39,7 @@ \pnum \begin{note} \fref{iostreams.streampos} illustrates relationships among various types -described in this clause. A line from \textbf{A} to \textbf{B} indicates that \textbf{A} +described in this Clause. A line from \textbf{A} to \textbf{B} indicates that \textbf{A} is an alias (e.g., a typedef) for \textbf{B} or that \textbf{A} is defined in terms of \textbf{B}. diff --git a/source/iterators.tex b/source/iterators.tex index b260b98c72..7ea21d6e4b 100644 --- a/source/iterators.tex +++ b/source/iterators.tex @@ -4902,7 +4902,7 @@ \begin{itemdescr} \pnum -The expression in the requires clause is equivalent to: +The expression in the \grammarterm{requires-clause} is equivalent to: \begin{codeblock} @\libconcept{indirectly_readable}@ && (requires(const I& i) { i.operator->(); } || diff --git a/source/locales.tex b/source/locales.tex index ef9fdbb4e8..8410d00b4c 100644 --- a/source/locales.tex +++ b/source/locales.tex @@ -1039,7 +1039,7 @@ in case of a parse error. \pnum -Within this clause it is unspecified whether one virtual function calls another +Within this Clause it is unspecified whether one virtual function calls another virtual function. \rSec2[category.ctype]{The \tcode{ctype} category} diff --git a/source/numerics.tex b/source/numerics.tex index 105edc6b03..7200e47309 100644 --- a/source/numerics.tex +++ b/source/numerics.tex @@ -9873,7 +9873,7 @@ for which: \begin{itemize} \item - the function description's \returns clause + the function description's \returns element explicitly specifies a domain and those argument values fall outside the specified domain, diff --git a/source/threads.tex b/source/threads.tex index 4315b558ae..2388588f00 100644 --- a/source/threads.tex +++ b/source/threads.tex @@ -48,7 +48,7 @@ in~\ref{res.on.exception.handling}. \begin{example} -Consider a function in this clause that is specified to throw exceptions of type +Consider a function in this Clause that is specified to throw exceptions of type \tcode{system_error} and specifies error conditions that include \tcode{operation_not_permitted} for a thread that does not have the privilege to perform the operation. Assume that, during the execution of this function, an \tcode{errno} @@ -308,7 +308,7 @@ \rSec2[thread.stoptoken.intro]{Introduction} \pnum -This clause describes components that can be used +Subclause \ref{thread.stoptoken} describes components that can be used to asynchonously request that an operation stops execution in a timely manner, typically because the result is no longer required. Such a request is called a \defn{stop request}. @@ -5954,7 +5954,7 @@ \defnx{shared state}{future!shared state} consists of some state information and some (possibly not yet evaluated) \term{result}, which can be a (possibly void) value or an exception. \begin{note} -Futures, promises, and tasks defined in this clause reference such shared state. +Futures, promises, and tasks defined in this Clause reference such shared state. \end{note} \pnum diff --git a/source/time.tex b/source/time.tex index c0ec4fe2cc..232443f007 100644 --- a/source/time.tex +++ b/source/time.tex @@ -8754,7 +8754,7 @@ \pnum \throws If a \tcode{const time_zone*} cannot be found -as described in the \returns clause, +as described in the \returns element, throws a \tcode{runtime_error}. \begin{note} On non-exceptional return, the return value is always a pointer to a valid \tcode{time_zone}.