summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <alx.manpages@gmail.com>2021-10-25 21:34:21 +0200
committerAlejandro Colomar <alx.manpages@gmail.com>2022-09-05 02:17:19 +0200
commita6fd076afa5d216f3ba00faa3f09e70c91a6228a (patch)
tree69625f6d8ebb57fa12932e72b8d776c7ad290316
parentbea5dac263377600c0a5b5fbf89f2b84a4186acb (diff)
bdflush.2: SYNOPSIS: Mark as [[deprecated]]
This syscal is not supported anymore by glibc, and does nothing. Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
-rw-r--r--man2/bdflush.27
1 files changed, 2 insertions, 5 deletions
diff --git a/man2/bdflush.2 b/man2/bdflush.2
index 7a2f5cc38..01f7a8610 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 <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,