Source-Changes-HG archive

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

[src/trunk]: src/share/man/man9 Mark up NULL with Dv.



details:   https://anonhg.NetBSD.org/src/rev/8c4c805077ab
branches:  trunk
changeset: 793657:8c4c805077ab
user:      wiz <wiz%NetBSD.org@localhost>
date:      Sat Feb 22 11:08:05 2014 +0000

description:
Mark up NULL with Dv.

diffstat:

 share/man/man9/vfssubr.9 |  10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)

diffs (31 lines):

diff -r 2b1a4f4cfedd -r 8c4c805077ab share/man/man9/vfssubr.9
--- a/share/man/man9/vfssubr.9  Sat Feb 22 10:23:24 2014 +0000
+++ b/share/man/man9/vfssubr.9  Sat Feb 22 11:08:05 2014 +0000
@@ -1,4 +1,4 @@
-.\"     $NetBSD: vfssubr.9,v 1.21 2014/02/22 10:05:54 hannken Exp $
+.\"     $NetBSD: vfssubr.9,v 1.22 2014/02/22 11:08:05 wiz Exp $
 .\"
 .\" Copyright (c) 2003, 2005, 2006 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -138,7 +138,9 @@
 The caller must hold a pre-existing reference to the mount.
 If
 .Fa nextp
-is not NULL, the caller must hold the
+is not
+.Dv NULL ,
+the caller must hold the
 .Em mountlist_lock
 and
 .Fa nextp
@@ -157,7 +159,9 @@
 .Fn vfs_busy .
 If
 .Fa nextp
-is not NULL, the
+is not
+.Dv NULL ,
+the
 .Em mountlist_lock
 will be aquired and
 .Fa nextp



Home | Main Index | Thread Index | Old Index