manual page distributed with 4.2BSD
authorKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Tue, 30 Apr 1985 11:03:24 +0000 (03:03 -0800)
committerKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Tue, 30 Apr 1985 11:03:24 +0000 (03:03 -0800)
SCCS-vsn: usr.bin/du/du.1 5.1

usr/src/usr.bin/du/du.1

index b4d533f..eeffe97 100644 (file)
@@ -1,7 +1,8 @@
-.\"    @(#)du.1        4.1 (Berkeley) %G%
+.\"    @(#)du.1        5.1 (Berkeley) %G%
 .\"
 .\"
-.TH DU 1 
+.TH DU 1 "17 March 1982"
 .AT 3
 .AT 3
+.UC 4
 .SH NAME
 du \- summarize disk usage
 .SH SYNOPSIS
 .SH NAME
 du \- summarize disk usage
 .SH SYNOPSIS
@@ -13,9 +14,9 @@ du \- summarize disk usage
 ] [ name ... ]
 .SH DESCRIPTION
 .I Du
 ] [ name ... ]
 .SH DESCRIPTION
 .I Du
-gives the number of blocks contained in all files
-and (recursively) directories within each specified directory or
-file
+gives the number of kilobytes contained in all files
+and, recursively, directories within each specified
+directory or file
 .IR name .
 If
 .I name
 .IR name .
 If
 .I name
@@ -23,11 +24,11 @@ is missing,
 `\fB.\fR'
 is used.
 .PP
 `\fB.\fR'
 is used.
 .PP
-The optional argument
+The argument
 .B \-s
 causes only the grand total to
 be given.
 .B \-s
 causes only the grand total to
 be given.
-The optional argument
+The argument
 .B \-a
 causes an entry to be generated
 for each file.
 .B \-a
 causes an entry to be generated
 for each file.