From db49f8de9ab02bee4ae957a93993ac8b65c444c8 Mon Sep 17 00:00:00 2001 From: Ivana Hutarova Varekova Date: Thu, 18 Jul 2013 12:28:55 +0200 Subject: [PATCH] documentation: fix cgroup_copy cgroup description fix cgroup_copy_cgroup description. There should be obvious this function only copy the controller stuff. It does not copy permissions, name and ownership. Signed-off-by: Ivana Hutarova Varekova Acked-by: Jan Safranek --- include/libcgroup/groups.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/libcgroup/groups.h b/include/libcgroup/groups.h index 7fa42fca..d5c87aa5 100644 --- a/include/libcgroup/groups.h +++ b/include/libcgroup/groups.h @@ -295,7 +295,8 @@ int cgroup_delete_cgroup_ext(struct cgroup *cgroup, int flags); int cgroup_get_cgroup(struct cgroup *cgroup); /** - * Copy all controllers, parameters and their values. All existing controllers + * Copy all controllers, their parameters and values. Group name, permissions + * and ownerships are not coppied. All existing controllers * in the source group are discarded. * * @param dst Destination group. -- 2.47.2