summaryrefslogtreecommitdiffstats
path: root/share/man/man9
diff options
context:
space:
mode:
Diffstat (limited to 'share/man/man9')
-rw-r--r--share/man/man9/VFS_CHECKEXP.92
-rw-r--r--share/man/man9/VOP_ACCESS.94
-rw-r--r--share/man/man9/VOP_ACLCHECK.92
-rw-r--r--share/man/man9/VOP_GETACL.92
-rw-r--r--share/man/man9/VOP_GETEXTATTR.96
-rw-r--r--share/man/man9/VOP_LOOKUP.94
-rw-r--r--share/man/man9/VOP_SETACL.96
-rw-r--r--share/man/man9/VOP_SETEXTATTR.910
-rw-r--r--share/man/man9/acl.98
-rw-r--r--share/man/man9/extattr.910
-rw-r--r--share/man/man9/inittodr.94
-rw-r--r--share/man/man9/vaccess.92
-rw-r--r--share/man/man9/vfs_unmountall.94
-rw-r--r--share/man/man9/vnode.92
14 files changed, 33 insertions, 33 deletions
diff --git a/share/man/man9/VFS_CHECKEXP.9 b/share/man/man9/VFS_CHECKEXP.9
index 502f4aa..3295972 100644
--- a/share/man/man9/VFS_CHECKEXP.9
+++ b/share/man/man9/VFS_CHECKEXP.9
@@ -51,7 +51,7 @@ Return parameter for the export flags for this client.
Return parameter for the anonymous credentials for this client.
.El
.Pp
-This should be called on a file system's mount structure to determine if it
+This should be called on a filesystem's mount structure to determine if it
is exported to a client whose address is contained in
.Fa nam .
.Pp
diff --git a/share/man/man9/VOP_ACCESS.9 b/share/man/man9/VOP_ACCESS.9
index ee95032..0b7ee02 100644
--- a/share/man/man9/VOP_ACCESS.9
+++ b/share/man/man9/VOP_ACCESS.9
@@ -76,9 +76,9 @@ vop_access(struct vnode *vp, int mode, struct ucred *cred, struct thread *td)
int error;
/*
- * Disallow write attempts on read-only file systems;
+ * Disallow write attempts on read-only filesystems;
* unless the file is a socket, fifo, or a block or
- * character device resident on the file system.
+ * character device resident on the filesystem.
*/
if (mode & VWRITE) {
switch (vp->v_type) {
diff --git a/share/man/man9/VOP_ACLCHECK.9 b/share/man/man9/VOP_ACLCHECK.9
index f95492f..be55b5d 100644
--- a/share/man/man9/VOP_ACLCHECK.9
+++ b/share/man/man9/VOP_ACLCHECK.9
@@ -86,7 +86,7 @@ Permission denied
.It Bq Er ENOMEM
Insufficient memory available to fulfill request
.It Bq Er EOPNOTSUPP
-The file system does not support VOP_ACLCHECK
+The filesystem does not support VOP_ACLCHECK
.El
.Sh SEE ALSO
.Xr acl 9 ,
diff --git a/share/man/man9/VOP_GETACL.9 b/share/man/man9/VOP_GETACL.9
index 7846fa0..1404b40 100644
--- a/share/man/man9/VOP_GETACL.9
+++ b/share/man/man9/VOP_GETACL.9
@@ -83,7 +83,7 @@ Permission denied
.It Bq Er ENOMEM
Insufficient memory available to fulfill request
.It Bq Er EOPNOTSUPP
-The file system does not support
+The filesystem does not support
.Fn VOP_GETACL
.El
.Sh SEE ALSO
diff --git a/share/man/man9/VOP_GETEXTATTR.9 b/share/man/man9/VOP_GETEXTATTR.9
index 257f66b..5a54c46 100644
--- a/share/man/man9/VOP_GETEXTATTR.9
+++ b/share/man/man9/VOP_GETEXTATTR.9
@@ -88,7 +88,7 @@ This
setting might be used to allow the kernel to authorize extended attribute
retrieval that the active process might not be permitted to do.
.Pp
-Extended attribute semantics may vary by file system implementing the call.
+Extended attribute semantics may vary by filesystem implementing the call.
More information on extended attributes may be found in
.Xr extattr 9 .
.Sh LOCKS
@@ -103,7 +103,7 @@ The attribute name is not defined for this vnode
.It Bq Er EACCES
Permission denied
.It Bq Er ENXIO
-The request was not valid in this file system for the specified vnode and
+The request was not valid in this filesystem for the specified vnode and
attribute name.
.It Bq Er ENOMEM
Insufficient memory available to fulfill request
@@ -116,7 +116,7 @@ or
.Fa uio
argument is invalid.
.It Bq Er EOPNOTSUPP
-The file system does not support
+The filesystem does not support
.Fn VOP_GETEXTATTR
.El
.Sh SEE ALSO
diff --git a/share/man/man9/VOP_LOOKUP.9 b/share/man/man9/VOP_LOOKUP.9
index d6c6c9e..ad9ca0e 100644
--- a/share/man/man9/VOP_LOOKUP.9
+++ b/share/man/man9/VOP_LOOKUP.9
@@ -77,7 +77,7 @@ struct componentname {
.Pp
Convert a component of a pathname into a pointer to a locked vnode.
This is a very central and rather complicated routine.
-If the file system is not maintained in a strict tree hierarchy,
+If the filesystem is not maintained in a strict tree hierarchy,
this can result in a deadlock situation.
.Pp
The
@@ -371,7 +371,7 @@ vop_lookup(struct vnode *dvp,
* infrequently since we cannot avoid this race condition without
* implementing a sophisticated deadlock detection algorithm.
* Note also that this simple deadlock detection scheme will not
- * work if the file system has any hard links other than ".."
+ * work if the filesystem has any hard links other than ".."
* that point backwards in the directory structure.
*/
if (flags & ISDOTDOT) {
diff --git a/share/man/man9/VOP_SETACL.9 b/share/man/man9/VOP_SETACL.9
index e3568f7..bb2949f 100644
--- a/share/man/man9/VOP_SETACL.9
+++ b/share/man/man9/VOP_SETACL.9
@@ -87,12 +87,12 @@ Permission denied
.It Bq Er ENOMEM
Insufficient memory available to fulfill request
.It Bq Er EOPNOTSUPP
-The file system does not support
+The filesystem does not support
.Fn VOP_SETACL
.It Bq Er ENOSPC
-The file system is out of space
+The filesystem is out of space
.It Bq Er EROFS
-The file system is read-only
+The filesystem is read-only
.El
.Sh SEE ALSO
.Xr acl 9 ,
diff --git a/share/man/man9/VOP_SETEXTATTR.9 b/share/man/man9/VOP_SETEXTATTR.9
index d1091d7..5047553 100644
--- a/share/man/man9/VOP_SETEXTATTR.9
+++ b/share/man/man9/VOP_SETEXTATTR.9
@@ -80,7 +80,7 @@ This
setting might be used to allow the kernel to authorize extended attribute
changes that the active process might not be permitted to make.
.Pp
-Extended attribute semantics may vary by file system implementing the call.
+Extended attribute semantics may vary by filesystem implementing the call.
More information on extended attributes may be found in
.Xr extattr 9 .
.Sh LOCKS
@@ -93,7 +93,7 @@ Otherwise, an appropriate error code is returned.
.It Bq Er EACCES
Permission denied
.It Bq Er ENXIO
-The request was not valid in this file system for the specified vnode and
+The request was not valid in this filesystem for the specified vnode and
attribute name.
.It Bq Er ENOMEM
Insufficient memory available to fulfill request
@@ -102,12 +102,12 @@ The uio structure refers to an invalid userspace address
.It Bq Er EINVAL
The name or uio argument is invalid
.It Bq Er EOPNOTSUPP
-The file system does not support
+The filesystem does not support
.Fn VOP_SETEXTATTR
.It Bq Er ENOSPC
-The file system is out of space
+The filesystem is out of space
.It Bq Er EROFS
-The file system is read-only
+The filesystem is read-only
.El
.Sh SEE ALSO
.Xr extattr 9 ,
diff --git a/share/man/man9/acl.9 b/share/man/man9/acl.9
index e07c63a..9c25c4e 100644
--- a/share/man/man9/acl.9
+++ b/share/man/man9/acl.9
@@ -30,7 +30,7 @@
.Dt ACL 9
.Sh NAME
.Nm acl
-.Nd virtual file system access control lists
+.Nd virtual filesystem access control lists
.Sh SYNOPSIS
.In sys/param.h
.In sys/vnode.h
@@ -42,10 +42,10 @@ In the kernel configuration file:
Access control lists, or ACLs,
allow fine-grained specification of rights
for vnodes representing files and directories.
-However, as there are a plethora of file systems with differing ACL semantics,
+However, as there are a plethora of filesystems with differing ACL semantics,
the vnode interface is aware only of the syntax of ACLs,
-relying on the underlying file system to implement the details.
-Depending on the underlying file system, each file or directory
+relying on the underlying filesystem to implement the details.
+Depending on the underlying filesystem, each file or directory
may have zero or more ACLs associated with it, named using the
.Fa type
field of the appropriate vnode ACL calls:
diff --git a/share/man/man9/extattr.9 b/share/man/man9/extattr.9
index 70ecb11..224df09 100644
--- a/share/man/man9/extattr.9
+++ b/share/man/man9/extattr.9
@@ -30,7 +30,7 @@
.Dt EXTATTR 9
.Sh NAME
.Nm extattr
-.Nd virtual file system named extended attributes
+.Nd virtual filesystem named extended attributes
.Sh SYNOPSIS
.In sys/param.h
.In sys/vnode.h
@@ -47,7 +47,7 @@ operation refers.
If the same name is present in multiple namespaces, the extended attributes
associated with the names are stored and manipulated independently.
The following two namespaces are defined universally, although individual
-file systems may implement additional namespaces, or not implement
+filesystems may implement additional namespaces, or not implement
these namespaces:
.Dv EXTATTR_NAMESPACE_USER ,
.Dv EXTATTR_NAMESPACE_SYSTEM .
@@ -62,16 +62,16 @@ the meta-data, in the style of
.Xr VOP_READ 9 ,
but writes will replace the entire current "value" associated with
a given name.
-As there are a plethora of file systems with differing extended attributes,
+As there are a plethora of filesystems with differing extended attributes,
availability and functionality of these functions may be limited, and they
should be used with awareness of the underlying semantics of the supporting
-file system.
+filesystem.
Authorization schemes for extended attribute data may also vary by file
system, as well as maximum attribute size, and whether or not any or
specific new attributes may be defined.
.Pp
Extended attributes are named using a null-terminated character string.
-Depending on underlying file system semantics, this name may or may not be
+Depending on underlying filesystem semantics, this name may or may not be
case-sensitive. Appropriate vnode extended attribute calls are:
.Xr VOP_GETEXTATTR 9
and
diff --git a/share/man/man9/inittodr.9 b/share/man/man9/inittodr.9
index 39dd741..281ba23 100644
--- a/share/man/man9/inittodr.9
+++ b/share/man/man9/inittodr.9
@@ -48,12 +48,12 @@ The
function determines the time and sets the system clock.
It tries to pick the correct time using a set of heuristics that examine
the system's battery backed clock and the time obtained from the root
-file system, as given in
+filesystem, as given in
.Fa base .
How the
.Fa base
value is obtained will vary depending on the
-root file system type.
+root filesystem type.
The heuristics used include:
.Bl -bullet
.It
diff --git a/share/man/man9/vaccess.9 b/share/man/man9/vaccess.9
index fd05071..b366830 100644
--- a/share/man/man9/vaccess.9
+++ b/share/man/man9/vaccess.9
@@ -48,7 +48,7 @@
This call implements the logic for the
.Ux
discretionary file security model
-common to many file systems in
+common to many filesystems in
.Fx .
It accepts the vnodes type
.Fa type ,
diff --git a/share/man/man9/vfs_unmountall.9 b/share/man/man9/vfs_unmountall.9
index 37c269e..7e9dfc9 100644
--- a/share/man/man9/vfs_unmountall.9
+++ b/share/man/man9/vfs_unmountall.9
@@ -29,7 +29,7 @@
.Os
.Sh NAME
.Nm vfs_unmountall
-.Nd unmount all file systems
+.Nd unmount all filesystems
.Sh SYNOPSIS
.In sys/param.h
.In sys/mount.h
@@ -40,7 +40,7 @@ The
.Nm
function,
run only at system shutdown,
-unmounts all file mounted file systems
+unmounts all file mounted filesystems
from most recent to oldest
in order to avoid handling dependencies.
.Sh SEE ALSO
diff --git a/share/man/man9/vnode.9 b/share/man/man9/vnode.9
index 55095cb..4c17884 100644
--- a/share/man/man9/vnode.9
+++ b/share/man/man9/vnode.9
@@ -127,7 +127,7 @@ struct vnode {
/*
* Vnode flags.
*/
-#define VROOT 0x00001 /* root of its file system */
+#define VROOT 0x00001 /* root of its filesystem */
#define VTEXT 0x00002 /* vnode is a pure text prototype */
#define VSYSTEM 0x00004 /* vnode being used by kernel */
#define VISTTY 0x00008 /* vnode represents a tty */
OpenPOWER on IntegriCloud