From 178f9a52db577a935469b4da2914bbc8a566d352 Mon Sep 17 00:00:00 2001 From: Thomas Lindner Date: Wed, 8 Mar 2023 21:56:01 +0100 Subject: [PATCH] improve wording --- dump_inode.8 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dump_inode.8 b/dump_inode.8 index a5abe16..28c29f7 100644 --- a/dump_inode.8 +++ b/dump_inode.8 @@ -103,10 +103,10 @@ has always inode number 2: Note, that the listing of deleted entries is based on heuristics and might be spurious. .Pp -If you cannot find the inode number of your file this way, you can try to dump -the whole inode table. -To find your file this way, you need some criteria to identify it e.g. files -that are deleted but still open have nlink 0 but a size that is not 0: +If you cannot find the inode number of your file another way, you can try to +dump the whole inode table. +To identify your file, you need to filter for some criteria e.g. files that are +deleted but still open have nlink 0 but a size that is not 0: .Pp .Dl # dump_inode -a sd1k | grep nlink:0 | grep -v size:0 .Dl ...