[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20211030213131.140429-2-alx.manpages@gmail.com>
Date: Sat, 30 Oct 2021 23:31:11 +0200
From: Alejandro Colomar <alx.manpages@...il.com>
To: mtk.manpages@...il.com, linux-man@...r.kernel.org
Cc: git@...r.kernel.org, Alejandro Colomar <alx.manpages@...il.com>,
linux-kernel@...r.kernel.org, libc-alpha@...rceware.org
Subject: [PATCH 01/22] bdflush.2: SYNOPSIS: Mark as [[deprecated]]
This syscal is not supported anymore by glibc, and does nothing.
Signed-off-by: Alejandro Colomar <alx.manpages@...il.com>
---
man2/bdflush.2 | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/man2/bdflush.2 b/man2/bdflush.2
index 710da7b18..8ad5dfc2b 100644
--- a/man2/bdflush.2
+++ b/man2/bdflush.2
@@ -31,8 +31,8 @@ bdflush \- start, flush, or tune buffer-dirty-flush daemon
.nf
.B #include <sys/kdaemon.h>
.PP
-.BI "int bdflush(int " func ", long *" address );
-.BI "int bdflush(int " func ", long " data );
+.BI "[[deprecated]] int bdflush(int " func ", long *" address );
+.BI "[[deprecated]] int bdflush(int " func ", long " data );
.fi
.PP
.IR Note :
--
2.33.1
Powered by blists - more mailing lists