Hello Jakub, On 10/11/19 10:24 PM, Jakub Wilk wrote: > Escape hyphens. > > Signed-off-by: Jakub Wilk <jwilk@xxxxxxxxx> Thanks. Applied. Cheers, Michael > --- > man3/strptime.3 | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/man3/strptime.3 b/man3/strptime.3 > index 6a82b04f4..29366339e 100644 > --- a/man3/strptime.3 > +++ b/man3/strptime.3 > @@ -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 > -- Michael Kerrisk Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/ Linux/UNIX System Programming Training: http://man7.org/training/