Commit 9403d9cb authored by Kamalesh Babulal's avatar Kamalesh Babulal Committed by Tejun Heo
Browse files

docs: cgroup-v1/cpusets: update libcgroup project link



Update the libcgroup project link, in the cgroup v1/cpusets
documentation.

Signed-off-by: default avatarKamalesh Babulal <kamalesh.babulal@oracle.com>
Signed-off-by: default avatarTejun Heo <tj@kernel.org>
parent 1bf33285
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -719,7 +719,7 @@ There are ways to query or modify cpusets:
   cat, rmdir commands from the shell, or their equivalent from C.
 - via the C library libcpuset.
 - via the C library libcgroup.
   (http://sourceforge.net/projects/libcg/)
   (https://github.com/libcgroup/libcgroup/)
 - via the python application cset.
   (http://code.google.com/p/cpuset/)