Module Name: src
Committed By: uwe
Date: Wed Jan 19 00:06:22 UTC 2011
Modified Files:
src/share/man/man7: c.7
Log Message:
Use .Va __func__ and .Vt restrict
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 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.10 src/share/man/man7/c.7:1.11
--- src/share/man/man7/c.7:1.10 Fri Dec 17 12:14:04 2010
+++ src/share/man/man7/c.7 Wed Jan 19 00:06:22 2011
@@ -1,4 +1,4 @@
-.\" $NetBSD: c.7,v 1.10 2010/12/17 12:14:04 jruoho Exp $
+.\" $NetBSD: c.7,v 1.11 2011/01/19 00:06:22 uwe Exp $
.\"
.\" Copyright (C) 2007, 2010 Gabor Kovesdan. All rights reserved.
.\"
@@ -138,9 +138,9 @@
Some new preprocessor features.
.It
A predefined identifier
-.Em __func__
+.Va __func__
and a
-.Em restrict
+.Vt restrict
type qualifier.
.It
New variables can be declared anywhere, not just in the beginning of the