Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man7 Mention attribute(3) in passing.



details:   https://anonhg.NetBSD.org/src/rev/778e677dd070
branches:  trunk
changeset: 759758:778e677dd070
user:      jruoho <jruoho%NetBSD.org@localhost>
date:      Thu Dec 16 08:43:01 2010 +0000

description:
Mention attribute(3) in passing.

diffstat:

 share/man/man7/c.7 |  9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diffs (30 lines):

diff -r 67b10d4dd090 -r 778e677dd070 share/man/man7/c.7
--- a/share/man/man7/c.7        Thu Dec 16 08:35:35 2010 +0000
+++ b/share/man/man7/c.7        Thu Dec 16 08:43:01 2010 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: c.7,v 1.7 2010/12/13 19:35:00 jruoho Exp $
+.\" $NetBSD: c.7,v 1.8 2010/12/16 08:43:01 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 11, 2010
+.Dd December 16, 2010
 .Dt C 7
 .Os
 .Sh NAME
@@ -151,8 +151,9 @@
 C compiler: GNU C
 .Pq Xr gcc 1 .
 Most of the UNIX-like operating systems use GNU C as a system compiler,
-but the various extensions of GNU C should not be considered
-standard features.
+but the various extensions of GNU C, such as
+.Xr attribute 3 ,
+should not be considered standard features.
 .Sh SEE ALSO
 .Xr c89 1 ,
 .Xr c99 1 ,



Home | Main Index | Thread Index | Old Index