diff --git a/share/man/man9/vnode.9 b/share/man/man9/vnode.9 index 2857a5f50421..045724672112 100644 --- a/share/man/man9/vnode.9 +++ b/share/man/man9/vnode.9 @@ -1,4 +1,4 @@ -.\" $NetBSD: vnode.9,v 1.15 2003/04/04 20:55:25 wiz Exp $ +.\" $NetBSD: vnode.9,v 1.16 2003/04/06 07:07:41 gmcgarry Exp $ .\" .\" Copyright (c) 2001 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -63,7 +63,6 @@ .Nm vdevgone , .Nm vwakeup , .Nm vflushbuf , -.Nm vfs_shutdown , .Nm vinvalbuf , .Nm vtruncbuf , .Nm vprint @@ -119,8 +118,6 @@ .Fn vwakeup "struct buf *bp" .Ft void .Fn vflushbuf "struct vnode *vp" "int sync" -.Ft void -.Fn vfs_shutdown "void" .Ft int .Fn vinvalbuf "struct vnode *vp" "int flags" "struct ucred *cred" "struct proc *p" "int slpflag" "int slptimeo" .Ft int @@ -726,10 +723,6 @@ will sleep until is zero and .Em vp-\*[Gt]v_dirtyblkhd is empty. -.It Fn vfs_shutdown -Sync and unmount file systems before shutting down. -Usually called by -.Xr cpu_reboot 9 . .It Fn vinvalbuf "vp" "flags" "cred" "p" "slpflag" "slptimeo" Flush out and invalidate all buffers associated with locked vnode .Fa vp .