diff options
Diffstat (limited to 'e-util/e-fsutils.c')
-rw-r--r-- | e-util/e-fsutils.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/e-util/e-fsutils.c b/e-util/e-fsutils.c index cb126df0cf..97118eddd0 100644 --- a/e-util/e-fsutils.c +++ b/e-util/e-fsutils.c @@ -51,10 +51,10 @@ /** * e_fsutils_usage: - * @path: - * + * @path: + * * Calculate the amount of disk space used by a given path. - * + * * Return value: The number of 1024 byte blocks used by the * filesystem. **/ @@ -118,10 +118,10 @@ fail: /** * e_fsutils_avail: - * @path: - * + * @path: + * * Find the available disk space at the given path. - * + * * Return value: -1 if it could not be determined, otherwise the * number of disk blocks, expressed as system-independent, 1024 byte * blocks. |