Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man3 Note that some of these were already in ANSI C.
details: https://anonhg.NetBSD.org/src/rev/000fb516953d
branches: trunk
changeset: 753239:000fb516953d
user: jruoho <jruoho%NetBSD.org@localhost>
date: Sun Mar 21 12:40:51 2010 +0000
description:
Note that some of these were already in ANSI C.
XXX: Maybe someone with insight adds a word or two about the history?
diffstat:
share/man/man3/stddef.3 | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r e40a4dc706d5 -r 000fb516953d share/man/man3/stddef.3
--- a/share/man/man3/stddef.3 Sun Mar 21 12:36:21 2010 +0000
+++ b/share/man/man3/stddef.3 Sun Mar 21 12:40:51 2010 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: stddef.3,v 1.1 2010/03/21 12:27:51 jruoho Exp $
+.\" $NetBSD: stddef.3,v 1.2 2010/03/21 12:40:51 jruoho Exp $
.\"
.\" Copyright (c) 2010 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -70,12 +70,15 @@
.Xr stdbool 3 ,
.Xr stdint 3
.Sh STANDARDS
-The
+As described here, the
.In stddef.h
header conforms to
.St -isoC-99
and
.St -p1003.1-2001 .
+Some of the types and macros conform to earlier standards such as
+.St -ansiC .
+.Pp
.Sh HISTORY
The
.In stddef.h
Home |
Main Index |
Thread Index |
Old Index