From aa13ae9ec9fcc0e9ea66e2287d6889d6c8a2e379 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Bouteiller?= Date: Thu, 10 Aug 2023 11:02:34 -0400 Subject: [PATCH] Add a description of what is an errata MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Aurélien Bouteiller --- Chap_Terms.tex | 1 + 1 file changed, 1 insertion(+) diff --git a/Chap_Terms.tex b/Chap_Terms.tex index 9ae6f5e1..a9b24876 100644 --- a/Chap_Terms.tex +++ b/Chap_Terms.tex @@ -128,6 +128,7 @@ \section{Semantics} \begin{itemize} \item \emph{shall}, \emph{must} and \emph{will} indicate that the specified behavior is \emph{required} of all conforming implementations \item \emph{should} and \emph{may} indicate behaviors that a complete implementation would include, but are not required of all conforming implementations +\item \emph{errata} indicate a clarification or minor correction to the standard (that is, backward compatible, or representing the state of the practice in implementations); such changes to an API or attribute apply retroactively to all prior versions of the standard where said API or attribute exists \end{itemize} %%%%%%%%%%%