]> git.ipfire.org Git - thirdparty/util-linux.git/commit
lscpu: fix cache output for extended parsable output
authorHeiko Carstens <heiko.carstens@de.ibm.com>
Tue, 6 Sep 2011 00:52:53 +0000 (02:52 +0200)
committerKarel Zak <kzak@redhat.com>
Tue, 18 Oct 2011 12:22:26 +0000 (14:22 +0200)
commit1c336d735f428ef5d66391ddf4ee425e3f1fad5d
tree829be422e0f85e09b4c200b8a7bc2c52b9f3f714
parent687b4a06a1df8d80f1ebbc58bf9498a18b895979
lscpu: fix cache output for extended parsable output

The extended parsable output prints a colon instead of comma between each
item. The case where a CPU doesn't belong to any cache was not converted.
Just fix this.

Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
sys-utils/lscpu.c