summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <alx.manpages@gmail.com>2021-10-25 21:37:45 +0200
committerAlejandro Colomar <alx.manpages@gmail.com>2022-09-05 02:28:08 +0200
commit3f2f606449f17d7de9a41abc9351f06d05d277d0 (patch)
treef79130f94fef9e4690996b5fe13c93c6249d4e1f
parent5d4879fa36161dcb282f11ac4452fe50c17aaf04 (diff)
ustat.2: SYNOPSIS: Mark as [[deprecated]]
Glibc 2.28 removed the wrapper for this syscall. Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
-rw-r--r--man2/ustat.22
1 files changed, 1 insertions, 1 deletions
diff --git a/man2/ustat.2 b/man2/ustat.2
index d7594b5f9..80daaedd9 100644
--- a/man2/ustat.2
+++ b/man2/ustat.2
@@ -19,7 +19,7 @@ Standard C library
.BR "#include <unistd.h>" " /* libc[45] */"
.BR "#include <ustat.h>" " /* glibc2 */"
.PP
-.BI "int ustat(dev_t " dev ", struct ustat *" ubuf );
+.BI "[[deprecated]] int ustat(dev_t " dev ", struct ustat *" ubuf );
.fi
.SH DESCRIPTION
.BR ustat ()