summaryrefslogtreecommitdiffstats
path: root/man5
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@kernel.org>2023-09-30 14:29:15 +0200
committerAlejandro Colomar <alx@kernel.org>2023-09-30 14:29:15 +0200
commita08515b78577b01038ccfe8c1286deb34206cdc0 (patch)
tree32529ea570393bd50c07a92b1da0c0e6bf93c5b9 /man5
parentc6feba69161ae2b0cd11e38b36cfc7a9ec88b39e (diff)
proc_sys.5, proc_sys_debug.5: Split /proc/sys/debug/ from proc_sys(5)
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Diffstat (limited to 'man5')
-rw-r--r--man5/proc_sys.53
-rw-r--r--man5/proc_sys_debug.517
2 files changed, 17 insertions, 3 deletions
diff --git a/man5/proc_sys.5 b/man5/proc_sys.5
index 855caa51d..83b80adc4 100644
--- a/man5/proc_sys.5
+++ b/man5/proc_sys.5
@@ -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
index 000000000..cf5632d70
--- /dev/null
+++ b/man5/proc_sys_debug.5
@@ -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)