summaryrefslogtreecommitdiffstats
path: root/share/man/man9/VOP_ACCESS.9
diff options
context:
space:
mode:
authortrhodes <trhodes@FreeBSD.org>2002-05-16 05:21:58 +0000
committertrhodes <trhodes@FreeBSD.org>2002-05-16 05:21:58 +0000
commit1de8f5f8fc0db3df08b08deb4906dac3cf9a0a84 (patch)
tree7dc242848af509e4815610c47e7895009e9abdf0 /share/man/man9/VOP_ACCESS.9
parent054f70b470751d5cb9034aa91797a323d497516c (diff)
downloadFreeBSD-src-1de8f5f8fc0db3df08b08deb4906dac3cf9a0a84.zip
FreeBSD-src-1de8f5f8fc0db3df08b08deb4906dac3cf9a0a84.tar.gz
More file system > filesystem
Diffstat (limited to 'share/man/man9/VOP_ACCESS.9')
-rw-r--r--share/man/man9/VOP_ACCESS.94
1 files changed, 2 insertions, 2 deletions
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) {
OpenPOWER on IntegriCloud