From a774e60afc54656470c65668a31029992af433b8 Mon Sep 17 00:00:00 2001 From: "S. B. Tam" Date: Fri, 10 Jan 2025 09:08:49 +0800 Subject: [PATCH] [locale.time.put.members] Remove outdated footnote --- source/text.tex | 3 --- 1 file changed, 3 deletions(-) diff --git a/source/text.tex b/source/text.tex index 9ece404e19..4e8548b088 100644 --- a/source/text.tex +++ b/source/text.tex @@ -4021,9 +4021,6 @@ obtained from \tcode{str.getloc()}. The first character of each sequence is equal to \tcode{'\%'}, followed by an optional modifier character \tcode{mod} -\begin{footnote} -Although the C programming language defines no modifiers, most vendors do. -\end{footnote} and a format specifier character \tcode{spec} as defined for the function \tcode{strftime}. If no modifier character is present, \tcode{mod} is zero.