]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
bdflush.2: SYNOPSIS: Mark as [[deprecated]]
authorAlejandro Colomar <alx.manpages@gmail.com>
Mon, 25 Oct 2021 19:34:21 +0000 (21:34 +0200)
committerAlejandro Colomar <alx.manpages@gmail.com>
Mon, 5 Sep 2022 00:17:19 +0000 (02:17 +0200)
This syscal is not supported anymore by glibc, and does nothing.

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
man2/bdflush.2

index 7a2f5cc386d8fccf6b35a98745733f19e2a27400..01f7a86105ca1a9d8bfe9aeb09b2218c2e70eb83 100644 (file)
@@ -12,12 +12,9 @@ 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 :
-There is no glibc wrapper for this system call; see VERSIONS.
 .SH DESCRIPTION
 .IR Note :
 Since Linux 2.6,