From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from krisdoz.my.domain (schwarze@localhost [127.0.0.1]) by krisdoz.my.domain (8.14.5/8.14.5) with ESMTP id sAGKkLWX001718 for ; Sun, 16 Nov 2014 15:46:21 -0500 (EST) Received: (from schwarze@localhost) by krisdoz.my.domain (8.14.5/8.14.3/Submit) id sAGKkLtA020303; Sun, 16 Nov 2014 15:46:21 -0500 (EST) Date: Sun, 16 Nov 2014 15:46:21 -0500 (EST) Message-Id: <201411162046.sAGKkLtA020303@krisdoz.my.domain> X-Mailinglist: mdocml-source Reply-To: source@mdocml.bsd.lv MIME-Version: 1.0 From: schwarze@mdocml.bsd.lv To: source@mdocml.bsd.lv Subject: mdocml: Delete five standards that are: * not supported by groff * not X-Mailer: activitymail 1.26, http://search.cpan.org/dist/activitymail/ Content-Type: text/plain; charset=utf-8 Log Message: ----------- Delete five standards that are: * not supported by groff * not used in any OpenBSD, NetBSD, DragonFly or FreeBSD base manual * superseded or retracted * and more than ten years old Triggered by a question from Carsten Kunze (Heirloom troff). OK guenther@ jmc@ Modified Files: -------------- mdocml: mdoc.7 st.in Revision Data ------------- Index: st.in =================================================================== RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/st.in,v retrieving revision 1.25 retrieving revision 1.26 diff -Lst.in -Lst.in -u -p -r1.25 -r1.26 --- st.in +++ st.in @@ -42,13 +42,9 @@ LINE("-p1003.1c-95", "IEEE Std 1003.1c-1 LINE("-p1003.1d-99", "IEEE Std 1003.1d-1999 (\\(lqPOSIX.1d\\(rq)") LINE("-p1003.1g-2000", "IEEE Std 1003.1g-2000 (\\(lqPOSIX.1g\\(rq)") LINE("-p1003.1i-95", "IEEE Std 1003.1i-1995 (\\(lqPOSIX.1i\\(rq)") -LINE("-p1003.1j-2000", "IEEE Std 1003.1j-2000 (\\(lqPOSIX.1j\\(rq)") -LINE("-p1003.1q-2000", "IEEE Std 1003.1q-2000 (\\(lqPOSIX.1q\\(rq)") LINE("-p1003.2", "IEEE Std 1003.2 (\\(lqPOSIX.2\\(rq)") LINE("-p1003.2-92", "IEEE Std 1003.2-1992 (\\(lqPOSIX.2\\(rq)") LINE("-p1003.2a-92", "IEEE Std 1003.2a-1992 (\\(lqPOSIX.2\\(rq)") -LINE("-p1387.2", "IEEE Std 1387.2 (\\(lqPOSIX.7.2\\(rq)") -LINE("-p1387.2-95", "IEEE Std 1387.2-1995 (\\(lqPOSIX.7.2\\(rq)") LINE("-isoC", "ISO/IEC 9899:1990 (\\(lqISO\\~C90\\(rq)") LINE("-isoC-90", "ISO/IEC 9899:1990 (\\(lqISO\\~C90\\(rq)") LINE("-isoC-amd1", "ISO/IEC 9899/AMD1:1995 (\\(lqISO\\~C90, Amendment 1\\(rq)") @@ -76,7 +72,6 @@ LINE("-xsh4.2", "X/Open System Interfac LINE("-xsh5", "X/Open System Interfaces and Headers Issue\\~5 (\\(lqXSH5\\(rq)") LINE("-xns5", "X/Open Networking Services Issue\\~5 (\\(lqXNS5\\(rq)") LINE("-xns5.2", "X/Open Networking Services Issue\\~5.2 (\\(lqXNS5.2\\(rq)") -LINE("-xns5.2d2.0", "X/Open Networking Services Issue\\~5.2 Draft\\~2.0 (\\(lqXNS5.2D2.0\\(rq)") LINE("-xcurses4.2", "X/Open Curses Issue\\~4, Version\\~2 (\\(lqXCURSES4.2\\(rq)") LINE("-susv1", "Version\\~1 of the Single UNIX Specification (\\(lqSUSv1\\(rq)") LINE("-susv2", "Version\\~2 of the Single UNIX Specification (\\(lqSUSv2\\(rq)") Index: mdoc.7 =================================================================== RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/mdoc.7,v retrieving revision 1.240 retrieving revision 1.241 diff -Lmdoc.7 -Lmdoc.7 -u -p -r1.240 -r1.241 --- mdoc.7 +++ mdoc.7 @@ -2562,17 +2562,8 @@ The following refer to parts of it. .Pp .It \-xns5 .St -xns5 -.It \-xns5.2d2.0 -.St -xns5.2d2.0 .It \-xns5.2 .St -xns5.2 -.Pp -.It \-p1387.2 -.St -p1387.2 -.It \-p1387.2-95 -.St -p1387.2-95 -.br -POSIX software administration. .El .It Single UNIX Specification version 3 and related standards .Pp @@ -2581,16 +2572,6 @@ POSIX software administration. .St -p1003.1d-99 .br Additional real-time extensions. -.Pp -.It \-p1003.1j-2000 -.St -p1003.1j-2000 -.br -Advanced real-time extensions. -.Pp -.It \-p1003.1q-2000 -.St -p1003.1q-2000 -.br -Amendment 7: Tracing [C Language]. .Pp .It \-p1003.1-2001 .St -p1003.1-2001 -- To unsubscribe send an email to source+unsubscribe@mdocml.bsd.lv