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 arg
details: https://anonhg.NetBSD.org/src/rev/e13fb7c0b28b
branches: trunk
changeset: 935531:e13fb7c0b28b
user: christos <christos%NetBSD.org@localhost>
date: Sat Jul 04 21:07:29 2020 +0000
description:
add missing arg
diffstat:
share/man/man9/vfsops.9 | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 84ace693c0a8 -r e13fb7c0b28b share/man/man9/vfsops.9
--- a/share/man/man9/vfsops.9 Sat Jul 04 21:04:25 2020 +0000
+++ b/share/man/man9/vfsops.9 Sat Jul 04 21:07:29 2020 +0000
@@ -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 @@
.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
Home |
Main Index |
Thread Index |
Old Index