du.1: add symlink dereferencing flags to manpage

This commit is contained in:
Tai Chi Minh Ralph Eastwood 2015-02-09 22:22:32 +00:00 committed by sin
parent 1d2d28a8e4
commit 22f868cf0b
1 changed files with 7 additions and 0 deletions

7
du.1
View File

@ -8,6 +8,8 @@
.Nm
.Op Fl a | s
.Op Fl d Ar depth
.Op Fl H
.Op Fl L
.Op Fl h
.Op Fl k
.Op Ar file ...
@ -26,6 +28,11 @@ is displayed.
Display an entry for each file in the file hierarchy.
.It Fl d Ar depth
Maximum directory depth to print files and directories.
.It Fl H
Only dereference symbolic links that are passed as command line arguments when
recursively traversing directories.
.It Fl L
Always dereference symbolic links while recursively traversing directories.
.It Fl h
Enable human-readable output.
.It Fl k