From 622c72d2873b67d50db504b156570d0cb937f444 Mon Sep 17 00:00:00 2001 From: Alejandro Colomar Date: Mon, 25 Oct 2021 21:37:21 +0200 Subject: statfs.2: SYNOPSIS: Mark as [[deprecated]] LSB deprecated these syscalls in favor of [f]statvfs(3). Signed-off-by: Alejandro Colomar --- man2/statfs.2 | 4 ++-- 1 file 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 " "/* or */" .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 -- cgit v1.2.3