From 18cfe8ad318614996103c6d247816f96696723f1 Mon Sep 17 00:00:00 2001 From: jay Date: Sat, 3 Jan 2004 21:05:16 +0000 Subject: [PATCH] Improved the documentation for %k (Savannah bug #5034). --- find/find.1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/find/find.1 b/find/find.1 index 7c4f3ca..295b73e 100644 --- a/find/find.1 +++ b/find/find.1 @@ -417,7 +417,8 @@ Command line argument under which file was found. .IP %i File's inode number (in decimal). .IP %k -File's size in 1K blocks (rounded up). +The amount of disk space used for this file in 1K blocks (rounded +up). This is different from %s/1024 if the file is a sparse file. .IP %l Object of symbolic link (empty string if file is not a symbolic link). .IP %m -- 2.11.4.GIT