aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2017-06-24 13:49:29 +0000
committerIngo Schwarze <schwarze@openbsd.org>2017-06-24 13:49:29 +0000
commit5ade79f1a4ef39ab8eb8088ec66210650561d148 (patch)
treef968a6657c60ad71eff1d90d9a8d61a092bc6b21
parent4d49605008769d24c3d569889c725ef4f9cb43a5 (diff)
downloadmandoc-5ade79f1a4ef39ab8eb8088ec66210650561d148.tar.gz
mandoc-5ade79f1a4ef39ab8eb8088ec66210650561d148.tar.zst
mandoc-5ade79f1a4ef39ab8eb8088ec66210650561d148.zip
Delete .St -p1003.1-2013.
It is an OpenBSD addition that did not get used a single time in three years, and groff did not pick it up either, so removing it does not affect any existing manuals anywhere. Cleanup suggested by jmc@, OK bentley@.
-rw-r--r--mdoc.79
-rw-r--r--st.in3
2 files changed, 3 insertions, 9 deletions
diff --git a/mdoc.7 b/mdoc.7
index 0d167e40..f47dbbd6 100644
--- a/mdoc.7
+++ b/mdoc.7
@@ -1,4 +1,4 @@
-.\" $Id: mdoc.7,v 1.265 2017/06/10 16:32:27 schwarze Exp $
+.\" $Id: mdoc.7,v 1.266 2017/06/24 13:49:29 schwarze Exp $
.\"
.\" Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
.\" Copyright (c) 2010, 2011, 2013-2017 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: June 10 2017 $
+.Dd $Mdocdate: June 24 2017 $
.Dt MDOC 7
.Os
.Sh NAME
@@ -2575,11 +2575,6 @@ The second and last Technical Corrigendum.
.br
This standard is also called
X/Open Portability Guide version 7.
-.Pp
-.It \-p1003.1-2013
-.St -p1003.1-2013
-.br
-This is the first Technical Corrigendum.
.El
.It Other standards
.Pp
diff --git a/st.in b/st.in
index e70680f3..6087c768 100644
--- a/st.in
+++ b/st.in
@@ -1,4 +1,4 @@
-/* $Id: st.in,v 1.28 2015/02/17 20:37:17 schwarze Exp $ */
+/* $Id: st.in,v 1.29 2017/06/24 13:49:29 schwarze Exp $ */
/*
* Copyright (c) 2009, 2010 Kristaps Dzonsons <kristaps@bsd.lv>
*
@@ -34,7 +34,6 @@ 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)")