summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <alx.manpages@gmail.com>2021-10-29 02:11:35 +0200
committerAlejandro Colomar <alx.manpages@gmail.com>2022-09-05 02:28:08 +0200
commit7f78a555e070e348fdc8bfa1eb531486a268a5f6 (patch)
tree98198b4931f7d1a842ebc2e96192ad25a1f5dcaf
parent06b7507dea94b73b4bd24386adabe607d9991678 (diff)
sysctl.2: SYNOPSIS: Mark as [[deprecated]]
This syscall no longer exists! Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
-rw-r--r--man2/sysctl.22
1 files changed, 1 insertions, 1 deletions
diff --git a/man2/sysctl.2 b/man2/sysctl.2
index 796b5fad8..47b9f8542 100644
--- a/man2/sysctl.2
+++ b/man2/sysctl.2
@@ -15,7 +15,7 @@ sysctl \- read/write system parameters
.B #include <unistd.h>
.B #include <linux/sysctl.h>
.PP
-.BI "int _sysctl(struct __sysctl_args *" args );
+.BI "[[deprecated]] int _sysctl(struct __sysctl_args *" args );
.fi
.SH DESCRIPTION
.B This system call no longer exists on current kernels!