Benjamin Gilbert
2679e7f088
thin_metadata_size: Fix long names of units
...
Both implementations of thin_metadata_size believe units are defined
like this:
1024 == kilobyte == k
1000 == kibibyte == K
and so on. Fix the 1000/1024 confusion, while continuing to follow the
LVM convention of using lowercase letters for binary units, so that we
have:
1024 == kibibyte == k
1000 == kilobyte == K
2014-05-17 03:51:06 -04:00
Heinz Mauelshagen
1bc7081e86
Manual pages: more info wrt block#; fix typos
2013-07-25 14:19:56 +02:00
Heinz Mauelshagen
4ebe1ad6c1
Fluff
2013-07-19 12:16:18 +02:00
Heinz Mauelshagen
d02bcbab56
Merge branch 'Work_1' of github.com:lvmguy/thin-provisioning-tools into Work_1
...
Conflicts:
Makefile.in
man8/thin_dump.8
man8/thin_metadata_size.8
thin-provisioning/thin_dump.cc
2013-07-19 12:11:28 +02:00
Heinz Mauelshagen
d7c1f91c97
thin_metadata_size: update manual page
2013-07-18 18:28:30 +02:00
Heinz Mauelshagen
b7ca980664
thin_metadata_size: support short/long --numeric-only options; man page adjustment; change long output; stremaline
2013-07-18 14:52:08 +02:00
Heinz Mauelshagen
03d2ca3a99
thin_metadata_size: support long unit specifiers; make sure exit_prg() is being called; update manual page
2013-07-18 14:52:08 +02:00
Heinz Mauelshagen
18094f7e4e
New manual pages and fixes
2013-07-18 14:52:08 +02:00
Heinz Mauelshagen
3ee6985bbc
thin_metadata_size: support short/long --numeric-only options; man page adjustment; change long output; stremaline
2013-07-18 14:03:27 +02:00
Heinz Mauelshagen
ffb585cbc5
thin_metadata_size: support long unit specifiers; make sure exit_prg() is being called; update manual page
2013-07-17 16:00:39 +02:00
Heinz Mauelshagen
5a7188bbd2
New manual pages and fixes
2013-07-17 13:21:11 +02:00