strptime.3: tfix

Escape hyphens.

Signed-off-by: Jakub Wilk <jwilk@jwilk.net>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Jakub Wilk 2019-10-11 22:24:50 +02:00 committed by Michael Kerrisk
parent 5eb7b3cb3a
commit 22bff75859
1 changed files with 2 additions and 2 deletions

View File

@ -142,7 +142,7 @@ to non-Americans, especially since
.B %d/%m/%y
is widely used in Europe.
The ISO 8601 standard format is
.BR %Y-%m-%d .)
.BR %Y\-%m\-%d .)
.TP
.B %H
The hour (0\(en23).
@ -362,7 +362,7 @@ This leads to
.TP
.B %F
Equivalent to
.BR %Y-%m-%d ,
.BR %Y\-%m\-%d ,
the ISO 8601 date format.
.TP
.B %g