summaryrefslogtreecommitdiffstats
path: root/man5
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@kernel.org>2023-09-30 14:52:25 +0200
committerAlejandro Colomar <alx@kernel.org>2023-09-30 14:52:25 +0200
commit788c063879f879ff41bdfb6282a285f05aeafa77 (patch)
tree9c21e96e2d3da05eb897989af44b9619035fe8e2 /man5
parentdac1c4ff9d423f45bddd64eb1ba07000f248caa7 (diff)
proc_sys.5, proc_sys_proc.5: Split /proc/sys/proc/ 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_proc.517
2 files changed, 17 insertions, 3 deletions
diff --git a/man5/proc_sys.5 b/man5/proc_sys.5
index 08ca9c1de..0c155862d 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/proc
-This directory may be empty.
-.TP
.I /proc/sys/sunrpc
This directory supports Sun remote procedure call for network filesystem
(NFS).
diff --git a/man5/proc_sys_proc.5 b/man5/proc_sys_proc.5
new file mode 100644
index 000000000..21eaf2750
--- /dev/null
+++ b/man5/proc_sys_proc.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_proc 5 (date) "Linux man-pages (unreleased)"
+.SH NAME
+/proc/sys/proc/ \- ???
+.SH DESCRIPTION
+.TP
+.I /proc/sys/proc/
+This directory may be empty.
+.SH SEE ALSO
+.BR proc (5),
+.BR proc_sys (5)