summaryrefslogtreecommitdiff
path: root/share/man/man9
diff options
context:
space:
mode:
authorTed Unangst <tedu@cvs.openbsd.org>2003-03-10 19:56:30 +0000
committerTed Unangst <tedu@cvs.openbsd.org>2003-03-10 19:56:30 +0000
commit6a5d4fbfb70f50049bbbac93a2684c6d1a469419 (patch)
tree785055cc5b3ccb9eb08ba1ca6c12a1f79f9cefe6 /share/man/man9
parentf60d9767df5e8ccee65a2e2978523a7ed4b3c8cf (diff)
filesystem -> file system for section 9
ok jmc@
Diffstat (limited to 'share/man/man9')
-rw-r--r--share/man/man9/getdevvp.94
-rw-r--r--share/man/man9/getnewvnode.94
-rw-r--r--share/man/man9/shutdownhook_establish.94
-rw-r--r--share/man/man9/uvm.98
-rw-r--r--share/man/man9/vclean.96
-rw-r--r--share/man/man9/vget.94
-rw-r--r--share/man/man9/vgone.96
-rw-r--r--share/man/man9/vinvalbuf.94
8 files changed, 20 insertions, 20 deletions
diff --git a/share/man/man9/getdevvp.9 b/share/man/man9/getdevvp.9
index 4399aee43f0..dc4e2b5ff9f 100644
--- a/share/man/man9/getdevvp.9
+++ b/share/man/man9/getdevvp.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: getdevvp.9,v 1.2 2002/05/28 09:07:07 mpech Exp $
+.\" $OpenBSD: getdevvp.9,v 1.3 2003/03/10 19:56:29 tedu Exp $
.\"
.\" Copyright (C) 2002 Peter A. Werner. All rights reserved.
.\"
@@ -74,7 +74,7 @@ and
.Fn cdevvp
use getdevvp internally, specifying the third argument.
.Fn bdevvp
-will create a vnode for a block device, and is used for the root filesystem
+will create a vnode for a block device, and is used for the root file system
and swap areas, among other things.
.Fn cdevvp
will create a vnode for a character device and is used in kernfs and in some
diff --git a/share/man/man9/getnewvnode.9 b/share/man/man9/getnewvnode.9
index 2ac6962fecc..5c9b851503d 100644
--- a/share/man/man9/getnewvnode.9
+++ b/share/man/man9/getnewvnode.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: getnewvnode.9,v 1.2 2002/05/28 09:07:07 mpech Exp $
+.\" $OpenBSD: getnewvnode.9,v 1.3 2003/03/10 19:56:29 tedu Exp $
.\"
.\" Copyright (C) 2001 Chad David <davidc@acns.ab.ca>. All rights reserved.
.\"
@@ -65,7 +65,7 @@ The arguments to
are:
.Bl -tag -width ".Fa vops"
.It Fa tag
-The filesystem type.
+The file system type.
.It Fa mp
The mount point to add the new vnode to.
.It Fa vops
diff --git a/share/man/man9/shutdownhook_establish.9 b/share/man/man9/shutdownhook_establish.9
index 0a45c5a7180..7ebbd3f4a20 100644
--- a/share/man/man9/shutdownhook_establish.9
+++ b/share/man/man9/shutdownhook_establish.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: shutdownhook_establish.9,v 1.11 2002/03/01 00:10:52 art Exp $
+.\" $OpenBSD: shutdownhook_establish.9,v 1.12 2003/03/10 19:56:29 tedu Exp $
.\" $NetBSD: shutdownhook_establish.9,v 1.1 1995/11/25 21:24:52 perry Exp $
.\"
.\" Copyright (c) 1994 Christopher G. Demetriou
@@ -86,7 +86,7 @@ causing an endless loop.
An example of things that need to be done in a shutdown hook could be
stopping DMA engines that might corrupt memory when rebooting.
An example of things that shouldn't be done in a shutdown hook is syncing
-the filesystems.
+the file systems.
Once again, since the system could be rebooting because of an internal
inconsistency, writing down anything to permanent storage or trusting
the internal state of the system is a very bad idea.
diff --git a/share/man/man9/uvm.9 b/share/man/man9/uvm.9
index d37ac5a7842..948477eb7e0 100644
--- a/share/man/man9/uvm.9
+++ b/share/man/man9/uvm.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: uvm.9,v 1.17 2002/12/20 19:27:07 millert Exp $
+.\" $OpenBSD: uvm.9,v 1.18 2003/03/10 19:56:29 tedu Exp $
.\" $NetBSD: uvm.9,v 1.14 2000/06/29 06:08:44 mrg Exp $
.\"
.\" Copyright (c) 1998 Matthew R. Green
@@ -450,7 +450,7 @@ to
.Fa newsize .
Caller must hold a reference to the vnode.
If the vnode shrinks, pages no longer used are discarded.
-This function will be removed when the filesystem and VM buffer caches
+This function will be removed when the file system and VM buffer caches
are merged.
.Pp
The
@@ -461,7 +461,7 @@ or all dirty vnodes if
.Fa mp
is
.Dv NULL .
-This function will be removed when the filesystem and VM buffer caches
+This function will be removed when the file system and VM buffer caches
are merged.
.Pp
The
@@ -470,7 +470,7 @@ function frees all VM resources allocated to vnode
.Fa vp .
If the vnode still has references, it will not be destroyed; however
all future operations using this vnode will fail.
-This function will be removed when the filesystem and VM buffer caches
+This function will be removed when the file system and VM buffer caches
are merged.
.Pp
The
diff --git a/share/man/man9/vclean.9 b/share/man/man9/vclean.9
index 3ea655ed212..cfefb006416 100644
--- a/share/man/man9/vclean.9
+++ b/share/man/man9/vclean.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: vclean.9,v 1.2 2002/05/28 09:07:07 mpech Exp $
+.\" $OpenBSD: vclean.9,v 1.3 2003/03/10 19:56:29 tedu Exp $
.\"-
.\" Copyright (c) 2002 Peter Werner
.\" All rights reserved.
@@ -45,7 +45,7 @@ The
.Fn vclean
function clears any VM and buffer data associated with a vnode
.Fa vp
-and reclaims it from the underlying filesystem.
+and reclaims it from the underlying file system.
The arguments are:
.Bl -tag -width ".Fa flags"
.It Fa vp
@@ -60,7 +60,7 @@ will call
.Xr vinvalbuf 9
on the vnode.
If the vnode is active, it will be closed and inactivated in the
-underlying filesystem.
+underlying file system.
.El
.It Fa p
The process associated with this operation
diff --git a/share/man/man9/vget.9 b/share/man/man9/vget.9
index 70c6d871d7b..22f044be782 100644
--- a/share/man/man9/vget.9
+++ b/share/man/man9/vget.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: vget.9,v 1.2 2002/05/28 09:07:07 mpech Exp $
+.\" $OpenBSD: vget.9,v 1.3 2003/03/10 19:56:29 tedu Exp $
.\" -*- nroff -*-
.\"
.\" Copyright (c) 1996 Doug Rabson
@@ -68,7 +68,7 @@ to increment the reference count and remove it from the free list.
The vnode
.Fa vp
is in the process of being cleaned out from the underlying
-filesystem.
+file system.
.El
.Sh SEE ALSO
.Xr vnode 9 ,
diff --git a/share/man/man9/vgone.9 b/share/man/man9/vgone.9
index 8c046281f59..101c6ec1b3a 100644
--- a/share/man/man9/vgone.9
+++ b/share/man/man9/vgone.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: vgone.9,v 1.2 2003/03/08 23:17:18 jmc Exp $
+.\" $OpenBSD: vgone.9,v 1.3 2003/03/10 19:56:29 tedu Exp $
.\"
.\" Copyright (C) 2001 Chad David <davidc@acns.ab.ca>. All rights reserved.
.\"
@@ -44,8 +44,8 @@
.Fn vgone
and
.Fn vgonel
-prepare a vnode for reuse by another filesystem.
-The preparation includes the cleaning of all filesystem specific data and
+prepare a vnode for reuse by another file system.
+The preparation includes the cleaning of all file system specific data and
the removal from its mount point vnode list.
.Pp
The difference between
diff --git a/share/man/man9/vinvalbuf.9 b/share/man/man9/vinvalbuf.9
index d8a9b1ee1a5..7668076576f 100644
--- a/share/man/man9/vinvalbuf.9
+++ b/share/man/man9/vinvalbuf.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: vinvalbuf.9,v 1.2 2002/05/28 09:07:07 mpech Exp $
+.\" $OpenBSD: vinvalbuf.9,v 1.3 2003/03/10 19:56:29 tedu Exp $
.\"
.\" Copyright (C) 2001 Chad David <davidc@acns.ab.ca>. All rights reserved.
.\"
@@ -93,7 +93,7 @@ if (error)
.Sh ERRORS
.Bl -tag -width Er
.It Bq Er ENOSPC
-The filesystem is full.
+The file system is full.
(With
.Dv V_SAVE )
.It Bq Er EDQUOT