]> err.no Git - util-linux/commit
blkid: add pretty output, document -L incompatibility with e2fsprogs
authorKarel Zak <kzak@redhat.com>
Wed, 14 Oct 2009 00:17:27 +0000 (02:17 +0200)
committerKarel Zak <kzak@redhat.com>
Wed, 14 Oct 2009 00:51:30 +0000 (02:51 +0200)
commit2d71a929413c7afc25a836560243881b81e922c4
treed1183200766ccd3891fa2cd6d1f2a2e241358da6
parentacf6ab6f676b1ce91f438518d21fd6fa7b671f2b
blkid: add pretty output, document -L incompatibility with e2fsprogs

... sad story, I have temporary disabled pretty-output code
in very early version of blkid.c in u-l-ng. (It was also in
time when pretty-output was very new feature in e2fsprogs.)

Unfortunately, the -L option (shortcut to "-o list") in u-l-ng version
was reused for for any other functionality few months later.... this
stupid thing was released in u-l-ng 2.15 and 2.16 without any negative
feedback from users.

It means the blkid from u-l-ng is not backwardly compatible with
the original version from e2fsprogs. The -L option has a different
meaning there.

I'm sorry about this bug...

This patch:

  * enable pretty-output (-o line)
  * add a note about incompatibility between u-l-ng and e2fsprogs
    to blkid.8 man page

Signed-off-by: Karel Zak <kzak@redhat.com>
misc-utils/Makefile.am
misc-utils/blkid.8
misc-utils/blkid.c