Module Name:    src
Committed By:   jruoho
Date:           Sun Mar 21 12:40:51 UTC 2010

Modified Files:
        src/share/man/man3: stddef.3

Log Message:
Note that some of these were already in ANSI C.

XXX: Maybe someone with insight adds a word or two about the history?


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/share/man/man3/stddef.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/stddef.3
diff -u src/share/man/man3/stddef.3:1.1 src/share/man/man3/stddef.3:1.2
--- src/share/man/man3/stddef.3:1.1	Sun Mar 21 12:27:51 2010
+++ src/share/man/man3/stddef.3	Sun Mar 21 12:40:51 2010
@@ -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

Reply via email to