From 5dfec7dc92af8aa9812d36c805935eaeabf6499b Mon Sep 17 00:00:00 2001 From: jay Date: Sun, 15 Apr 2007 19:02:44 +0000 Subject: [PATCH] Savannah bug #9596: /512 for %b, not /1024 --- find/find.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/find/find.1 b/find/find.1 index 6d0bab2..22138fa 100644 --- a/find/find.1 +++ b/find/find.1 @@ -871,7 +871,7 @@ year (1970...) .IP %b The amount of disk space used for this file in 512-byte blocks. Since disk space is allocated in multiples of the filesystem block size this is usually -greater than %s/1024, but it can also be smaller if the file is a sparse file. +greater than %s/512, but it can also be smaller if the file is a sparse file. .IP %c File's last status change time in the format returned by the C `ctime' function. -- 2.11.4.GIT