Another typo -- its vfs_newvnode().

This commit is contained in:
hannken 2020-08-28 07:28:59 +00:00
parent 1d675d5a3a
commit c1106e4a4f

View File

@ -1,4 +1,4 @@
.\" $NetBSD: vfsops.9,v 1.52 2020/08/27 14:14:00 fcambus Exp $
.\" $NetBSD: vfsops.9,v 1.53 2020/08/28 07:28:59 hannken Exp $
.\"
.\" Copyright (c) 2001 The NetBSD Foundation, Inc.
.\" All rights reserved.
@ -142,7 +142,7 @@ Ta Get vnode from file id
Ta Dv VFS_LOADVNODE \
Ta Initialize vnode with file
.\"
.It int (*vfs_loadvnode)() \
.It int (*vfs_newvnode)() \
Ta Dv VFS_NEWVNODE \
Ta Initialize vnode with new file
.\"