summaryrefslogtreecommitdiffstats
path: root/perl
diff options
context:
space:
mode:
author B. Watson2020-10-12 00:41:48 +0200
committer Willy Sudiarto Raharjo2020-10-17 04:37:13 +0200
commit8b58d2688e9fdb3d6c2874bf250559d7ff0cb7b2 (patch)
tree39675ede8cf9ea664fbcffca9e0f1878cd6844d8 /perl
parentb51d5801719500956ddc53d6b86e7465d42d3310 (diff)
downloadslackbuilds-8b58d2688e9fdb3d6c2874bf250559d7ff0cb7b2.tar.gz
perl/perl-Filesys-Df: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'perl')
-rw-r--r--perl/perl-Filesys-Df/README7
1 files changed, 4 insertions, 3 deletions
diff --git a/perl/perl-Filesys-Df/README b/perl/perl-Filesys-Df/README
index 2d5b677dbc..159fea6c48 100644
--- a/perl/perl-Filesys-Df/README
+++ b/perl/perl-Filesys-Df/README
@@ -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}. \ No newline at end of file
+df() returns a reference to a hash. The keys available in the hash are
+as follows: {blocks} {bfree} {bavail} {used} {per}.