From 48a266c348f0251a68d61bb3807cb15a12caf69c Mon Sep 17 00:00:00 2001 From: Thomas McWork Date: Fri, 16 Feb 2018 14:13:43 +0100 Subject: [PATCH] add a file flags section in the docs --- doc/ncdu.pod | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/doc/ncdu.pod b/doc/ncdu.pod index 3ecd28e..4d36129 100644 --- a/doc/ncdu.pod +++ b/doc/ncdu.pod @@ -172,6 +172,43 @@ See http://www.brynosaurus.com/cachedir/ =back +=head1 FILE FLAGS + +Each entry has a chance being prefixed by one of the following flags: + +=over + +=item < + +Excluded by using exlude patterns + +=item ! + +Error while reading this item + +=item . + +Error in a subdirectory + +=item > + +Excluded because it was an other filesystem + +=item H + +The entry is a hard link + +=item @ + +The path is neither a file nor a folder (e.g. a soft link or a device file) + +=item e + +The directory is empty + +=back + + =head1 KEYS =over