summaryrefslogtreecommitdiffstats
path: root/upstream/opensuse-tumbleweed/man2/ustat.2
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-17 10:52:03 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-17 10:52:03 +0000
commit932e4432596447eb9331cc2a2bb74a26a35b4efc (patch)
tree95161711ea07fd64f0c82d6e7943024c033dd5a8 /upstream/opensuse-tumbleweed/man2/ustat.2
parentAdding debian version 4.22.0-1. (diff)
downloadmanpages-l10n-932e4432596447eb9331cc2a2bb74a26a35b4efc.tar.xz
manpages-l10n-932e4432596447eb9331cc2a2bb74a26a35b4efc.zip
Merging upstream version 4.23.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'upstream/opensuse-tumbleweed/man2/ustat.2')
-rw-r--r--upstream/opensuse-tumbleweed/man2/ustat.210
1 files changed, 5 insertions, 5 deletions
diff --git a/upstream/opensuse-tumbleweed/man2/ustat.2 b/upstream/opensuse-tumbleweed/man2/ustat.2
index a894b137..49c0691a 100644
--- a/upstream/opensuse-tumbleweed/man2/ustat.2
+++ b/upstream/opensuse-tumbleweed/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 2024-05-02 "Linux man-pages (unreleased)"
.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