summaryrefslogtreecommitdiffstats
path: root/man5
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@kernel.org>2023-09-30 14:22:40 +0200
committerAlejandro Colomar <alx@kernel.org>2023-09-30 14:22:40 +0200
commitc6feba69161ae2b0cd11e38b36cfc7a9ec88b39e (patch)
tree7d1f5ac1ff730a11115bdc26431a9728ae0dd440 /man5
parent059eb4f6e5038509f4fbe025798927d6a57a315b (diff)
proc_sys.5, proc_sys_abi.5: Split /proc/sys/abi/ from proc_sys(5)
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Diffstat (limited to 'man5')
-rw-r--r--man5/proc_sys.510
-rw-r--r--man5/proc_sys_abi.524
2 files changed, 24 insertions, 10 deletions
diff --git a/man5/proc_sys.5 b/man5/proc_sys.5
index f80762791..855caa51d 100644
--- a/man5/proc_sys.5
+++ b/man5/proc_sys.5
@@ -28,16 +28,6 @@ by any of the following whitespace characters:
Using other separators leads to the error
.BR EINVAL .
.TP
-.IR /proc/sys/abi/ " (since Linux 2.4.10)"
-This directory may contain files with application binary information.
-.\" On some systems, it is not present.
-See the Linux kernel source file
-.I Documentation/sysctl/abi.rst
-(or
-.I Documentation/sysctl/abi.txt
-before Linux 5.3)
-for more information.
-.TP
.I /proc/sys/debug/
This directory may be empty.
.TP
diff --git a/man5/proc_sys_abi.5 b/man5/proc_sys_abi.5
new file mode 100644
index 000000000..748ce50f3
--- /dev/null
+++ b/man5/proc_sys_abi.5
@@ -0,0 +1,24 @@
+.\" 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_abi 5 (date) "Linux man-pages (unreleased)"
+.SH NAME
+/proc/sys/abi/ \- application binary information
+.SH DESCRIPTION
+.TP
+.IR /proc/sys/abi/ " (since Linux 2.4.10)"
+This directory may contain files with application binary information.
+.\" On some systems, it is not present.
+See the Linux kernel source file
+.I Documentation/sysctl/abi.rst
+(or
+.I Documentation/sysctl/abi.txt
+before Linux 5.3)
+for more information.
+.SH SEE ALSO
+.BR proc (5),
+.BR proc_sys (5)