]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
proc.5: Add pointers to sched(7) for autogroup files
authorMichael Kerrisk <mtk.manpages@gmail.com>
Tue, 22 Nov 2016 12:54:08 +0000 (13:54 +0100)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Tue, 29 Nov 2016 20:50:15 +0000 (21:50 +0100)
sched(7) describes /proc/sys/kernel/sched_autogroup_enabled
and /proc/PID/autogroup.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man5/proc.5

index 86384541f1c18b62f0159e3c016dd3ec6badc1c6..6589872c44cad2b63dfb301ea8cd831bbde8a247 100644 (file)
@@ -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).