summaryrefslogtreecommitdiffstatshomepage
path: root/ascii.in
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-03-21 13:47:02 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-03-21 13:47:02 +0000
commit0a0adafcdad00a607e52e6644b018e6d26bcc1db (patch)
treefa1e536d8e398189daabcb222d367c5aef501163 /ascii.in
parent292265c8f2bd4928a2895544f1f3017c1463d750 (diff)
downloadmandoc-0a0adafcdad00a607e52e6644b018e6d26bcc1db.tar.gz
mandoc-0a0adafcdad00a607e52e6644b018e6d26bcc1db.tar.zst
mandoc-0a0adafcdad00a607e52e6644b018e6d26bcc1db.zip
Freed more macros from zero-length restrictions.
Fixed `Fn' spacing.
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 ccb53a65..3eb4a84d 100644
--- a/ascii.in
+++ b/ascii.in
@@ -1,4 +1,4 @@
-/* $Id: ascii.in,v 1.4 2009/03/19 20:43:13 kristaps Exp $ */
+/* $Id: ascii.in,v 1.5 2009/03/21 13:47:02 kristaps Exp $ */
/*
* Copyright (c) 2009 Kristaps Dzonsons <kristaps@openbsd.org>
*
@@ -29,6 +29,7 @@
LINE("\\", 1, "\\", 1)
LINE("\'", 1, "\'", 1)
LINE("`", 1, "`", 1)
+LINE("%", 1, "%", 1)
LINE("-", 1, "-", 1)
LINE(" ", 1, " ", 1)
LINE(".", 1, ".", 1)