aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 f807627911..855caa51d8 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 0000000000..748ce50f31
--- /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)