aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Documentation/admin-guide/cgroup-v1
diff options
context:
space:
mode:
authorKamalesh Babulal <kamalesh.babulal@oracle.com>2023-04-14 11:18:49 +0530
committerTejun Heo <tj@kernel.org>2023-04-14 06:55:48 -1000
commit9403d9cb564b6a3af86cb18fe722097ed7620f6f (patch)
tree62ba010ec2365f3d9319cd9dbe3e41ae3d37e3d3 /Documentation/admin-guide/cgroup-v1
parentcgroup/cpuset: Minor updates to test_cpuset_prs.sh (diff)
downloadwireguard-linux-9403d9cb564b6a3af86cb18fe722097ed7620f6f.tar.xz
wireguard-linux-9403d9cb564b6a3af86cb18fe722097ed7620f6f.zip
docs: cgroup-v1/cpusets: update libcgroup project link
Update the libcgroup project link, in the cgroup v1/cpusets documentation. Signed-off-by: Kamalesh Babulal <kamalesh.babulal@oracle.com> Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'Documentation/admin-guide/cgroup-v1')
-rw-r--r--Documentation/admin-guide/cgroup-v1/cpusets.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/admin-guide/cgroup-v1/cpusets.rst b/Documentation/admin-guide/cgroup-v1/cpusets.rst
index 5d844ed4df69..ae646d621a8a 100644
--- a/Documentation/admin-guide/cgroup-v1/cpusets.rst
+++ b/Documentation/admin-guide/cgroup-v1/cpusets.rst
@@ -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/)