diff options
| author | wiz <wiz@NetBSD.org> | 2006-02-24 21:50:04 +0000 |
|---|---|---|
| committer | wiz <wiz@NetBSD.org> | 2006-02-24 21:50:04 +0000 |
| commit | ad381e882e0629cebe830a4ed3d84d9db6f290d5 (patch) | |
| tree | 6de0e4093f5eb4e2e75b4da267c235638cddd526 /lib/libc/sys | |
| parent | bade1adbc57c236f8ffade559ddb00a851fb8a86 (diff) | |
Improve English, fix a typo.
Diffstat (limited to 'lib/libc/sys')
| -rw-r--r-- | lib/libc/sys/posix_fadvise.2 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/libc/sys/posix_fadvise.2 b/lib/libc/sys/posix_fadvise.2 index f83cfa00ea3..22f5f60aa25 100644 --- a/lib/libc/sys/posix_fadvise.2 +++ b/lib/libc/sys/posix_fadvise.2 @@ -1,4 +1,4 @@ -.\" $NetBSD: posix_fadvise.2,v 1.1 2006/02/19 22:27:48 yamt Exp $ +.\" $NetBSD: posix_fadvise.2,v 1.2 2006/02/24 21:50:04 wiz Exp $ .\" .\" Copyright (c)2006 YAMAMOTO Takashi, .\" All rights reserved. @@ -30,7 +30,7 @@ .Os .Sh NAME .Nm posix_fadvise -.Nd give a hint about a future access pattern of a file +.Nd hint at the future access pattern of a file .\" ------------------------------------------------------------ .Sh LIBRARY .Lb libc @@ -42,7 +42,7 @@ .\" ------------------------------------------------------------ .Sh DESCRIPTION .Fn posix_fadvise -gives a hint about the application's access pattern to the range +hints at the application's access pattern to the file and range given by the file descriptor, .Fa fd , @@ -76,8 +76,8 @@ Will be accessed just once. .Pp Calling .Fn posix_fadvise -doesn't alter semantics of operations. -It's only a matter of the performance. +doesn't alter the semantics of the operations, +it is only a matter of performance. .\" ------------------------------------------------------------ .Sh RETURN VALUES On success, @@ -101,7 +101,7 @@ For .Dv POSIX_FADV_RANDOM , and .Dv POSIX_FADV_SEQUENTIAL , -the current implemetation ignores +the current implementation ignores .Fa offset and .Fa size , |
