summaryrefslogtreecommitdiffstats
path: root/man5
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@kernel.org>2023-09-30 15:04:32 +0200
committerAlejandro Colomar <alx@kernel.org>2023-09-30 15:04:32 +0200
commit013a4769de8ebe39582257855c02f0a5ff167566 (patch)
tree86b4082d2638039cf779c9a4383a9962e27032be /man5
parent409314af38c9d7c46322b4620f6dffd9fda891fb (diff)
proc_sys.5, proc_sys_user.5: Split /proc/sys/user/ from proc_sys(5)
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Diffstat (limited to 'man5')
-rw-r--r--man5/proc_sys.54
-rw-r--r--man5/proc_sys_user.518
2 files changed, 18 insertions, 4 deletions
diff --git a/man5/proc_sys.5 b/man5/proc_sys.5
index 5a93c7cad..589fc3e98 100644
--- a/man5/proc_sys.5
+++ b/man5/proc_sys.5
@@ -28,10 +28,6 @@ by any of the following whitespace characters:
Using other separators leads to the error
.BR EINVAL .
.TP
-.IR /proc/sys/user " (since Linux 4.9)"
-See
-.BR namespaces (7).
-.TP
.I /proc/sys/vm/
This directory contains files for memory management tuning, buffer, and
cache management.
diff --git a/man5/proc_sys_user.5 b/man5/proc_sys_user.5
new file mode 100644
index 000000000..cd0ef1be3
--- /dev/null
+++ b/man5/proc_sys_user.5
@@ -0,0 +1,18 @@
+.\" 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_user 5 (date) "Linux man-pages (unreleased)"
+.SH NAME
+/proc/sys/user/ \- limits on the number of namespaces of varius types
+.SH DESCRIPTION
+.TP
+.IR /proc/sys/user/ " (since Linux 4.9)"
+See
+.BR namespaces (7).
+.SH SEE ALSO
+.BR proc (5),
+.BR proc_sys (5)