]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
proc_sys.5, proc_sys_debug.5: Split /proc/sys/debug/ from proc_sys(5)
authorAlejandro Colomar <alx@kernel.org>
Sat, 30 Sep 2023 12:29:15 +0000 (14:29 +0200)
committerAlejandro Colomar <alx@kernel.org>
Sat, 30 Sep 2023 12:29:15 +0000 (14:29 +0200)
Signed-off-by: Alejandro Colomar <alx@kernel.org>
man5/proc_sys.5
man5/proc_sys_debug.5 [new file with mode: 0644]

index 855caa51d81ce67356b498c3f82056562844d67e..83b80adc4e845538db1d16ed2d1c67411b73fed8 100644 (file)
@@ -28,9 +28,6 @@ by any of the following whitespace characters:
 Using other separators leads to the error
 .BR EINVAL .
 .TP
-.I /proc/sys/debug/
-This directory may be empty.
-.TP
 .I /proc/sys/dev/
 This directory contains device-specific information (e.g.,
 .IR dev/cdrom/info ).
diff --git a/man5/proc_sys_debug.5 b/man5/proc_sys_debug.5
new file mode 100644 (file)
index 0000000..cf5632d
--- /dev/null
@@ -0,0 +1,17 @@
+.\" Copyright (C) 1994, 1995, Daniel Quinlan <quinlan@yggdrasil.com>
+.\" Copyright (C) 2002-2008, 2017, Michael Kerrisk <mtk.manpages@gmail.com>
+.\" Copyright (C) , Andries Brouwer <aeb@cwi.nl>
+.\" Copyright (C) 2023, Alejandro Colomar <alx@kernel.org>
+.\"
+.\" SPDX-License-Identifier: GPL-3.0-or-later
+.\"
+.TH proc_sys_debug 5 (date) "Linux man-pages (unreleased)"
+.SH NAME
+/proc/sys/debug/ \- debug
+.SH DESCRIPTION
+.TP
+.I /proc/sys/debug/
+This directory may be empty.
+.SH SEE ALSO
+.BR proc (5),
+.BR proc_sys (5)