Skip to content

Commit 16e60c6

Browse files
jensmaurertkoeppe
authored andcommitted
[locale.time.get] Replace 'ISO/IEC 9945' with 'POSIX'
We introduce POSIX as an alias for ISO/IEC 9945, and we use 'POSIX' everywhere else.
1 parent 5e3f1ad commit 16e60c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/locales.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3345,7 +3345,7 @@
33453345
optionally followed by a modifier character,
33463346
followed by a conversion specifier character, \tcode{format},
33473347
together forming a conversion specification
3348-
valid for the ISO/IEC 9945 function \tcode{strptime}.
3348+
valid for the POSIX function \tcode{strptime}.
33493349
If the number of elements in the range \range{fmt}{fmtend}
33503350
is not sufficient to unambiguously determine
33513351
whether the conversion specification is complete and valid,
@@ -3535,7 +3535,7 @@
35353535
until it has extracted and assigned those \tcode{tm} members, and
35363536
any remaining format characters,
35373537
corresponding to a conversion directive appropriate for
3538-
the ISO/IEC 9945 function \tcode{strptime},
3538+
the POSIX function \tcode{strptime},
35393539
formed by concatenating \tcode{'\%'},
35403540
the \tcode{modifier} character, when non-NUL, and
35413541
the \tcode{format} character.

0 commit comments

Comments
 (0)