From ae659d518675f28965924c80c3c246be0b82875a Mon Sep 17 00:00:00 2001 From: Yorhel <git@yorhel.nl> Date: Wed, 18 Jan 2012 11:42:33 +0100 Subject: [PATCH] doc: Minor fix: "ncdu 1.7" -> "ncdu 1.7 and later" --- doc/ncdu.pod | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/ncdu.pod b/doc/ncdu.pod index c6314bc..e72347d 100644 --- a/doc/ncdu.pod +++ b/doc/ncdu.pod @@ -149,12 +149,12 @@ as "duplicate" and which as "original". The indicated size of the topmost directory (that is, the one specified on the command line upon starting ncdu) is always correct. -ncdu 1.7 has improved hard link detection. Each file that has more than two -links has the "H" mark visible in the browser interface. Each hard link is -counted exactly once for every directory it appears in. The indicated size of -each directory is therefore, correctly, the sum of the sizes of all unique -inodes that can be found in that directory. Note, however, that this may not -always be same as the space that will be reclaimed after deleting the +ncdu 1.7 and later has improved hard link detection. Each file that has more +than two links has the "H" mark visible in the browser interface. Each hard +link is counted exactly once for every directory it appears in. The indicated +size of each directory is therefore, correctly, the sum of the sizes of all +unique inodes that can be found in that directory. Note, however, that this may +not always be same as the space that will be reclaimed after deleting the directory, as some inodes may still be accessible from hard links outside it. -- GitLab