summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmanuele Torre <torreemanuele6@gmail.com>2024-04-21 23:48:53 +0200
committerAlejandro Colomar <alx@kernel.org>2024-04-26 01:04:04 +0200
commit224c9a2db50aaf57ee0d30c1f7d6ecae001e49e7 (patch)
treed0e96c698d2d110b46cc3ba925347242d76b5e52
parent41caafb69749429b8256fa88bc310bb4b8d72a88 (diff)
open.2: protected_* sysctls are defined in proc_sys_fs(5), not proc(5)
Signed-off-by: Alejandro Colomar <alx@kernel.org>
-rw-r--r--man2/open.22
1 files changed, 1 insertions, 1 deletions
diff --git a/man2/open.2 b/man2/open.2
index 8c791fa47..1e98a1df4 100644
--- a/man2/open.2
+++ b/man2/open.2
@@ -1021,7 +1021,7 @@ For details, see the descriptions of
and
.I /proc/sys/fs/protected_regular
in
-.BR proc (5).
+.BR proc_sys_fs (5).
.TP
.B EBADF
.RB ( openat ())