Module Name: src Committed By: hannken Date: Fri Aug 28 07:29:00 UTC 2020
Modified Files: src/share/man/man9: vfsops.9 Log Message: Another typo -- its vfs_newvnode(). To generate a diff of this commit: cvs rdiff -u -r1.52 -r1.53 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.52 src/share/man/man9/vfsops.9:1.53 --- src/share/man/man9/vfsops.9:1.52 Thu Aug 27 14:14:00 2020 +++ src/share/man/man9/vfsops.9 Fri Aug 28 07:28:59 2020 @@ -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 .\"