Module Name:    src
Committed By:   jruoho
Date:           Fri Dec 17 07:25:34 UTC 2010

Modified Files:
        src/share/man/man7: c.7

Log Message:
Note __func__ and restrict.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/share/man/man7/c.7

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

Modified files:

Index: src/share/man/man7/c.7
diff -u src/share/man/man7/c.7:1.8 src/share/man/man7/c.7:1.9
--- src/share/man/man7/c.7:1.8	Thu Dec 16 08:43:01 2010
+++ src/share/man/man7/c.7	Fri Dec 17 07:25:33 2010
@@ -1,4 +1,4 @@
-.\" $NetBSD: c.7,v 1.8 2010/12/16 08:43:01 jruoho Exp $
+.\" $NetBSD: c.7,v 1.9 2010/12/17 07:25:33 jruoho Exp $
 .\"
 .\" Copyright (C) 2007, 2010 Gabor Kovesdan. All rights reserved.
 .\"
@@ -25,7 +25,7 @@
 .\"
 .\" $FreeBSD: src/share/man/man7/c99.7,v 1.1 2010/06/17 12:05:47 gabor Exp $
 .\"
-.Dd December 16, 2010
+.Dd December 17, 2010
 .Dt C 7
 .Os
 .Sh NAME
@@ -137,6 +137,12 @@
 .It
 Some new preprocessor features.
 .It
+A predefined identifier
+.Em __func__
+and a
+.Em restrict
+type qualifier.
+.It
 New variables can be declared anywhere, not just in the beginning of the
 program or program blocks.
 .It

Reply via email to