aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/st.in
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2013-12-31 23:29:41 +0000
committerIngo Schwarze <schwarze@openbsd.org>2013-12-31 23:29:41 +0000
commitcbd14d40ae19e2c31a2e3750bfa78797d5d89cae (patch)
tree366be7c63788a3c2e59c1d47abe02a94e8f1812c /st.in
parenta2e966d93f52177b274c131fea83dafbf9890721 (diff)
downloadmandoc-cbd14d40ae19e2c31a2e3750bfa78797d5d89cae.tar.gz
mandoc-cbd14d40ae19e2c31a2e3750bfa78797d5d89cae.tar.zst
mandoc-cbd14d40ae19e2c31a2e3750bfa78797d5d89cae.zip
Support .St -p1003.1-2013, "IEEE Std 1003.1-2008/Cor 1-2013".
Note that the POSIX-2008 standard remains in force, so please refrain from wholesale 2008 -> 2013 replacements. Make sure to only use the new -p1003.1-2013 argument for cases where "IEEE Std 1003.1(TM)-2008/ Cor 1-2013, IEEE Standard for Information Technology--Portable Operating System Interface (POSIX(R)), Technical Corrigendum 1" actually changes something in the standard with respect to the specific function documented in the manual you touch. Otherwise, please continue using .St -p1003.1-2008. Triggered by a similar, but slightly incorrect patch from jmc@; ok guenther@.
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 c52ddab9..21f0ad46 100644
--- a/st.in
+++ b/st.in
@@ -1,4 +1,4 @@
-/* $Id: st.in,v 1.22 2013/12/25 14:09:32 schwarze Exp $ */
+/* $Id: st.in,v 1.23 2013/12/31 23:29:41 schwarze Exp $ */
/*
* Copyright (c) 2009, 2010 Kristaps Dzonsons <kristaps@bsd.lv>
*
@@ -34,6 +34,7 @@ LINE("-p1003.1-96", "ISO/IEC 9945-1:1996 (\\(lqPOSIX.1\\(rq)")
LINE("-p1003.1-2001", "IEEE Std 1003.1-2001 (\\(lqPOSIX.1\\(rq)")
LINE("-p1003.1-2004", "IEEE Std 1003.1-2004 (\\(lqPOSIX.1\\(rq)")
LINE("-p1003.1-2008", "IEEE Std 1003.1-2008 (\\(lqPOSIX.1\\(rq)")
+LINE("-p1003.1-2013", "IEEE Std 1003.1-2008/Cor 1-2013 (\\(lqPOSIX.1\\(rq)")
LINE("-p1003.1", "IEEE Std 1003.1 (\\(lqPOSIX.1\\(rq)")
LINE("-p1003.1b", "IEEE Std 1003.1b (\\(lqPOSIX.1b\\(rq)")
LINE("-p1003.1b-93", "IEEE Std 1003.1b-1993 (\\(lqPOSIX.1b\\(rq)")