aboutsummaryrefslogtreecommitdiff
path: root/share/man/man9/VOP_ACCESS.9
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2002-12-12 17:26:04 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2002-12-12 17:26:04 +0000
commit8d5d039f80a8d31947f4e84af20e8a56d0009c32 (patch)
tree8a8960200349aa661a39654202f6e0adc5e7360e /share/man/man9/VOP_ACCESS.9
parente66cdcd7e074533df2cf60b30ee57b5607535d28 (diff)
downloadsrc-8d5d039f80a8d31947f4e84af20e8a56d0009c32.tar.gz
src-8d5d039f80a8d31947f4e84af20e8a56d0009c32.zip
Uniformly refer to a file system as "file system".
Approved by: re
Notes
Notes: svn path=/head/; revision=107788
Diffstat (limited to 'share/man/man9/VOP_ACCESS.9')
-rw-r--r--share/man/man9/VOP_ACCESS.92
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man9/VOP_ACCESS.9 b/share/man/man9/VOP_ACCESS.9
index a72a7993b8e9..f1a1aa2a8623 100644
--- a/share/man/man9/VOP_ACCESS.9
+++ b/share/man/man9/VOP_ACCESS.9
@@ -76,7 +76,7 @@ vop_access(struct vnode *vp, int mode, struct ucred *cred, struct thread *td)
int error;
/*
- * Disallow write attempts on read-only filesystems;
+ * Disallow write attempts on read-only file systems;
* unless the file is a socket, fifo, or a block or
* character device resident on the filesystem.
*/