Module Name:    src
Committed By:   matt
Date:           Sat Aug  3 21:56:56 UTC 2013

Modified Files:
        src/share/tmac: doc2html

Log Message:
Add ISO C11


To generate a diff of this commit:
cvs rdiff -u -r1.63 -r1.64 src/share/tmac/doc2html

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/tmac/doc2html
diff -u src/share/tmac/doc2html:1.63 src/share/tmac/doc2html:1.64
--- src/share/tmac/doc2html:1.63	Fri Feb 11 23:47:49 2011
+++ src/share/tmac/doc2html	Sat Aug  3 21:56:56 2013
@@ -1,4 +1,4 @@
-.\" $NetBSD: doc2html,v 1.63 2011/02/11 23:47:49 christos Exp $
+.\" $NetBSD: doc2html,v 1.64 2013/08/03 21:56:56 matt Exp $
 .\"
 .\" Copyright (c) 1998, 1999, 2008 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -1138,6 +1138,11 @@ AT&T UNIX\\$*
 .			as std-tmp1 " \"exactly one space
 .			as std-tmp1 (``ISO C99'')
 .		\}
+.		if "\\$1"-isoC-11" \{\
+.			ds std-tmp1 \&ISO/IEC 9899:2011
+.			as std-tmp1 " \"exactly one space
+.			as std-tmp1 (``ISO C11'')
+.		\}
 .\" POSIX Part 1: System API
 .		if "\\$1"-p1003.1" \{\
 .			ds std-tmp1 \&IEEE Std 1003.1

Reply via email to