]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
ustat.2: SYNOPSIS: Mark as [[deprecated]]
authorAlejandro Colomar <alx.manpages@gmail.com>
Mon, 25 Oct 2021 19:37:45 +0000 (21:37 +0200)
committerAlejandro Colomar <alx.manpages@gmail.com>
Mon, 5 Sep 2022 00:28:08 +0000 (02:28 +0200)
Glibc 2.28 removed the wrapper for this syscall.

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

index d7594b5f96f5b777f402d3ee6d46abef3a428ff0..80daaedd90c44243c36b7b54736e5109fda52ac9 100644 (file)
@@ -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 ()