From ebbc83be60f7faabc8736dc225a920dd6bdad9f7 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 25 Apr 2016 16:23:56 +0200 Subject: [PATCH] cgroups.7: SEE ALSO: add further entries Signed-off-by: Michael Kerrisk --- man7/cgroups.7 | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/man7/cgroups.7 b/man7/cgroups.7 index 8395802a3..b628c24e5 100644 --- a/man7/cgroups.7 +++ b/man7/cgroups.7 @@ -413,5 +413,11 @@ This supports limiting the use of huge pages by cgroups. This controller permits limiting the number of process that may be created in a cgroup (and its descendants). .SH SEE ALSO +.BR prlimit (1), +.BR ioprio_set (2), +.BR perf_event_open (2), +.BR setrlimit (2), .BR cpuset (7), -.BR namespaces (7) +.BR namespaces (7), +.BR sched (7), +.BR user_namespaces (7)