summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/l3kernel/l3fp-traps.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/l3kernel/l3fp-traps.dtx')
-rw-r--r--macros/latex/contrib/l3kernel/l3fp-traps.dtx14
1 files changed, 7 insertions, 7 deletions
diff --git a/macros/latex/contrib/l3kernel/l3fp-traps.dtx b/macros/latex/contrib/l3kernel/l3fp-traps.dtx
index e2ce4ea35a..983fb91171 100644
--- a/macros/latex/contrib/l3kernel/l3fp-traps.dtx
+++ b/macros/latex/contrib/l3kernel/l3fp-traps.dtx
@@ -2,7 +2,7 @@
%
%% File: l3fp-traps.dtx
%
-% Copyright (C) 2011-2023 The LaTeX Project
+% Copyright (C) 2011-2024 The LaTeX Project
%
% It may be distributed and/or modified under the conditions of the
% LaTeX Project Public License (LPPL), either version 1.3c of this
@@ -31,7 +31,7 @@
% \fi
%
% \title{^^A
-% The \pkg{l3fp-traps} package\\
+% The \pkg{l3fp-traps} module\\
% Trapping floating-point exceptions^^A
% }
% \author{^^A
@@ -42,7 +42,7 @@
% {latex-team@latex-project.org}^^A
% }^^A
% }
-% \date{Released 2023-12-11}
+% \date{Released 2024-01-04}
% \maketitle
%
% \begin{documentation}
@@ -74,10 +74,10 @@
%
% \begin{variable}[module = fp]
% {
-% flag fp_invalid_operation,
-% flag fp_division_by_zero,
-% flag fp_overflow,
-% flag fp_underflow
+% fp_invalid_operation,
+% fp_division_by_zero,
+% fp_overflow,
+% fp_underflow
% }
% Flags to denote exceptions.
% \begin{macrocode}