aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ascii.in
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-07-12 08:45:56 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-07-12 08:45:56 +0000
commitf3d3e53ced24d5eca5ddd302b0b4a32c119728bc (patch)
tree04f7c3ffce25966c0bca5466170a0b2b400d591a /ascii.in
parent2448d8062e87f086a7d1e73253c23305788faba2 (diff)
downloadmandoc-f3d3e53ced24d5eca5ddd302b0b4a32c119728bc.tar.gz
mandoc-f3d3e53ced24d5eca5ddd302b0b4a32c119728bc.tar.zst
mandoc-f3d3e53ced24d5eca5ddd302b0b4a32c119728bc.zip
Added \(hy symbol.
Properly categorised \- as an arithmetic minus sign. Nd produces \(em instead of old \-. OpenBSD ifdef'd to use old \- after Nd (ok: jmc@openbsd.org).
Diffstat (limited to 'ascii.in')
-rw-r--r--ascii.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/ascii.in b/ascii.in
index 4b819a8a..7a4bc078 100644
--- a/ascii.in
+++ b/ascii.in
@@ -1,4 +1,4 @@
-/* $Id: ascii.in,v 1.10 2009/06/10 20:18:43 kristaps Exp $ */
+/* $Id: ascii.in,v 1.11 2009/07/12 08:45:56 kristaps Exp $ */
/*
* Copyright (c) 2009 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -87,6 +87,7 @@ LINE("a~", 2, "~", 1)
LINE("ga", 2, "`", 1)
LINE("en", 2, "-", 1)
LINE("em", 2, "--", 2)
+LINE("hy", 2, "-", 1)
LINE("Pi", 2, "pi", 2)
LINE("Fo", 2, "<<", 2)
LINE("Fc", 2, ">>", 2)