From 859efbf947952e37e2e12615231d23f8c78508a4 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Tue, 31 Dec 2013 23:29:41 +0000 Subject: 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@. --- mdoc.7 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mdoc.7') diff --git a/mdoc.7 b/mdoc.7 index 0c7b263f..f06df833 100644 --- a/mdoc.7 +++ b/mdoc.7 @@ -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 -- cgit