diff options
author | ed <ed@FreeBSD.org> | 2011-12-25 22:05:33 +0000 |
---|---|---|
committer | ed <ed@FreeBSD.org> | 2011-12-25 22:05:33 +0000 |
commit | 99a863e131cb6ba4ac6af5fca57889c3af33000d (patch) | |
tree | d82c213f22a3e1b8b64c9e8900b989c44f106e16 /contrib/groff/tmac | |
parent | d9b38afc166c69f0480477247cf5aa1aafc6b053 (diff) | |
download | FreeBSD-src-99a863e131cb6ba4ac6af5fca57889c3af33000d.zip FreeBSD-src-99a863e131cb6ba4ac6af5fca57889c3af33000d.tar.gz |
Add the C11 standard to groff. This allows us to refer to C11 as -isoC-11.
MFC after: 2 months
Diffstat (limited to 'contrib/groff/tmac')
-rw-r--r-- | contrib/groff/tmac/doc-syms | 2 | ||||
-rw-r--r-- | contrib/groff/tmac/groff_mdoc.man | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/contrib/groff/tmac/doc-syms b/contrib/groff/tmac/doc-syms index 30c406f..0073146 100644 --- a/contrib/groff/tmac/doc-syms +++ b/contrib/groff/tmac/doc-syms @@ -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 diff --git a/contrib/groff/tmac/groff_mdoc.man b/contrib/groff/tmac/groff_mdoc.man index 05b9305..136745d 100644 --- a/contrib/groff/tmac/groff_mdoc.man +++ b/contrib/groff/tmac/groff_mdoc.man @@ -2036,6 +2036,8 @@ are: .St -isoC-90 .It Li \-isoC\-99 .St -isoC-99 +.It Li \-isoC\-11 +.St -isoC-11 .El .Pp . |