git.ckatri.com
/
mandoc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a6a4eb
)
Fixed \(bq.
author
Kristaps Dzonsons
<kristaps@bsd.lv>
Tue, 28 Jul 2009 10:09:29 +0000
(10:09 +0000)
committer
Kristaps Dzonsons
<kristaps@bsd.lv>
Tue, 28 Jul 2009 10:09:29 +0000
(10:09 +0000)
ascii.in
patch
|
blob
|
history
diff --git
a/ascii.in
b/ascii.in
index d25a8f67ceec8da5eb173f88a1bcf2361d8e1ebb..d65b3f4ddeece6b5f227ce085836d1c2a5b44442 100644
(file)
--- a/
ascii.in
+++ b/
ascii.in
@@
-1,4
+1,4
@@
-/* $Id: ascii.in,v 1.1
4 2009/07/27 13:10:08
kristaps Exp $ */
+/* $Id: ascii.in,v 1.1
5 2009/07/28 10:09:29
kristaps Exp $ */
/*
* Copyright (c) 2009 Kristaps Dzonsons <kristaps@kth.se>
*
@@
-167,7
+167,7
@@
CHAR("aq", 2, "\'", 1)
CHAR("a~", 2, "~", 1)
CHAR("ba", 2, "|", 1)
CHAR("bb", 2, "|", 1)
-CHAR("bq", 2, ",
,", 2
)
+CHAR("bq", 2, ",
", 1
)
CHAR("bu", 2, "o", 1)
CHAR("c", 1, "", 0)
CHAR("ca", 2, "(^)", 3)