freebsd-ports/sysutils/p5-Filesys-Statvfs/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00

13 lines
473 B
Text

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.