From 726b1542c6ee1ffb39496afda8284a44abd55b5d Mon Sep 17 00:00:00 2001 From: Thomas McWork <thomas.mc.work@gmail.com> Date: Tue, 20 Feb 2018 13:27:06 +0100 Subject: [PATCH] shift section; adapt to online help wording --- doc/ncdu.pod | 78 +++++++++++++++++++++++++++------------------------- 1 file changed, 41 insertions(+), 37 deletions(-) diff --git a/doc/ncdu.pod b/doc/ncdu.pod index 4d36129..219a311 100644 --- a/doc/ncdu.pod +++ b/doc/ncdu.pod @@ -172,43 +172,6 @@ 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 @@ -301,6 +264,47 @@ Quit =back +=head1 FILE FLAGS + +Each entry has a chance being prefixed by a flag: + +B<X [size] [graph] [file or directory]> + +The X is only present in the following cases: + +=over + +=item < + +File or directory is excluded from the statistics by using exlude patterns + +=item ! + +An error occured while reading this directory + +=item . + +An error occured while reading a subdirectory + +=item > + +Directory is on an other filesystem + +=item H + +Same file was already counted (hard link) + +=item @ + +This is neither a file nor a folder (symlink, socket, ...) + +=item e + +Empty directory + +=back + + =head1 EXAMPLES To scan and browse the directory you're currently in, all you need is a simple: -- GitLab