perl/perl-Filesys-Df: Fix README.

Signed-off-by: B. Watson <yalhcru@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
B. Watson 2020-10-11 18:41:48 -04:00 committed by Willy Sudiarto Raharjo
parent b51d580171
commit 8b58d2688e
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
1 changed files with 4 additions and 3 deletions

View File

@ -1,4 +1,5 @@
Filesys::DF module provides a way to obtain filesystem disk space information.
Filesys::DF module provides a way to obtain filesystem disk space
information.
df() requires a argument that represents the filesystem you want to
query. The argument can be either a scalar directory/file name or a
@ -7,5 +8,5 @@ can tailor the size of the values returned. The default block size is
1024. This will cause the function to return the values in 1k blocks.
If you want bytes, set the block size to 1.
df() returns a reference to a hash. The keys available in the hash are as follows:
{blocks} {bfree} {bavail} {used} {per}.
df() returns a reference to a hash. The keys available in the hash are
as follows: {blocks} {bfree} {bavail} {used} {per}.