Module Name:    src
Committed By:   christos
Date:           Sat Jul  4 21:07:29 UTC 2020

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

Log Message:
add missing arg


To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 src/share/man/man9/vfsops.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/vfsops.9
diff -u src/share/man/man9/vfsops.9:1.49 src/share/man/man9/vfsops.9:1.50
--- src/share/man/man9/vfsops.9:1.49	Tue Jan  1 05:06:54 2019
+++ src/share/man/man9/vfsops.9	Sat Jul  4 17:07:29 2020
@@ -1,4 +1,4 @@
-.\"     $NetBSD: vfsops.9,v 1.49 2019/01/01 10:06:54 hannken Exp $
+.\"     $NetBSD: vfsops.9,v 1.50 2020/07/04 21:07:29 christos Exp $
 .\"
 .\" Copyright (c) 2001 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -27,7 +27,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd January 1, 2019
+.Dd July 4, 2020
 .Dt VFSOPS 9
 .Os
 .Sh NAME
@@ -360,7 +360,7 @@ The new key is returned in the address s
 .Fa new_key .
 .Pp
 Caller of this function assures no other thread will try to load this file.
-.It Fn VFS_NEWVNODE "mp" "dvp" "vp" "vap" "cred" "key_len" "new_key"
+.It Fn VFS_NEWVNODE "mp" "dvp" "vp" "vap" "cred" "extra" "key_len" "new_key"
 Initialise the vnode
 .Fa vp
 with a new file for the file system specified by the mount structure

Reply via email to