du.1: convert to mandoc
This commit is contained in:
parent
987152a7d7
commit
1466021305
55
du.1
55
du.1
@ -1,37 +1,36 @@
|
|||||||
.TH DU 1 sbase\-VERSION
|
.Dd January 30, 2015
|
||||||
.SH NAME
|
.Dt DU 1 sbase\-VERSION
|
||||||
du \- display disk usage statistics
|
.Os
|
||||||
.SH SYNOPSIS
|
.Sh NAME
|
||||||
.B du
|
.Nm du
|
||||||
.RB [ \-a
|
.Nd display disk usage statistics
|
||||||
.RB |
|
.Sh SYNOPSIS
|
||||||
.BR \-s ]
|
.Nm
|
||||||
.RB [ \-d
|
.Op Fl a | s
|
||||||
.IR depth ]
|
.Op Fl d Ar depth
|
||||||
.RB [ \-k ]
|
.Op Fl h
|
||||||
.RB [ \-h ]
|
.Op Fl k
|
||||||
.RI [ file ...]
|
.Op Ar file ...
|
||||||
.SH DESCRIPTION
|
.Sh DESCRIPTION
|
||||||
.B du
|
.Nm
|
||||||
displays the file system block usage for each
|
displays the file system block usage for each
|
||||||
.I file
|
.Ar file
|
||||||
argument and for each directory in the file hierarchy rooted in directory argument.
|
argument and for each directory in the file hierarchy rooted in directory argument.
|
||||||
If no file is specified, the block usage of the hierarchy rooted in the current
|
If no file is specified, the block usage of the hierarchy rooted in the current
|
||||||
directory is displayed.
|
directory is displayed.
|
||||||
.SH OPTIONS
|
.Sh OPTIONS
|
||||||
.TP
|
.Bl -tag -width Ds
|
||||||
.BI \-a
|
.It Fl a
|
||||||
Display an entry for each file in the file hierarchy.
|
Display an entry for each file in the file hierarchy.
|
||||||
.TP
|
.It Fl s
|
||||||
.BI \-s
|
|
||||||
Display only the grand total for the specified files.
|
Display only the grand total for the specified files.
|
||||||
.TP
|
.It Fl d Ar depth
|
||||||
.BI "\-d depth"
|
|
||||||
Maximum directory depth to print files and directories.
|
Maximum directory depth to print files and directories.
|
||||||
.TP
|
.It Fl k
|
||||||
.BI \-k
|
|
||||||
By default all sizes are reported in 512-byte block counts.
|
By default all sizes are reported in 512-byte block counts.
|
||||||
The -k option causes the numbers to be reported in kilobyte counts.
|
The
|
||||||
.TP
|
.Fl k
|
||||||
.BI \-h
|
option causes the numbers to be reported in kilobyte counts.
|
||||||
|
.It Fl h
|
||||||
Enable human readable output.
|
Enable human readable output.
|
||||||
|
.El
|
||||||
|
Loading…
Reference in New Issue
Block a user