]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
* coreutils.texi (Disk usage): Clarify intro. Problem reported by Van Ly.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 19 Sep 2006 22:39:38 +0000 (22:39 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 19 Sep 2006 22:39:38 +0000 (22:39 +0000)
doc/ChangeLog
doc/coreutils.texi

index bb84f1960f8fbbb457d4e9e8f1d3804bc541b52d..10e4109d77fcd438ed6296ccda12b07cfdd8798e 100644 (file)
@@ -2,6 +2,7 @@
 
        * coreutils.texi (cp invocation): Say that -i and -f are
        independent.  Clarify -i's behavior.
+       (Disk usage): Clarify intro.  Problem reported by Van Ly.
 
 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
 
index 9b344fa17cf293949a6e86c4807225259da494d1..bcc336f605c230fc2ba89180ddb82b6481716c85 100644 (file)
@@ -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.