diff options
author | Kamalesh Babulal <kamalesh.babulal@oracle.com> | 2023-04-14 07:48:49 +0200 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2023-04-14 18:55:48 +0200 |
commit | 9403d9cb564b6a3af86cb18fe722097ed7620f6f (patch) | |
tree | 62ba010ec2365f3d9319cd9dbe3e41ae3d37e3d3 /Documentation/admin-guide/cgroup-v1 | |
parent | cgroup/cpuset: Minor updates to test_cpuset_prs.sh (diff) | |
download | linux-9403d9cb564b6a3af86cb18fe722097ed7620f6f.tar.xz 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.rst | 2 |
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/) |