[hackers] [sbase] du.1: add symlink dereferencing flags to manpage || Tai Chi Minh Ralph Eastwood

From: <git_AT_suckless.org>
Date: Mon, 9 Feb 2015 23:58:44 +0100 (CET)

commit 3aa615251a74fd4832d5f167bcc9dedeb9cfe5b8
Author: Tai Chi Minh Ralph Eastwood <tcmreastwood_AT_gmail.com>
Date: Mon Feb 9 22:22:32 2015 +0000

    du.1: add symlink dereferencing flags to manpage

diff --git a/du.1 b/du.1
index 2639fde..8eee211 100644
--- a/du.1
+++ b/du.1
_AT_@ -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 ...
_AT_@ -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
Received on Mon Feb 09 2015 - 23:58:44 CET

This archive was generated by hypermail 2.3.0 : Tue Feb 10 2015 - 00:00:49 CET