aboutsummaryrefslogtreecommitdiffstatshomepage
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
commita8bf4b0fd555d5f2c02407d5e3f97a00d18c6296 (patch)
tree10bc45178bfd92a8edd88d65cb29e223635bcdf0 /chars.in
parent33c39adb2b4cab7469a2d975f4437c5ea1906a51 (diff)
downloadmandoc-a8bf4b0fd555d5f2c02407d5e3f97a00d18c6296.tar.gz
mandoc-a8bf4b0fd555d5f2c02407d5e3f97a00d18c6296.tar.zst
mandoc-a8bf4b0fd555d5f2c02407d5e3f97a00d18c6296.zip
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.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/chars.in b/chars.in
index f628960c..c784dbd1 100644
--- a/chars.in
+++ b/chars.in
@@ -1,4 +1,4 @@
-/* $Id: chars.in,v 1.36 2011/03/16 22:49:55 schwarze Exp $ */
+/* $Id: chars.in,v 1.37 2011/04/20 22:50:22 kristaps Exp $ */
/*
* Copyright (c) 2009, 2010 Kristaps Dzonsons <kristaps@bsd.lv>
*
@@ -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)