summaryrefslogtreecommitdiff
path: root/share/man/man9
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2005-09-22 14:33:09 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2005-09-22 14:33:09 +0000
commit336cfbbc9718ecdc205948497d1ff57f5cdae3a0 (patch)
tree3171b01816d6a0d5293afa33cf10b33edfacc6d2 /share/man/man9
parent058fb8921d7c13dee67c52923f86c1439f35f9dc (diff)
remove one `file-system' example, and make another at least consistent
with section 9;
Diffstat (limited to 'share/man/man9')
-rw-r--r--share/man/man9/uvm.94
-rw-r--r--share/man/man9/vnode.94
2 files changed, 4 insertions, 4 deletions
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,