diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/gen/statvfs.3 | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/lib/libc/gen/statvfs.3 b/lib/libc/gen/statvfs.3 index f36c26f..372e536 100644 --- a/lib/libc/gen/statvfs.3 +++ b/lib/libc/gen/statvfs.3 @@ -137,12 +137,21 @@ through this interface. The .Fn statvfs and -.Fn statfs +.Fn fstatvfs functions may fail for any of the reasons documented for .Xr statfs 2 +or +.Xr fstatfs 2 +and +.Xr pathconf 3 +or +.Xr fpathconf 3 , +respectively. +In addition, +.Fn statvfs and -.Xr pathconf 3 , -plus the following: +.Fn fstatvfs +functions may also fail for the following reason: .Bl -tag -width Er .It Bq Er EOVERFLOW One or more of the filesystem statistics has a value which cannot be |