Module Name:    src
Committed By:   jruoho
Date:           Thu Dec 16 08:43:01 UTC 2010

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

Log Message:
Mention attribute(3) in passing.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 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.7 src/share/man/man7/c.7:1.8
--- src/share/man/man7/c.7:1.7	Mon Dec 13 19:35:00 2010
+++ src/share/man/man7/c.7	Thu Dec 16 08:43:01 2010
@@ -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 ,

Reply via email to