Source-Changes-HG archive

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

[src/trunk]: src/share/man/man9 vgonel takes two parameters, not one.



details:   https://anonhg.NetBSD.org/src/rev/727a71b0facf
branches:  trunk
changeset: 583426:727a71b0facf
user:      jmmv <jmmv%NetBSD.org@localhost>
date:      Fri Aug 05 13:37:25 2005 +0000

description:
vgonel takes two parameters, not one.

diffstat:

 share/man/man9/vnode.9 |  8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diffs (36 lines):

diff -r d987cf516f12 -r 727a71b0facf share/man/man9/vnode.9
--- a/share/man/man9/vnode.9    Fri Aug 05 13:32:06 2005 +0000
+++ b/share/man/man9/vnode.9    Fri Aug 05 13:37:25 2005 +0000
@@ -1,4 +1,4 @@
-.\"     $NetBSD: vnode.9,v 1.27 2005/08/05 13:28:50 jmmv Exp $
+.\"     $NetBSD: vnode.9,v 1.28 2005/08/05 13:37:25 jmmv Exp $
 .\"
 .\" Copyright (c) 2001 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -99,7 +99,7 @@
 .Ft void
 .Fn vgone "struct vnode *vp"
 .Ft void
-.Fn vgonel "struct vnode *vp"
+.Fn vgonel "struct vnode *vp" "struct proc *p"
 .Ft int
 .Fn vflush "struct mount *mp" "struct vnode *skipvp" "int flags"
 .Ft int
@@ -438,6 +438,8 @@
 SMB file system
 .It VT_PTYFS
 pseudo-terminal device file system
+.It VT_TMPFS
+efficient memory file system
 .El
 .Pp
 All vnode locking operations use
@@ -650,7 +652,7 @@
 Eliminate all activity associated with the unlocked vnode
 .Fa vp
 in preparation for recycling.
-.It Fn vgonel "vp"
+.It Fn vgonel "vp" "p"
 Eliminate all activity associated with the locked vnode
 .Fa vp
 in preparation for recycling.



Home | Main Index | Thread Index | Old Index