From 7f78a555e070e348fdc8bfa1eb531486a268a5f6 Mon Sep 17 00:00:00 2001 From: Alejandro Colomar Date: Fri, 29 Oct 2021 02:11:35 +0200 Subject: sysctl.2: SYNOPSIS: Mark as [[deprecated]] This syscall no longer exists! Signed-off-by: Alejandro Colomar --- man2/sysctl.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 .B #include .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! -- cgit v1.2.3