Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Dec 2011 22:05:34 +0000 (UTC)
From:      Ed Schouten <ed@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r228883 - head/contrib/groff/tmac
Message-ID:  <201112252205.pBPM5Y02077509@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 .



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201112252205.pBPM5Y02077509>