projects
/
platform
/
upstream
/
coreutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c4dfd31
)
df: adjust comment to match recent code change
author
Jim Meyering
<meyering@redhat.com>
Tue, 28 Apr 2009 12:45:43 +0000
(14:45 +0200)
committer
Jim Meyering
<meyering@redhat.com>
Tue, 28 Apr 2009 12:45:43 +0000
(14:45 +0200)
* src/df.c (main): Update comment to match.
src/df.c
patch
|
blob
|
history
diff --git
a/src/df.c
b/src/df.c
index
a3eb98a
..
070980e
100644
(file)
--- a/
src/df.c
+++ b/
src/df.c
@@
-988,8
+988,9
@@
main (int argc, char **argv)
{
int i;
- /* stat all the given entries to make sure they get automounted,
- if necessary, before reading the file system table. */
+ /* Open each of the given entries to make sure any corresponding
+ partition is automounted. This must be done before reading the
+ file system table. */
stats = xnmalloc (argc - optind, sizeof *stats);
for (i = optind; i < argc; ++i)
{