summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/l3kernel/l3fp-traps.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/l3kernel/l3fp-traps.dtx')
-rw-r--r--Master/texmf-dist/source/latex/l3kernel/l3fp-traps.dtx22
1 files changed, 11 insertions, 11 deletions
diff --git a/Master/texmf-dist/source/latex/l3kernel/l3fp-traps.dtx b/Master/texmf-dist/source/latex/l3kernel/l3fp-traps.dtx
index 2a9fe63993d..61aab83a401 100644
--- a/Master/texmf-dist/source/latex/l3kernel/l3fp-traps.dtx
+++ b/Master/texmf-dist/source/latex/l3kernel/l3fp-traps.dtx
@@ -7,7 +7,7 @@
% license or (at your option) any later version. The latest version
% of this license is in the file
%
-% http://www.latex-project.org/lppl.txt
+% https://www.latex-project.org/lppl.txt
%
% This file is part of the "l3kernel bundle" (The Work in LPPL)
% and all files in that bundle must be distributed together.
@@ -21,7 +21,7 @@
% for those people who are interested.
%
%<*driver>
-\documentclass[full]{l3doc}
+\documentclass[full,kernel]{l3doc}
\begin{document}
\DocInput{\jobname.dtx}
\end{document}
@@ -38,7 +38,7 @@
% {latex-team@latex-project.org}^^A
% }^^A
% }
-% \date{Released 2017/11/14}
+% \date{Released 2017/12/05}
% \maketitle
%
% \begin{documentation}
@@ -137,7 +137,7 @@
% \end{macrocode}
% \end{macro}
%
-% \begin{macro}[aux]
+% \begin{macro}
% {
% \@@_trap_invalid_operation_set_error: ,
% \@@_trap_invalid_operation_set_flag: ,
@@ -187,7 +187,7 @@
% \end{macrocode}
% \end{macro}
%
-% \begin{macro}[aux]
+% \begin{macro}
% {
% \@@_trap_division_by_zero_set_error: ,
% \@@_trap_division_by_zero_set_flag: ,
@@ -229,21 +229,21 @@
% \end{macrocode}
% \end{macro}
%
-% \begin{macro}[aux]
+% \begin{macro}
% {
% \@@_trap_overflow_set_error: ,
% \@@_trap_overflow_set_flag: ,
% \@@_trap_overflow_set_none: ,
% \@@_trap_overflow_set:N ,
% }
-% \begin{macro}[aux]
+% \begin{macro}
% {
% \@@_trap_underflow_set_error: ,
% \@@_trap_underflow_set_flag: ,
% \@@_trap_underflow_set_none: ,
% \@@_trap_underflow_set:N ,
% }
-% \begin{macro}[aux]{\@@_trap_overflow_set:NnNn}
+% \begin{macro}{\@@_trap_overflow_set:NnNn}
% Just as for invalid operations and division by zero, the three
% different behaviours are obtained by feeding \cs{prg_do_nothing:},
% \cs{use_none:nnnnn} or \cs{use_none:nnnnnnn} to an auxiliary, with a
@@ -294,7 +294,7 @@
% \end{macro}
% \end{macro}
%
-% \begin{macro}[int, EXP]
+% \begin{macro}[EXP]
% {
% \@@_invalid_operation:nnw, \@@_invalid_operation_o:Nww,
% \@@_invalid_operation_tl_o:ff,
@@ -320,7 +320,7 @@
% \end{macrocode}
% \end{macro}
%
-% \begin{macro}[int, EXP]
+% \begin{macro}[EXP]
% {\@@_invalid_operation_o:nw, \@@_invalid_operation_o:fw}
% Convenient short-hands for returning \cs{c_nan_fp} for a unary or
% binary operation, and expanding after.
@@ -333,7 +333,7 @@
%
% \subsection{Errors}
%
-% \begin{macro}[int, EXP]{\@@_error:nnnn, \@@_error:nnfn, \@@_error:nffn}
+% \begin{macro}[EXP]{\@@_error:nnnn, \@@_error:nnfn, \@@_error:nffn}
% \begin{macrocode}
\cs_new:Npn \@@_error:nnnn
{ \__msg_kernel_expandable_error:nnnnn { kernel } }