X-Git-Url: https://git.cameronkatri.com/mandoc.git/blobdiff_plain/3b52bb8d03ff61274832867c905a80a2761859aa..45e74416dac588344a02622e7c0a76a4cbde2b95:/chars.c 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 * Copyright (c) 2011, 2014, 2015, 2017, 2018, 2020 @@ -364,7 +364,7 @@ static struct ln lines[] = { { "de", "", 0x00b0 }, { "%0", "", 0x2030 }, { "fm", "\'", 0x2032 }, - { "sd", "''", 0x2033 }, + { "sd", "\"", 0x2033 }, { "mc", "", 0x00b5 }, { "Of", "_\ba", 0x00aa }, { "Om", "_\bo", 0x00ba },