aboutsummaryrefslogtreecommitdiff
path: root/ja_JP.eucJP/man/man9/VOP_RDWR.9
diff options
context:
space:
mode:
Diffstat (limited to 'ja_JP.eucJP/man/man9/VOP_RDWR.9')
-rw-r--r--ja_JP.eucJP/man/man9/VOP_RDWR.96
1 files changed, 3 insertions, 3 deletions
diff --git a/ja_JP.eucJP/man/man9/VOP_RDWR.9 b/ja_JP.eucJP/man/man9/VOP_RDWR.9
index 7f51275633..00910e6077 100644
--- a/ja_JP.eucJP/man/man9/VOP_RDWR.9
+++ b/ja_JP.eucJP/man/man9/VOP_RDWR.9
@@ -26,7 +26,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" %FreeBSD: src/share/man/man9/VOP_RDWR.9,v 1.12 2001/10/01 16:09:24 ru Exp %
+.\" %FreeBSD: src/share/man/man9/VOP_RDWR.9,v 1.13 2002/12/12 17:25:58 ru Exp %
.\"
.\" $FreeBSD$
.Dd July 24, 1996
@@ -96,7 +96,7 @@ vop_read(struct vnode *vp, struct uio *uio, int ioflag, struct ucred *cred)
long size, xfersize, blkoffset;
int error;
- size = block size of filesystem;
+ size = block size of file system;
for (error = 0, bp = NULL; uio->uio_resid > 0; bp = NULL) {
bytesinfile = size of file - uio->uio_offset;
@@ -157,7 +157,7 @@ vop_write(struct vnode *vp, struct uio *uio, int ioflag, struct ucred *cred)
int error;
osize = size of file;
- size = block size of filesystem;
+ size = block size of file system;
resid = uio->uio_resid;
if (ioflag & IO_SYNC)
flags = B_SYNC;