aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/st.in
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-04-02 16:37:40 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-04-02 16:37:40 +0000
commit283a645a5be6be0f447ac0aa651b641dbb6b5fc4 (patch)
tree1789dcdcfe31044b95be8b8148f2e278ca3d4523 /st.in
parent0b8142b5d9c31e6631daceec8e79caefcaf45e4b (diff)
downloadmandoc-283a645a5be6be0f447ac0aa651b641dbb6b5fc4.tar.gz
mandoc-283a645a5be6be0f447ac0aa651b641dbb6b5fc4.tar.zst
mandoc-283a645a5be6be0f447ac0aa651b641dbb6b5fc4.zip
Added -p1003.1-2008 specification.
Fixed invalid memory accesses (concat()). Made -fign-macro be the default for libman.
Diffstat (limited to 'st.in')
-rw-r--r--st.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/st.in b/st.in
index b546c3b8..2727ae85 100644
--- a/st.in
+++ b/st.in
@@ -1,4 +1,4 @@
-/* $Id: st.in,v 1.3 2009/03/16 22:19:19 kristaps Exp $ */
+/* $Id: st.in,v 1.4 2009/04/02 16:37:40 kristaps Exp $ */
/*
* This file defines the .St macro arguments. If you add a new
@@ -14,6 +14,7 @@ LINE("-p1003.1-90", "IEEE Std 1003.1-1990 (\\(lqPOSIX\\(rq)")
LINE("-p1003.1-96", "ISO/IEC 9945-1:1996 (\\(lqPOSIX\\(rq)")
LINE("-p1003.1-2001", "IEEE Std 1003.1-2001 (\\(lqPOSIX\\(rq)")
LINE("-p1003.1-2004", "IEEE Std 1003.1-2004 (\\(lqPOSIX\\(rq)")
+LINE("-p1003.1-2008", "IEEE Std 1003.1-2008 (\\(lqPOSIX\\(rq)")
LINE("-p1003.1", "IEEE Std 1003.1 (\\(lqPOSIX\\(rq)")
LINE("-p1003.1b", "IEEE Std 1003.1b (\\(lqPOSIX\\(rq)")
LINE("-p1003.1b-93", "IEEE Std 1003.1b-1993 (\\(lqPOSIX\\(rq)")