summaryrefslogtreecommitdiff
path: root/src/df.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1994-10-27 23:36:15 +0000
committerJim Meyering <jim@meyering.net>1994-10-27 23:36:15 +0000
commit1cd8c36e4dad2db1d6745ffa65c994ea69265b93 (patch)
tree3b4a4d5e67795e97f15ae8718d37660c8012f585 /src/df.c
parent2e9d555f8ce34edba4de7e3df007400f113b2167 (diff)
downloadcoreutils-1cd8c36e4dad2db1d6745ffa65c994ea69265b93.tar.xz
merge with 3.9t
Diffstat (limited to 'src/df.c')
-rw-r--r--src/df.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/df.c b/src/df.c
index 2145bfa41..0be20f78a 100644
--- a/src/df.c
+++ b/src/df.c
@@ -79,8 +79,9 @@ static int kilobyte_blocks;
/* If nonzero, use the POSIX output format. */
static int posix_format;
-/* If nonzero, invoke the `sync' system call. Using this option
- can make df very slow, especially with many or very busy disks. */
+/* If nonzero, invoke the `sync' system call before getting any usage data.
+ Using this option can make df very slow, especially with many or very
+ busy disks. */
static int require_sync;
/* Nonzero if errors have occurred. */