Module Name:    src
Committed By:   jruoho
Date:           Mon Mar 22 09:46:17 UTC 2010

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

Log Message:
Note that some definitions, such as NULL, were already in v4 UNIX.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 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.3 src/share/man/man3/stddef.3:1.4
--- src/share/man/man3/stddef.3:1.3	Sun Mar 21 15:42:19 2010
+++ src/share/man/man3/stddef.3	Mon Mar 22 09:46:17 2010
@@ -1,4 +1,4 @@
-.\" $NetBSD: stddef.3,v 1.3 2010/03/21 15:42:19 wiz Exp $
+.\" $NetBSD: stddef.3,v 1.4 2010/03/22 09:46:17 jruoho Exp $
 .\"
 .\" Copyright (c) 2010 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -79,9 +79,15 @@
 Some of the types and macros conform to earlier standards such as
 .St -ansiC .
 .Sh HISTORY
-The
+In the current form the
 .In stddef.h
 header was introduced in
 .Nx 0.8 ,
 the first official release of
 .Nx .
+Some definitions such as
+.Vt NULL
+were first introduced already in the
+.In nsys/param.h
+header of
+.At v4 .

Reply via email to