aboutsummaryrefslogtreecommitdiffstatshomepage
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
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@.
-rw-r--r--mdoc.76
-rw-r--r--st.in3
2 files changed, 6 insertions, 3 deletions
diff --git a/mdoc.7 b/mdoc.7
index 165c76b9..cd1e2e89 100644
--- a/mdoc.7
+++ b/mdoc.7
@@ -1,4 +1,4 @@
-.\" $Id: mdoc.7,v 1.223 2013/12/25 14:09:32 schwarze Exp $
+.\" $Id: mdoc.7,v 1.224 2013/12/31 23:29:41 schwarze Exp $
.\"
.\" Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
.\" Copyright (c) 2010, 2011, 2013 Ingo Schwarze <schwarze@openbsd.org>
@@ -15,7 +15,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: December 25 2013 $
+.Dd $Mdocdate: December 31 2013 $
.Dt MDOC 7
.Os
.Sh NAME
@@ -2369,6 +2369,8 @@ The following standards are recognised:
.St -p1003.1-2004
.It \-p1003.1-2008
.St -p1003.1-2008
+.It \-p1003.1-2013
+.St -p1003.1-2013
.It \-p1003.1
.St -p1003.1
.It \-p1003.1b
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)")