aboutsummaryrefslogtreecommitdiff
path: root/contrib/groff/xditview/DviChar.c
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2000-12-05 18:49:44 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2000-12-05 18:49:44 +0000
commitc8d1b47c7fde3a8a3f5530bd5e3939bba340ab4b (patch)
tree19d4540966cb92612af25d5154efcc062eefb5c5 /contrib/groff/xditview/DviChar.c
parente159d2bd86eea9be07f2695f85b3543935869a3b (diff)
Virgin import of FSF groff v1.16.1
Notes
Notes: svn path=/vendor/groff/dist/; revision=69626
Diffstat (limited to 'contrib/groff/xditview/DviChar.c')
-rw-r--r--contrib/groff/xditview/DviChar.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/groff/xditview/DviChar.c b/contrib/groff/xditview/DviChar.c
index 90c636984805..2aaba459a28d 100644
--- a/contrib/groff/xditview/DviChar.c
+++ b/contrib/groff/xditview/DviChar.c
@@ -166,12 +166,12 @@ static DviCharNameMap ISO8859_1_map = {
{ 0, /* 31 */},
{ 0, /* 32 */},
{ "!", /* 33 */},
-{ "\"", /* 34 */},
+{ "\"","dq", /* 34 */},
{ "#","sh", /* 35 */},
{ "$","Do", /* 36 */},
{ "%", /* 37 */},
{ "&", /* 38 */},
-{ "'", /* 39 */},
+{ "'","cq", /* 39 */},
{ "(", /* 40 */},
{ ")", /* 41 */},
{ "*", /* 42 */},
@@ -317,7 +317,7 @@ static DviCharNameMap ISO8859_1_map = {
symbol font. */
{ "\265", /* 181 */},
{ "ps", "\266", /* 182 */},
-{ "md", "\267", /* 183 */},
+{ "pc", "\267", /* 183 */},
{ "ac", "\270", /* 184 */},
{ "S1", "\271", /* 185 */},
{ "Om", "\272", /* 186 */},