Module Name: src
Committed By: apb
Date: Sun Oct 27 10:05:15 UTC 2013
Modified Files:
src/share/man/man3: cdefs.3
Log Message:
refer to __USE(3)
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/share/man/man3/cdefs.3
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/man3/cdefs.3
diff -u src/share/man/man3/cdefs.3:1.3 src/share/man/man3/cdefs.3:1.4
--- src/share/man/man3/cdefs.3:1.3 Fri Apr 8 07:55:04 2011
+++ src/share/man/man3/cdefs.3 Sun Oct 27 10:05:15 2013
@@ -1,4 +1,4 @@
-.\" $NetBSD: cdefs.3,v 1.3 2011/04/08 07:55:04 jruoho Exp $
+.\" $NetBSD: cdefs.3,v 1.4 2013/10/27 10:05:15 apb Exp $
.\"
.\" Copyright (c) 2010 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -56,6 +56,7 @@ type qualifier from
Macros and definitions specific to compilers, preprocessors, and linkers; see
.Xr __CONCAT 3 ,
.Xr __UNCONST 3 ,
+.Xr __USE 3 ,
.Xr __insn_barrier 3 ,
and
.Xr attribute 3 .
@@ -88,7 +89,7 @@ included as the first thing right after
*/
#include <sys/cdefs.h>
-__RCSID("$NetBSD: cdefs.3,v 1.3 2011/04/08 07:55:04 jruoho Exp $");
+__RCSID("$NetBSD: cdefs.3,v 1.4 2013/10/27 10:05:15 apb Exp $");
.Ed
.Pp
It is possible to identify the