Skip to content

Commit 31c32e0

Browse files
jensmaurertkoeppe
authored andcommitted
[locale.time.get.virtuals] Use 'conversion specification'
POSIX does not define the term 'conversion directive'.
1 parent 16e60c6 commit 31c32e0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/locales.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3534,7 +3534,7 @@
35343534
It then reads characters starting at \tcode{s} until it encounters an error, or
35353535
until it has extracted and assigned those \tcode{tm} members, and
35363536
any remaining format characters,
3537-
corresponding to a conversion directive appropriate for
3537+
corresponding to a conversion specification appropriate for
35383538
the POSIX function \tcode{strptime},
35393539
formed by concatenating \tcode{'\%'},
35403540
the \tcode{modifier} character, when non-NUL, and
@@ -3546,9 +3546,9 @@
35463546
the function evaluates \tcode{err |= ios_base::eofbit}.
35473547

35483548
\pnum
3549-
For complex conversion directives
3549+
For complex conversion specifications
35503550
such as \tcode{\%c}, \tcode{\%x}, or \tcode{\%X}, or
3551-
directives that involve the optional modifiers \tcode{E} or \tcode{O},
3551+
conversion specifications that involve the optional modifiers \tcode{E} or \tcode{O},
35523552
when the function is unable to unambiguously determine
35533553
some or all \tcode{tm} members from the input sequence \range{s}{end},
35543554
it evaluates \tcode{err |= ios_base::eofbit}.

0 commit comments

Comments
 (0)