diff options
Diffstat (limited to 'lib/libc/sys')
-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 |