diff options
Diffstat (limited to 'filesystems/p5-Filesys-Statvfs/pkg-descr')
| -rw-r--r-- | filesystems/p5-Filesys-Statvfs/pkg-descr | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/filesystems/p5-Filesys-Statvfs/pkg-descr b/filesystems/p5-Filesys-Statvfs/pkg-descr new file mode 100644 index 000000000000..af468cd421ee --- /dev/null +++ b/filesystems/p5-Filesys-Statvfs/pkg-descr @@ -0,0 +1,13 @@ +Interface for statvfs() and fstatvfs() + +Unless you need access to the bsize, flag, and namemax values, you should +probably look at using Filesys::DfPortable or Filesys::Df instead. + +The statvfs() and fstatvfs() functions will return a list of values, or +will return undef and set $! if there was an error. + +The values returned are described in the statvfs header or the statvfs() +man page. + +The module assumes that if you have statvfs(), fstatvfs() will also be +available. |
