Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man7 Use .Va __func__ and .Vt restrict
details: https://anonhg.NetBSD.org/src/rev/4b4dfbf26290
branches: trunk
changeset: 761028:4b4dfbf26290
user: uwe <uwe%NetBSD.org@localhost>
date: Wed Jan 19 00:06:22 2011 +0000
description:
Use .Va __func__ and .Vt restrict
diffstat:
share/man/man7/c.7 | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (21 lines):
diff -r 849c56ae2bd7 -r 4b4dfbf26290 share/man/man7/c.7
--- a/share/man/man7/c.7 Tue Jan 18 23:56:48 2011 +0000
+++ b/share/man/man7/c.7 Wed Jan 19 00:06:22 2011 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index