added missing indentation to -h output of cgclear tool
Signed-off-by: Ivana Hutarova Varekova
---
src/tools/cgclear.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/tools/cgclear.c b/src/tools/cgclear.c
index 7580403..9cfc684 100644
--- a/src/tools/cgclear.c
+++ b
On Mon, May 7, 2012 at 9:50 AM, Ivana Hutarova Varekova
wrote:
> added missing indentation to -h output of cgclear tool
>
> Signed-off-by: Ivana Hutarova Varekova
Acked-by: Dhaval Giani
> ---
>
> src/tools/cgclear.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git
Hi Ivana,
On Sun, May 6, 2012 at 8:49 AM, Ivana Hutarova Varekova
wrote:
> lscgroup tool in display_controller_data procedure trimmed relative path
> name too strictly, thus if the path have no leading "/" sign then the first
> character was trimmed too.
> Example:
> $ lscgroup freezer:libvirt
>
[Missed the list the last time]
On Mon, May 7, 2012 at 5:50 PM, Dhaval Giani wrote:
> On Sun, May 6, 2012 at 10:20 AM, Ivana Hutarova Varekova
> wrote:
>> cgcreate.1 man page have bogus -s description this patch fixes it
>>
>
> I am not sure I understand this description.
>
>> Signed-off-by: Iva