Module Name:    src
Committed By:   wiz
Date:           Sat Feb 22 11:08:05 UTC 2014

Modified Files:
        src/share/man/man9: vfssubr.9

Log Message:
Mark up NULL with Dv.


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/share/man/man9/vfssubr.9

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/man9/vfssubr.9
diff -u src/share/man/man9/vfssubr.9:1.21 src/share/man/man9/vfssubr.9:1.22
--- src/share/man/man9/vfssubr.9:1.21	Sat Feb 22 10:05:54 2014
+++ src/share/man/man9/vfssubr.9	Sat Feb 22 11:08:05 2014
@@ -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 @@ This function is used to synchronize acc
 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 @@ is true, preserve the reference added by
 .Fn vfs_busy .
 If
 .Fa nextp
-is not NULL, the
+is not
+.Dv NULL ,
+the
 .Em mountlist_lock
 will be aquired and
 .Fa nextp

Reply via email to