diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2002-12-12 17:26:04 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2002-12-12 17:26:04 +0000 |
commit | 8d5d039f80a8d31947f4e84af20e8a56d0009c32 (patch) | |
tree | 8a8960200349aa661a39654202f6e0adc5e7360e /share/man/man9/VOP_FSYNC.9 | |
parent | e66cdcd7e074533df2cf60b30ee57b5607535d28 (diff) |
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_FSYNC.9')
-rw-r--r-- | share/man/man9/VOP_FSYNC.9 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man9/VOP_FSYNC.9 b/share/man/man9/VOP_FSYNC.9 index eabba3206b33..63d49e67fa1f 100644 --- a/share/man/man9/VOP_FSYNC.9 +++ b/share/man/man9/VOP_FSYNC.9 @@ -33,14 +33,14 @@ .Dt VOP_FSYNC 9 .Sh NAME .Nm VOP_FSYNC -.Nd flush filesystem buffers for a file +.Nd flush file system buffers for a file .Sh SYNOPSIS .In sys/param.h .In sys/vnode.h .Ft int .Fn VOP_FSYNC "struct vnode *vp" "struct ucred *cred" "int waitfor" "struct thread *td" .Sh DESCRIPTION -This call flushes any dirty filesystem buffers for the file. +This call flushes any dirty file system buffers for the file. It is used to implement the .Xr sync 2 and @@ -62,7 +62,7 @@ synchronously wait for I/O to complete .It Dv MNT_NOWAIT start all I/O, but do not wait for it .It Dv MNT_LAZY -push data not written by filesystem syncer +push data not written by file system syncer .El .It Ar td the calling thread @@ -139,7 +139,7 @@ loop: .Sh ERRORS .Bl -tag -width Er .It Bq Er ENOSPC -The filesystem is full. +The file system is full. .It Bq Er EDQUOT Quota exceeded. .El |