Skip to content

Commit

Permalink
[time.parse] Fix description of %Ex and %EX parse flags.
Browse files Browse the repository at this point in the history
Also refer to the table number instead of 'the table below'.
  • Loading branch information
jensmaurer authored and zygoloid committed Aug 7, 2019
1 parent 06bd4b0 commit 1be069e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions source/time.tex
Original file line number Diff line number Diff line change
Expand Up @@ -10348,11 +10348,11 @@
Each flag begins with a \tcode{\%}.
Some flags can be modified by \tcode{E} or \tcode{O}.
During parsing each flag interprets characters as parts of date and time types
according to the table below.
according to~\tref{time.parse.spec}.
Some flags can be modified by a width parameter
given as a positive decimal integer called out as \tcode{\placeholder{N}} below
which governs how many characters are parsed from the stream in interpreting the flag.
All characters in the format string that are not represented in the table below,
All characters in the format string that are not represented in~\tref{time.parse.spec},
except for white space, are parsed unchanged from the stream.
A white space character matches zero or more white space characters in the input stream.

Expand Down Expand Up @@ -10563,11 +10563,11 @@
\\ \rowsep
\tcode{\%x} &
The locale's date representation.
The modified command \tcode{\%Ex} produces the locale's alternate date representation.
The modified command \tcode{\%Ex} interprets the locale's alternate date representation.
\\ \rowsep
\tcode{\%X} &
The locale's time representation.
The modified command \tcode{\%EX} produces the locale's alternate time representation.
The modified command \tcode{\%EX} interprets the locale's alternate time representation.
\\ \rowsep
\tcode{\%y} &
The last two decimal digits of the year.
Expand Down

0 comments on commit 1be069e

Please sign in to comment.