]> git.cameronkatri.com Git - mandoc.git/blobdiff - chars.c
https://www.w3.org/WAI/ARIA/apg/practices/names-and-descriptions/ says:
[mandoc.git] / chars.c
diff --git a/chars.c b/chars.c
index ea84c0c5eed47d08db189cccbb5526b856302ccd..72fe8df67e8339b8a616d82f2f381dde12929e02 100644 (file)
--- 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  },