Module Name: src
Committed By: jruoho
Date: Wed Mar 30 15:37:15 UTC 2011
Modified Files:
src/share/man/man7: c.7
Log Message:
Xref cdefs(3).
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 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.11 src/share/man/man7/c.7:1.12
--- src/share/man/man7/c.7:1.11 Wed Jan 19 00:06:22 2011
+++ src/share/man/man7/c.7 Wed Mar 30 15:37:15 2011
@@ -1,4 +1,4 @@
-.\" $NetBSD: c.7,v 1.11 2011/01/19 00:06:22 uwe Exp $
+.\" $NetBSD: c.7,v 1.12 2011/03/30 15:37:15 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 17, 2010
+.Dd March 30, 2011
.Dt C 7
.Os
.Sh NAME
@@ -165,7 +165,8 @@
.Sh SEE ALSO
.Xr c89 1 ,
.Xr c99 1 ,
-.Xr cc 1
+.Xr cc 1 ,
+.Xr cdefs 3
.Rs
.%A Brian W. Kernighan
.%A Dennis M. Ritchie