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 definitions, such as NULL, wer...



details:   https://anonhg.NetBSD.org/src/rev/0ae90c3e0057
branches:  trunk
changeset: 753278:0ae90c3e0057
user:      jruoho <jruoho%NetBSD.org@localhost>
date:      Mon Mar 22 09:46:17 2010 +0000

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

diffstat:

 share/man/man3/stddef.3 |  10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r ea95bbbdd93d -r 0ae90c3e0057 share/man/man3/stddef.3
--- a/share/man/man3/stddef.3   Mon Mar 22 09:39:02 2010 +0000
+++ b/share/man/man3/stddef.3   Mon Mar 22 09:46:17 2010 +0000
@@ -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 .



Home | Main Index | Thread Index | Old Index