summaryrefslogtreecommitdiffstats
path: root/man2/ustat.2
diff options
context:
space:
mode:
Diffstat (limited to 'man2/ustat.2')
-rw-r--r--man2/ustat.210
1 files changed, 5 insertions, 5 deletions
diff --git a/man2/ustat.2 b/man2/ustat.2
index a894b13..6a682d7 100644
--- a/man2/ustat.2
+++ b/man2/ustat.2
@@ -7,7 +7,7 @@
.\" Modified 2001-03-22 by aeb
.\" Modified 2003-08-04 by aeb
.\"
-.TH ustat 2 2023-03-30 "Linux man-pages 6.05.01"
+.TH ustat 2 2023-10-31 "Linux man-pages 6.7"
.SH NAME
ustat \- get filesystem statistics
.SH LIBRARY
@@ -18,7 +18,7 @@ Standard C library
.B #include <sys/types.h>
.BR "#include <unistd.h>" " /* libc[45] */"
.BR "#include <ustat.h>" " /* glibc2 */"
-.PP
+.P
.BI "[[deprecated]] int ustat(dev_t " dev ", struct ustat *" ubuf );
.fi
.SH DESCRIPTION
@@ -32,7 +32,7 @@ is a pointer to a
.I ustat
structure that contains the following
members:
-.PP
+.P
.in +4n
.EX
daddr_t f_tfree; /* Total free blocks */
@@ -41,7 +41,7 @@ char f_fname[6]; /* Filsys name */
char f_fpack[6]; /* Filsys pack name */
.EE
.in
-.PP
+.P
The last two fields,
.I f_fname
and
@@ -79,7 +79,7 @@ SVr4.
Removed in glibc 2.28.
.\" SVr4 documents additional error conditions ENOLINK, ECOMM, and EINTR
.\" but has no ENOSYS condition.
-.PP
+.P
.BR ustat ()
is deprecated and has been provided only for compatibility.
All new programs should use