summaryrefslogtreecommitdiff
path: root/doc/coreutils.texi
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2006-09-19 22:39:38 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2006-09-19 22:39:38 +0000
commit856443a97d9e2510a6e4fcbd486f181190e8165e (patch)
tree4514c66dcfaaec0f812914b3419f5648380b7c21 /doc/coreutils.texi
parent7889cfbbc7a0fff35d65dce18bc995816aec2389 (diff)
downloadcoreutils-856443a97d9e2510a6e4fcbd486f181190e8165e.tar.xz
* coreutils.texi (Disk usage): Clarify intro. Problem reported by Van Ly.
Diffstat (limited to 'doc/coreutils.texi')
-rw-r--r--doc/coreutils.texi8
1 files changed, 3 insertions, 5 deletions
diff --git a/doc/coreutils.texi b/doc/coreutils.texi
index 9b344fa17..bcc336f60 100644
--- a/doc/coreutils.texi
+++ b/doc/coreutils.texi
@@ -9229,11 +9229,9 @@ For example, use @samp{touch ./12312359 main.c} or @samp{touch -t
@cindex disk usage
-No disk can hold an infinite amount of data. These commands report on
-how much disk storage is in use or available. (This has nothing much to
-do with how much @emph{main memory}, i.e., RAM, a program is using when
-it runs; for that, you want @command{ps} or @command{pstat} or @command{swap}
-or some such command.)
+No disk can hold an infinite amount of data. These commands report
+how much disk storage is in use or available, report other file and
+file status information, and write buffers to disk.
@menu
* df invocation:: Report file system disk space usage.