linux-man.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] strptime.3: tfix
@ 2019-10-11 20:24 Jakub Wilk
  2019-10-11 21:45 ` Michael Kerrisk (man-pages)
  0 siblings, 1 reply; 2+ messages in thread
From: Jakub Wilk @ 2019-10-11 20:24 UTC (permalink / raw)
  To: Michael Kerrisk; +Cc: linux-man

Escape hyphens.

Signed-off-by: Jakub Wilk <jwilk@jwilk.net>
---
 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
-- 
2.23.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-10-11 21:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-11 20:24 [PATCH] strptime.3: tfix Jakub Wilk
2019-10-11 21:45 ` Michael Kerrisk (man-pages)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).