Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man3 refer to __USE(3)
details: https://anonhg.NetBSD.org/src/rev/e4ff1d459144
branches: trunk
changeset: 790933:e4ff1d459144
user: apb <apb%NetBSD.org@localhost>
date: Sun Oct 27 10:05:15 2013 +0000
description:
refer to __USE(3)
diffstat:
share/man/man3/cdefs.3 | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r 17efec1009d5 -r e4ff1d459144 share/man/man3/cdefs.3
--- a/share/man/man3/cdefs.3 Sun Oct 27 09:29:42 2013 +0000
+++ b/share/man/man3/cdefs.3 Sun Oct 27 10:05:15 2013 +0000
@@ -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 @@
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 @@
*/
#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
Home |
Main Index |
Thread Index |
Old Index