From: Alejandro Colomar Date: Mon, 25 Oct 2021 19:34:21 +0000 (+0200) Subject: bdflush.2: SYNOPSIS: Mark as [[deprecated]] X-Git-Tag: man-pages-6.00~107 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a6fd076afa5d216f3ba00faa3f09e70c91a6228a;p=thirdparty%2Fman-pages.git bdflush.2: SYNOPSIS: Mark as [[deprecated]] This syscal is not supported anymore by glibc, and does nothing. Signed-off-by: Alejandro Colomar --- diff --git a/man2/bdflush.2 b/man2/bdflush.2 index 7a2f5cc386..01f7a86105 100644 --- a/man2/bdflush.2 +++ b/man2/bdflush.2 @@ -12,12 +12,9 @@ bdflush \- start, flush, or tune buffer-dirty-flush daemon .nf .B #include .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 : -There is no glibc wrapper for this system call; see VERSIONS. .SH DESCRIPTION .IR Note : Since Linux 2.6,