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

index 16004203c9897a1d2f0d36bdd6da0b8018d417e2..a78f80a29395811f76e542dec19d863d80ec4b60 100644 (file)
@@ -267,10 +267,6 @@ Therefore, it may be desirable to reset the "dumpable" attribute
 .I after
 making any desired changes to the process's effective UID or GID.
 .TP
-.IR /proc/ pid /coredump_filter " (since Linux 2.6.23)"
-See
-.BR core (5).
-.TP
 .IR /proc/ pid /cpuset " (since Linux 2.6.12)"
 .\" and/proc/[pid]/task/[tid]/cpuset
 See
diff --git a/man5/proc_pid_coredump_filter.5 b/man5/proc_pid_coredump_filter.5
new file mode 100644 (file)
index 0000000..512e64d
--- /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_coredump_filter 5 (date) "Linux man-pages (unreleased)"
+.SH NAME
+/proc/pid/coredump_filter \- core dump filter
+.SH DESCRIPTION
+.TP
+.IR /proc/ pid /coredump_filter " (since Linux 2.6.23)"
+See
+.BR core (5).
+.SH SEE ALSO
+.BR proc (5)