svn commit: r228883 - head/contrib/groff/tmac

Ed Schouten ed at FreeBSD.org
Sun Dec 25 22:05:34 UTC 2011


Author: ed
Date: Sun Dec 25 22:05:33 2011
New Revision: 228883
URL: http://svn.freebsd.org/changeset/base/228883

Log:
  Add the C11 standard to groff.  This allows us to refer to C11 as -isoC-11.
  
  MFC after:	2 months

Modified:
  head/contrib/groff/tmac/doc-syms
  head/contrib/groff/tmac/groff_mdoc.man

Modified: head/contrib/groff/tmac/doc-syms
==============================================================================
--- head/contrib/groff/tmac/doc-syms	Sun Dec 25 21:05:35 2011	(r228882)
+++ head/contrib/groff/tmac/doc-syms	Sun Dec 25 22:05:33 2011	(r228883)
@@ -613,6 +613,8 @@
 .as doc-str-St--isoC-tcor1      " (\*[Lq]\*[doc-Tn-font-size]ISO\~C\^90\*[doc-str-St], Technical Corrigendum 1\*[Rq])
 .ds doc-str-St--isoC-tcor2      \*[doc-Tn-font-size]ISO/IEC\*[doc-str-St] 9899/TCOR2:1995
 .as doc-str-St--isoC-tcor2      " (\*[Lq]\*[doc-Tn-font-size]ISO\~C\^90\*[doc-str-St], Technical Corrigendum 2\*[Rq])
+.ds doc-str-St--isoC-11        \*[doc-Tn-font-size]ISO/IEC\*[doc-str-St] 9899:2011
+.as doc-str-St--isoC-11        " (\*[Lq]\*[doc-Tn-font-size]ISO\~C\^11\*[doc-str-St]\*[Rq])
 .
 .\" POSIX Part 1: System API
 .ds doc-str-St--p1003.1        \*[doc-Tn-font-size]\%IEEE\*[doc-str-St] Std 1003.1

Modified: head/contrib/groff/tmac/groff_mdoc.man
==============================================================================
--- head/contrib/groff/tmac/groff_mdoc.man	Sun Dec 25 21:05:35 2011	(r228882)
+++ head/contrib/groff/tmac/groff_mdoc.man	Sun Dec 25 22:05:33 2011	(r228883)
@@ -2036,6 +2036,8 @@ are:
 .St -isoC-90
 .It Li \-isoC\-99
 .St -isoC-99
+.It Li \-isoC\-11
+.St -isoC-11
 .El
 .Pp
 .


More information about the svn-src-all mailing list