summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <alx.manpages@gmail.com>2021-10-25 21:37:21 +0200
committerAlejandro Colomar <alx.manpages@gmail.com>2022-09-05 02:28:08 +0200
commit622c72d2873b67d50db504b156570d0cb937f444 (patch)
tree7b6540dec77a115dae362f60b19269a60dd48902
parentecf75fcdbc6c90178bd38f94a5b23de6582f177b (diff)
statfs.2: SYNOPSIS: Mark as [[deprecated]]
LSB deprecated these syscalls in favor of [f]statvfs(3). Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
-rw-r--r--man2/statfs.24
1 files changed, 2 insertions, 2 deletions
diff --git a/man2/statfs.2 b/man2/statfs.2
index a62dc8fbb..91532fec4 100644
--- a/man2/statfs.2
+++ b/man2/statfs.2
@@ -15,8 +15,8 @@ Standard C library
.nf
.BR "#include <sys/vfs.h> " "/* or <sys/statfs.h> */"
.PP
-.BI "int statfs(const char *" path ", struct statfs *" buf );
-.BI "int fstatfs(int " fd ", struct statfs *" buf );
+.BI "[[deprecated]] int statfs(const char *" path ", struct statfs *" buf );
+.BI "[[deprecated]] int fstatfs(int " fd ", struct statfs *" buf );
.fi
.SH DESCRIPTION
The