diff options
author | 2017-06-24 13:49:19 +0000 | |
---|---|---|
committer | 2017-06-24 13:49:19 +0000 | |
commit | 89771df6e5f10dea2975f24dcd9b0f58000109ed (patch) | |
tree | 5216ef6687e0c1d519a875c67086d80e4bd49e14 | |
parent | Use a local variable rather than a global flag to record (diff) | |
download | wireguard-openbsd-89771df6e5f10dea2975f24dcd9b0f58000109ed.tar.xz wireguard-openbsd-89771df6e5f10dea2975f24dcd9b0f58000109ed.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-- | share/man/man7/mdoc.7 | 9 | ||||
-rw-r--r-- | usr.bin/mandoc/st.in | 3 |
2 files changed, 3 insertions, 9 deletions
diff --git a/share/man/man7/mdoc.7 b/share/man/man7/mdoc.7 index 56c23d2634d..0e98b2f998b 100644 --- a/share/man/man7/mdoc.7 +++ b/share/man/man7/mdoc.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mdoc.7,v 1.153 2017/06/10 16:32:08 schwarze Exp $ +.\" $OpenBSD: mdoc.7,v 1.154 2017/06/24 13:49:19 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 @@ -2588,11 +2588,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/usr.bin/mandoc/st.in b/usr.bin/mandoc/st.in index cd319d42402..d4d42428634 100644 --- a/usr.bin/mandoc/st.in +++ b/usr.bin/mandoc/st.in @@ -1,4 +1,4 @@ -/* $OpenBSD: st.in,v 1.22 2015/02/17 20:33:44 schwarze Exp $ */ +/* $OpenBSD: st.in,v 1.23 2017/06/24 13:49:19 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)") |