Source-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/src/rev/30aeddad7757
branches:  trunk
changeset: 584552:30aeddad7757
user:      wiz <wiz%NetBSD.org@localhost>
date:      Fri Sep 23 20:30:48 2005 +0000

description:
Add missing comma. Mark up NULL with Dv.

diffstat:

 share/man/man9/vfsops.9 |  14 ++++++++------
 1 files changed, 8 insertions(+), 6 deletions(-)

diffs (42 lines):

diff -r e5617cdd39ab -r 30aeddad7757 share/man/man9/vfsops.9
--- a/share/man/man9/vfsops.9   Fri Sep 23 20:29:08 2005 +0000
+++ b/share/man/man9/vfsops.9   Fri Sep 23 20:30:48 2005 +0000
@@ -1,4 +1,4 @@
-.\"     $NetBSD: vfsops.9,v 1.22 2005/09/23 12:10:32 jmmv Exp $
+.\"     $NetBSD: vfsops.9,v 1.23 2005/09/23 20:30:48 wiz Exp $
 .\"
 .\" Copyright (c) 2001 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -137,7 +137,7 @@
 value to the effect that it is not supported.
 .Em vfs_reinit ,
 .Em vfs_mountroot ,
-.Em vfs_fhtovp
+.Em vfs_fhtovp ,
 and
 .Em vfs_vptofh
 may
@@ -317,8 +317,9 @@
 .Fn nfs_check_export
 to check if the file is accessable to the client.
 .Pp
-If this function's pointer is set to NULL, the underlying file system will
-not be NFS exportable.
+If this function's pointer is set to
+.Dv NULL ,
+the underlying file system will not be NFS exportable.
 If it is defined, though,
 .Fn VFS_VPTOFH
 must be defined too.
@@ -333,8 +334,9 @@
 the file system as well as noticing when a file has been removed and
 the file system resources have been recycled for a new file.
 .Pp
-If this function's pointer is set to NULL, the underlying file system will
-not be NFS exportable.
+If this function's pointer is set to
+.Dv NULL ,
+the underlying file system will not be NFS exportable.
 If it is defined, though,
 .Fn VFS_FHTOVP
 must be defined too.



Home | Main Index | Thread Index | Old Index