From 39b35179bcf8a0d9d5eef097e63803457d985d65 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Tue, 22 Nov 2016 13:54:08 +0100 Subject: [PATCH] proc.5: Add pointers to sched(7) for autogroup files sched(7) describes /proc/sys/kernel/sched_autogroup_enabled and /proc/PID/autogroup. Signed-off-by: Michael Kerrisk --- man5/proc.5 | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/man5/proc.5 b/man5/proc.5 index 86384541f1..6589872c44 100644 --- a/man5/proc.5 +++ b/man5/proc.5 @@ -294,12 +294,11 @@ For further information, see the kernel source file .\" commit 42c3e03ef6b298813557cdb997bd6db619cd65a2 If a process writes a security context into this file, all subsequently created sockets will be labeled with this context. -.\" -.\" FIXME Describe /proc/[pid]/autogroup -.\" 2.6.38 -.\" commit 5091faa449ee0b7d73bc296a93bca9540fc51d0a -.\" CONFIG_SCHED_AUTOGROUP -.\" +.TP +.IR /proc/[pid]/autogroup " (since Linux 2.6.38)" +.\" commit 5091faa449ee0b7d73bc296a93bca9540fc51d0a +See +.BR sched (7). .TP .IR /proc/[pid]/auxv " (since 2.6.0-test7)" This contains the contents of the ELF interpreter information passed @@ -4583,6 +4582,11 @@ in the system. (Only in kernels up to and including 2.6.7.) This file shows the number of POSIX real-time signals currently queued. .TP +.IR /proc/[pid]/sched_autogroup_enabled " (since Linux 2.6.38)" +.\" commit 5091faa449ee0b7d73bc296a93bca9540fc51d0a +See +.BR sched (7). +.TP .IR /proc/sys/kernel/sched_rr_timeslice_ms " (since Linux 3.9)" See .BR sched_rr_get_interval (2). -- 2.47.2