diff options
| author | Emanuele Torre <torreemanuele6@gmail.com> | 2024-04-21 23:48:53 +0200 |
|---|---|---|
| committer | Alejandro Colomar <alx@kernel.org> | 2024-04-26 01:04:04 +0200 |
| commit | 224c9a2db50aaf57ee0d30c1f7d6ecae001e49e7 (patch) | |
| tree | d0e96c698d2d110b46cc3ba925347242d76b5e52 | |
| parent | 41caafb69749429b8256fa88bc310bb4b8d72a88 (diff) | |
| download | man-pages-224c9a2db50aaf57ee0d30c1f7d6ecae001e49e7.tar.gz | |
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.2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man2/open.2 b/man2/open.2 index 8c791fa475..1e98a1df43 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 ()) |
