descriptions updated
[www.jankratochvil.net.git] / project / badblock_guess / ListItem.pm
index 3bdf85f..ac6d579 100755 (executable)
@@ -30,6 +30,7 @@ use My::Web;
 
 our @ListItem=(
                "name"=>"badblock-guess",
+               "platform"=>"unixuser",
                "priority"=>7,
                "download-compiled static binary"=>"badblock-guess",
                "download-gzipped compiled static binary"=>"badblock-guess.gz",
@@ -41,7 +42,8 @@ our @ListItem=(
                "maintenance"=>"ready",
                "language"=>"C",
                "description"=><<"HERE",
-<p>badblock-guess will try to find all readable sectors of the disk in minimal time.</p>
+<p>badblock-guess will recover all readable sectors of the disk in minimal time
+while trying to prevent disk read retrying head recalibrations.</p>
 HERE
                );