Source-Changes-HG archive

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

[src/trunk]: src/share/man/man9 Another typo -- its vfs_newvnode().



details:   https://anonhg.NetBSD.org/src/rev/40c8d104c9dd
branches:  trunk
changeset: 943180:40c8d104c9dd
user:      hannken <hannken%NetBSD.org@localhost>
date:      Fri Aug 28 07:28:59 2020 +0000

description:
Another typo -- its vfs_newvnode().

diffstat:

 share/man/man9/vfsops.9 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 99ef331aa9cb -r 40c8d104c9dd share/man/man9/vfsops.9
--- a/share/man/man9/vfsops.9   Fri Aug 28 07:23:48 2020 +0000
+++ b/share/man/man9/vfsops.9   Fri Aug 28 07:28:59 2020 +0000
@@ -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 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
 .\"



Home | Main Index | Thread Index | Old Index