]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
proc.5, proc_pid_setgroups.5: Split /proc/PID/setgroups from proc(5)
authorAlejandro Colomar <alx@kernel.org>
Mon, 14 Aug 2023 23:12:16 +0000 (01:12 +0200)
committerAlejandro Colomar <alx@kernel.org>
Tue, 15 Aug 2023 21:13:42 +0000 (23:13 +0200)
Signed-off-by: Alejandro Colomar <alx@kernel.org>
man5/proc.5
man5/proc_pid_setgroups.5 [new file with mode: 0644]

index f54602107f04bc05cedd90711bd2f33970bd379f..1e2a19bb0586f1a739ee2ee7fdecf1e678a7749b 100644 (file)
@@ -284,10 +284,6 @@ making any desired changes to the process's effective UID or GID.
 .\"       Added in Linux 2.6.9
 .\"       CONFIG_SCHEDSTATS
 .TP
-.IR /proc/ pid /setgroups " (since Linux 3.19)"
-See
-.BR user_namespaces (7).
-.TP
 .IR /proc/ pid /smaps " (since Linux 2.6.14)"
 This file shows memory consumption for each of the process's mappings.
 (The
diff --git a/man5/proc_pid_setgroups.5 b/man5/proc_pid_setgroups.5
new file mode 100644 (file)
index 0000000..8d3be35
--- /dev/null
@@ -0,0 +1,16 @@
+.\" Copyright (C) 1994, 1995, Daniel Quinlan <quinlan@yggdrasil.com>
+.\" Copyright (C) 2002-2008, 2017, Michael Kerrisk <mtk.manpages@gmail.com>
+.\" Copyright (C) 2023, Alejandro Colomar <alx@kernel.org>
+.\"
+.\" SPDX-License-Identifier: GPL-3.0-or-later
+.\"
+.TH proc_pid_setgroups 5 (date) "Linux man-pages (unreleased)"
+.SH NAME
+/proc/pid/setgroups \- allow or deny setting groups
+.SH DESCRIPTION
+.TP
+.IR /proc/ pid /setgroups " (since Linux 3.19)"
+See
+.BR user_namespaces (7).
+.SH SEE ALSO
+.BR proc (5)