summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2018-02-21 18:59:24 +0100
committerYorhel <git@yorhel.nl>2018-02-21 18:59:24 +0100
commit31126c6552ec3585ffa25f36422f7e5d889de05f (patch)
treea8c5761c92a9f4061ac0d586f8d9c95aa9aeba40
parent726b1542c6ee1ffb39496afda8284a44abd55b5d (diff)
man page/file flags: Minor rewording + use same order as help screen
-rw-r--r--doc/ncdu.pod32
1 files changed, 15 insertions, 17 deletions
diff --git a/doc/ncdu.pod b/doc/ncdu.pod
index 219a311..7475821 100644
--- a/doc/ncdu.pod
+++ b/doc/ncdu.pod
@@ -266,41 +266,39 @@ Quit
=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:
+Entries in the browser interface may be prefixed by a one-character flag. These
+flags have the following meaning:
=over
-=item <
-
-File or directory is excluded from the statistics by using exlude patterns
-
=item !
-An error occured while reading this directory
+An error occured while reading this directory.
=item .
-An error occured while reading a subdirectory
+An error occured while reading a subdirectory, so the indicated size may not be
+correct.
-=item >
+=item <
-Directory is on an other filesystem
+File or directory is excluded from the statistics by using exlude patterns.
-=item H
+=item >
-Same file was already counted (hard link)
+Directory is on an other filesystem.
=item @
-This is neither a file nor a folder (symlink, socket, ...)
+This is neither a file nor a folder (symlink, socket, ...).
+
+=item H
+
+Same file was already counted (hard link).
=item e
-Empty directory
+Empty directory.
=back