diff options
| author | Daniel Friesel <derf@finalrewind.org> | 2012-02-26 09:56:01 +0100 | 
|---|---|---|
| committer | Daniel Friesel <derf@finalrewind.org> | 2012-02-26 09:56:01 +0100 | 
| commit | bf52095c2a870571475b6a7731428f5533882ac8 (patch) | |
| tree | fb51470c81b8bd1d3b854b4c84c568c6c37e13c1 /man | |
| parent | be7b3df6c008f74b2ebec9a61dda3db7da9a2a9d (diff) | |
feh_printf: Fix/Add %S/%P for human-readable sizes, use them in --list
Diffstat (limited to 'man')
| -rw-r--r-- | man/feh.pre | 7 | 
1 files changed, 4 insertions, 3 deletions
diff --git a/man/feh.pre b/man/feh.pre index e460fad..acb4948 100644 --- a/man/feh.pre +++ b/man/feh.pre @@ -791,7 +791,8 @@ Number of image pixels  .  .It \&%P  . -.Nm +Numbor of image pixels +.Pq kilopixels / megapixels  .  .It %s  . @@ -799,8 +800,8 @@ Image size in bytes  .  .It %S  . -Image size in kilobytes -.Pq with kB postfix +Human-readable image size +.Pq kB / MB  .  .It %t  .  | 
