From 336cfbbc9718ecdc205948497d1ff57f5cdae3a0 Mon Sep 17 00:00:00 2001 From: Jason McIntyre Date: Thu, 22 Sep 2005 14:33:09 +0000 Subject: remove one `file-system' example, and make another at least consistent with section 9; --- share/man/man9/uvm.9 | 4 ++-- share/man/man9/vnode.9 | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'share/man/man9') diff --git a/share/man/man9/uvm.9 b/share/man/man9/uvm.9 index 97f1f718f1c..a64b68fbd5f 100644 --- a/share/man/man9/uvm.9 +++ b/share/man/man9/uvm.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: uvm.9,v 1.25 2004/01/24 06:45:58 jmc Exp $ +.\" $OpenBSD: uvm.9,v 1.26 2005/09/22 14:33:08 jmc Exp $ .\" $NetBSD: uvm.9,v 1.14 2000/06/29 06:08:44 mrg Exp $ .\" .\" Copyright (c) 1998 Matthew R. Green @@ -478,7 +478,7 @@ The function disables vnode .Fa vp from persisting when all references are freed. -This function will be removed when the file-system and UVM caches +This function will be removed when the file system and UVM caches are unified. Returns true if there is no active vnode. .Sh VIRTUAL MEMORY I/O diff --git a/share/man/man9/vnode.9 b/share/man/man9/vnode.9 index b81d97fe03d..615db0c571a 100644 --- a/share/man/man9/vnode.9 +++ b/share/man/man9/vnode.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: vnode.9,v 1.19 2004/09/22 21:54:17 jaredy Exp $ +.\" $OpenBSD: vnode.9,v 1.20 2005/09/22 14:33:08 jmc Exp $ .\" .\" Copyright (c) 2001 Constantine Sapuntzakis .\" All rights reserved. @@ -186,7 +186,7 @@ They can be called on both active and inactive vnodes. When transitioning a vnode to the reclaimed state, the VFS will call .Xr VOP_RECLAIM 9 method. -File systems use this method to free any file-system specific data +File systems use this method to free any file-system-specific data they attached to the vnode. .Ss Vnode locks The vnode actually has three different types of lock: the vnode lock, -- cgit v1.2.3