mirror of
https://code.blicky.net/yorhel/ncdu.git
synced 2026-01-13 01:08:41 -09:00
man page/file flags: Minor rewording + use same order as help screen
This commit is contained in:
parent
726b1542c6
commit
31126c6552
1 changed files with 16 additions and 18 deletions
34
doc/ncdu.pod
34
doc/ncdu.pod
|
|
@ -266,41 +266,39 @@ Quit
|
||||||
|
|
||||||
=head1 FILE FLAGS
|
=head1 FILE FLAGS
|
||||||
|
|
||||||
Each entry has a chance being prefixed by a flag:
|
Entries in the browser interface may be prefixed by a one-character flag. These
|
||||||
|
flags have the following meaning:
|
||||||
B<X [size] [graph] [file or directory]>
|
|
||||||
|
|
||||||
The X is only present in the following cases:
|
|
||||||
|
|
||||||
=over
|
=over
|
||||||
|
|
||||||
=item <
|
|
||||||
|
|
||||||
File or directory is excluded from the statistics by using exlude patterns
|
|
||||||
|
|
||||||
=item !
|
=item !
|
||||||
|
|
||||||
An error occured while reading this directory
|
An error occured while reading this directory.
|
||||||
|
|
||||||
=item .
|
=item .
|
||||||
|
|
||||||
An error occured while reading a subdirectory
|
An error occured while reading a subdirectory, so the indicated size may not be
|
||||||
|
correct.
|
||||||
|
|
||||||
|
=item <
|
||||||
|
|
||||||
|
File or directory is excluded from the statistics by using exlude patterns.
|
||||||
|
|
||||||
=item >
|
=item >
|
||||||
|
|
||||||
Directory is on an other filesystem
|
Directory is on an other filesystem.
|
||||||
|
|
||||||
=item H
|
|
||||||
|
|
||||||
Same file was already counted (hard link)
|
|
||||||
|
|
||||||
=item @
|
=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
|
=item e
|
||||||
|
|
||||||
Empty directory
|
Empty directory.
|
||||||
|
|
||||||
=back
|
=back
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue