From f1eb9ac11c55c6ac35cb8ea29c074c6b23f587ee Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Thu, 5 Apr 2018 08:47:16 +0000 Subject: For .Do/.Dq, use the documented and portable \(lq and \(rq character escape sequences rather than the undocumented and non-portable \(Lq and \(Rq. Bug reported by Tim L via Thomas Klausner ; see https://github.com/nih-at/libzip/pull/42 --- mdoc_man.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'mdoc_man.c') diff --git a/mdoc_man.c b/mdoc_man.c index 613e9419..09ebb49c 100644 --- a/mdoc_man.c +++ b/mdoc_man.c @@ -1,4 +1,4 @@ -/* $Id: mdoc_man.c,v 1.123 2018/01/13 05:23:18 schwarze Exp $ */ +/* $Id: mdoc_man.c,v 1.124 2018/04/05 08:47:16 schwarze Exp $ */ /* * Copyright (c) 2011-2017 Ingo Schwarze * @@ -202,8 +202,8 @@ static const struct manact __manacts[MDOC_MAX - MDOC_Dd] = { { NULL, pre_bk, post_bk, NULL, NULL }, /* Bx */ { NULL, pre_skip, NULL, NULL, NULL }, /* Db */ { NULL, NULL, NULL, NULL, NULL }, /* Dc */ - { cond_body, pre_enc, post_enc, "\\(Lq", "\\(Rq" }, /* Do */ - { cond_body, pre_enc, post_enc, "\\(Lq", "\\(Rq" }, /* Dq */ + { cond_body, pre_enc, post_enc, "\\(lq", "\\(rq" }, /* Do */ + { cond_body, pre_enc, post_enc, "\\(lq", "\\(rq" }, /* Dq */ { NULL, NULL, NULL, NULL, NULL }, /* Ec */ { NULL, NULL, NULL, NULL, NULL }, /* Ef */ { NULL, pre_em, post_font, NULL, NULL }, /* Em */ -- cgit v1.2.3-56-ge451