summaryrefslogtreecommitdiffstats
path: root/chars.in
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2011-04-20 22:50:22 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2011-04-20 22:50:22 +0000
commit60f32354c113d9af86f70f30e024d6e1eca66e63 (patch)
tree691a1f7e8cbe510737193509a49827f0d2ed097f /chars.in
parent28f9fee25bc0d8859b0400d14433644687182bfb (diff)
downloadmandoc-60f32354c113d9af86f70f30e024d6e1eca66e63.tar.gz
Add \*(Ai (ANSI) and \*(Px (POSIX) predefined strings, which are part of
groff's tmac.doc package. Originally noted by Matthew Dempsky. Feedback by Jason McIntyre, joerg@, and schwarze@. Also add some documentation about predefined strings, tweaked by schwarze@.
Diffstat (limited to 'chars.in')
-rw-r--r--chars.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/chars.in b/chars.in
index 5b7d99de..33ff760b 100644
--- a/chars.in
+++ b/chars.in
@@ -375,6 +375,8 @@ STRING("right-parenthesis", ")", 41)
STRING("right-singlequote", "\'", 8217)
STRING("rp", ")", 41)
STRING("Tm", "(Tm)", 8482)
+STRING("Px", "POSIX", 0)
+STRING("Ai", "ANSI", 0)
/* Lines. */
CHAR("ba", "|", 124)