diff options
| author | Alfred Perlstein <alfred@FreeBSD.org> | 2004-07-16 01:18:13 +0000 |
|---|---|---|
| committer | Alfred Perlstein <alfred@FreeBSD.org> | 2004-07-16 01:18:13 +0000 |
| commit | 85e8765b7eb67206e0683ab764011c4f8800d8de (patch) | |
| tree | 8ce4c83bc8f2fb37e8cd61b413306ef02ef10515 /lib/libc | |
| parent | dad7b41a9b0c362f37fefd78b791439d08164b18 (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/sys/getfsstat.2 | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/lib/libc/sys/getfsstat.2 b/lib/libc/sys/getfsstat.2 index 41d99047f9f9..3100d93586f1 100644 --- a/lib/libc/sys/getfsstat.2 +++ b/lib/libc/sys/getfsstat.2 @@ -63,8 +63,13 @@ Fields that are undefined for a particular file system are set to -1. The buffer is filled with an array of .Fa fsstat structures, one for each mounted file system -up to the size specified by +up to the byte count specified by .Fa bufsize . +Note, the +.Fa bufsize +argument is the number of bytes that +.Fa buf +can hold, not the count of statfs structures it will hold. .Pp If .Fa buf |
