Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man3 Mark up NULL with Dv, as usual.



details:   https://anonhg.NetBSD.org/src/rev/e5d32114b44d
branches:  trunk
changeset: 753279:e5d32114b44d
user:      wiz <wiz%NetBSD.org@localhost>
date:      Mon Mar 22 10:15:00 2010 +0000

description:
Mark up NULL with Dv, as usual.

diffstat:

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

diffs (27 lines):

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



Home | Main Index | Thread Index | Old Index