summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1998-06-22 21:33:57 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1998-06-22 21:33:57 +0000
commit78161b52aece5f846fe740001d0a10807199b881 (patch)
tree246160e761a8de504fd71af8b9cb147cd1ca4cf4 /usr.bin
parentb1f399eedc9ff3f4b59f3ee934ae0ea4fd28e8b1 (diff)
mention that block usage != file size
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/du/du.15
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/du/du.1 b/usr.bin/du/du.1
index d3895c59129..9276748c075 100644
--- a/usr.bin/du/du.1
+++ b/usr.bin/du/du.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: du.1,v 1.6 1998/05/13 10:33:26 deraadt Exp $
+.\" $OpenBSD: du.1,v 1.7 1998/06/22 21:33:56 millert Exp $
.\" $NetBSD: du.1,v 1.6 1996/10/18 07:20:31 thorpej Exp $
.\"
.\" Copyright (c) 1990, 1993
@@ -51,7 +51,8 @@ The
.Nm du
utility displays the file system block usage for each file argument
and for each directory in the file hierarchy rooted in each directory
-argument.
+argument. Note that the system block usage is usually greater than
+the actual size of the file.
If no file is specified, the block usage of the hierarchy rooted in
the current directory is displayed.
.Pp