diff options
author | Paul Janzen <pjanzen@cvs.openbsd.org> | 2002-08-09 09:29:51 +0000 |
---|---|---|
committer | Paul Janzen <pjanzen@cvs.openbsd.org> | 2002-08-09 09:29:51 +0000 |
commit | 665752a919f874c3d9db47a550784cf09cdfab67 (patch) | |
tree | 369c9b6140c5ab58c6f286892231573658eed097 /lib | |
parent | bd3d76cd788bcf7adfc9e869c11f263c1e6375d9 (diff) |
grammar nits
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/sys/getdirentries.2 | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/lib/libc/sys/getdirentries.2 b/lib/libc/sys/getdirentries.2 index 5a4a9d3aaec..3e48b163f95 100644 --- a/lib/libc/sys/getdirentries.2 +++ b/lib/libc/sys/getdirentries.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getdirentries.2,v 1.11 2002/08/06 18:45:03 aaron Exp $ +.\" $OpenBSD: getdirentries.2,v 1.12 2002/08/09 09:29:50 pjanzen Exp $ .\" $NetBSD: getdirentries.2,v 1.7 1995/10/12 15:40:50 jtc Exp $ .\" .\" Copyright (c) 1989, 1991, 1993 @@ -57,9 +57,8 @@ Up to of data will be transferred. .Fa nbytes must be greater than or equal to the -block size associated with the file, -see -.Xr stat 2 . +block size associated with the file (see +.Xr stat 2 ) . Some filesystems may not support .Fn getdirentries with buffers smaller than this size. @@ -143,7 +142,7 @@ Either .Fa buf or .Fa basep -point outside the allocated address space. +points outside the allocated address space. .It Bq Er EINVAL The file referenced by .Fa fd |