Re: [PATCH 2/6] qapi/block: Tidy up block-latency-histogram-set documentation

2023-07-20 Thread Philippe Mathieu-Daudé
On 20/7/23 09:16, Markus Armbruster wrote: Examples come out like Example set new histograms for all io types with intervals [0, 10), [10, 50), [50, 100), [100, +inf): The sentence "set new histograms ..." starts with a lower case letter. Capitalize it. Same for the other

[PATCH 2/6] qapi/block: Tidy up block-latency-histogram-set documentation

2023-07-20 Thread Markus Armbruster
Examples come out like Example set new histograms for all io types with intervals [0, 10), [10, 50), [50, 100), [100, +inf): The sentence "set new histograms ..." starts with a lower case letter. Capitalize it. Same for the other examples. Signed-off-by: Markus Armbruster --