From e8624032ec2f2b11171066d1d99d2d8fd14f76fa Mon Sep 17 00:00:00 2001 From: Paul Tucker Date: Wed, 22 Mar 2000 05:15:13 +0000 Subject: [PATCH] Document the DiskSpace() and related functions --- harbour/doc/en/diskspac.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/harbour/doc/en/diskspac.txt b/harbour/doc/en/diskspac.txt index cd0116630c..c05bd2ab31 100644 --- a/harbour/doc/en/diskspac.txt +++ b/harbour/doc/en/diskspac.txt @@ -48,7 +48,7 @@ * * If information is requested on a removeable disk that is not available, * the O/S may request that a disk be inserted in the drive, otherwise the - * return value will be 0.0 + * return value will be 0. * $EXAMPLES$ * ? "You can use : " +Str( DiskSpace() ) + " bytes " +; * "Out of a total of " + Str( DiskSpace(0,HB_FS_TOTAL) ) @@ -57,7 +57,7 @@ * $COMPLIANCE$ * CA-Clipper will return an integer value which limits it's usefulness to * drives less than 2 gigabytes. The Harbour version returns a floating - * point value. + * point value if the disk is > 2 gigabytes. * is a Harbour extension. * $SEEALSO$ * DISKFREE(),DISKUSED(),DISKFULL(),tests\tstdspac.prg