Module Name: src
Committed By: wiz
Date: Mon Mar 22 10:15:00 UTC 2010
Modified Files:
src/share/man/man3: stddef.3
Log Message:
Mark up NULL with Dv, as usual.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 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.4 src/share/man/man3/stddef.3:1.5
--- src/share/man/man3/stddef.3:1.4 Mon Mar 22 09:46:17 2010
+++ src/share/man/man3/stddef.3 Mon Mar 22 10:15:00 2010
@@ -1,4 +1,4 @@
-.\" $NetBSD: stddef.3,v 1.4 2010/03/22 09:46:17 jruoho Exp $
+.\" $NetBSD: stddef.3,v 1.5 2010/03/22 10:15:00 wiz Exp $
.\"
.\" Copyright (c) 2010 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -56,7 +56,7 @@
of the character set has a code value equal to its value when used
as the lone character in an integer character constant;
.It
-.Vt NULL ,
+.Dv NULL ,
which expands to an implementation-defined null pointer constant; and
.It
.Fn offsetof ,
@@ -86,7 +86,7 @@
the first official release of
.Nx .
Some definitions such as
-.Vt NULL
+.Dv NULL
were first introduced already in the
.In nsys/param.h
header of