aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/chars.c
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2022-06-26 20:33:43 +0000
committerIngo Schwarze <schwarze@openbsd.org>2022-06-26 20:33:43 +0000
commit2cf172046664124e8c0589ee7e420c1008ee368e (patch)
tree767dae33da990e15c01355869c9f95fb21c85e84 /chars.c
parent2331aed44e8227008aab276b8fa320ea188a91ab (diff)
downloadmandoc-2cf172046664124e8c0589ee7e420c1008ee368e.tar.gz
mandoc-2cf172046664124e8c0589ee7e420c1008ee368e.tar.zst
mandoc-2cf172046664124e8c0589ee7e420c1008ee368e.zip
In groff commit 78e66624 on May 7 20:15:33 2021 +1000,
G. Branden Robinson changed the -T ascii rendering of \(sd, the "second" symbol, U+2033 DOUBLE PRIME, from '' to ". Follow suit in mandoc.
Diffstat (limited to 'chars.c')
-rw-r--r--chars.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/chars.c b/chars.c
index ea84c0c5..72fe8df6 100644
--- a/chars.c
+++ b/chars.c
@@ -1,4 +1,4 @@
-/* $Id: chars.c,v 1.80 2022/06/02 14:51:41 schwarze Exp $ */
+/* $Id: chars.c,v 1.81 2022/06/26 20:33:43 schwarze Exp $ */
/*
* Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
* Copyright (c) 2011, 2014, 2015, 2017, 2018, 2020
@@ -364,7 +364,7 @@ static struct ln lines[] = {
{ "de", "<degree>", 0x00b0 },
{ "%0", "<permille>", 0x2030 },
{ "fm", "\'", 0x2032 },
- { "sd", "''", 0x2033 },
+ { "sd", "\"", 0x2033 },
{ "mc", "<micro>", 0x00b5 },
{ "Of", "_\ba", 0x00aa },
{ "Om", "_\bo", 0x00ba },