Skip to content

Commit 1be069e

Browse files
jensmaurerzygoloid
authored andcommitted
[time.parse] Fix description of %Ex and %EX parse flags.
Also refer to the table number instead of 'the table below'.
1 parent 06bd4b0 commit 1be069e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/time.tex

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10348,11 +10348,11 @@
1034810348
Each flag begins with a \tcode{\%}.
1034910349
Some flags can be modified by \tcode{E} or \tcode{O}.
1035010350
During parsing each flag interprets characters as parts of date and time types
10351-
according to the table below.
10351+
according to~\tref{time.parse.spec}.
1035210352
Some flags can be modified by a width parameter
1035310353
given as a positive decimal integer called out as \tcode{\placeholder{N}} below
1035410354
which governs how many characters are parsed from the stream in interpreting the flag.
10355-
All characters in the format string that are not represented in the table below,
10355+
All characters in the format string that are not represented in~\tref{time.parse.spec},
1035610356
except for white space, are parsed unchanged from the stream.
1035710357
A white space character matches zero or more white space characters in the input stream.
1035810358

@@ -10563,11 +10563,11 @@
1056310563
\\ \rowsep
1056410564
\tcode{\%x} &
1056510565
The locale's date representation.
10566-
The modified command \tcode{\%Ex} produces the locale's alternate date representation.
10566+
The modified command \tcode{\%Ex} interprets the locale's alternate date representation.
1056710567
\\ \rowsep
1056810568
\tcode{\%X} &
1056910569
The locale's time representation.
10570-
The modified command \tcode{\%EX} produces the locale's alternate time representation.
10570+
The modified command \tcode{\%EX} interprets the locale's alternate time representation.
1057110571
\\ \rowsep
1057210572
\tcode{\%y} &
1057310573
The last two decimal digits of the year.

0 commit comments

Comments
 (0)