diff options
Diffstat (limited to 'usr/src/man/man1b/du.1b')
-rw-r--r-- | usr/src/man/man1b/du.1b | 20 |
1 files changed, 1 insertions, 19 deletions
diff --git a/usr/src/man/man1b/du.1b b/usr/src/man/man1b/du.1b index e858dcfd27..bf69d74d26 100644 --- a/usr/src/man/man1b/du.1b +++ b/usr/src/man/man1b/du.1b @@ -3,7 +3,7 @@ .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License. .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. See the License for the specific language governing permissions and limitations under the License. .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner] -.TH du 1B "5 Jun 2001" "SunOS 5.11" "SunOS/BSD Compatibility Package Commands" +.TH DU 1B "Jun 5, 2001" .SH NAME du \- display the number of disk blocks used per directory or file .SH SYNOPSIS @@ -28,59 +28,49 @@ A file that has multiple links to it is only counted once. The following options are supported: .sp .ne 2 -.mk .na \fB\fB-a\fR\fR .ad .RS 6n -.rt Generates an entry for each file. .RE .sp .ne 2 -.mk .na \fB\fB-d\fR\fR .ad .RS 6n -.rt Does not cross file system boundaries. For example, \fBdu\fR \fB-d\fR \fB/\fR reports usage only on the root partition. .RE .sp .ne 2 -.mk .na \fB\fB-k\fR\fR .ad .RS 6n -.rt Writes the files sizes in units of 1024 bytes, rather than the default 512-byte units. .RE .sp .ne 2 -.mk .na \fB\fB-L\fR\fR .ad .RS 6n -.rt Processes symbolic links by using the file or directory that the symbolic link references, rather than the link itself. .RE .sp .ne 2 -.mk .na \fB\fB-o\fR\fR .ad .RS 6n -.rt Does not add child directories' usage to a parent's total. Without this option, the usage listed for a particular directory is the space taken by the files in that directory, as well as the files in all directories beneath it. This option @@ -89,24 +79,20 @@ does nothing if the \fB-s\fR option is used. .sp .ne 2 -.mk .na \fB\fB-r\fR\fR .ad .RS 6n -.rt Generates messages about directories that cannot be read, files that cannot be opened, and so forth, rather than being silent (the default). .RE .sp .ne 2 -.mk .na \fB\fB-s\fR\fR .ad .RS 6n -.rt Only displays the grand total for each of the specified \fIfilename\fRs. .RE @@ -157,12 +143,10 @@ none of the above variables is set in the environment, the "C" (U.S. style) locale determines how \fBdu\fR behaves. .sp .ne 2 -.mk .na \fB\fBLC_CTYPE\fR\fR .ad .RS 15n -.rt Determines how \fBdu\fR handles characters. When \fBLC_CTYPE\fR is set to a valid value, \fBdu\fR can display and handle text and filenames containing valid characters for that locale. \fBdu\fR can display and handle Extended Unix @@ -173,12 +157,10 @@ In the "C" locale, only characters from ISO 8859-1 are valid. .sp .ne 2 -.mk .na \fB\fBLC_MESSAGES\fR\fR .ad .RS 15n -.rt Determines how diagnostic and informative messages are presented. This includes the language and style of the messages, and the correct form of affirmative and negative responses. In the "C" locale, the messages are presented in the |