Signed-off-by: Alejandro Colomar <alx@kernel.org>
.BI " int\~" id ", struct\~dqblk\~*" addr );
.fi
.SH DESCRIPTION
-.TP
-.B Q_GETQUOTA
Get disk quota limits and current usage for user or group
.IR id .
+.P
The
.I addr
argument is a pointer to a
.BR dqblk (2type)
structure.
-.IP
-Currently, the kernel fills in all entries of the
+.P
+Currently,
+the kernel fills in all entries of the
.BR dqblk (2type)
structure and marks them as valid in the
-.I dqb_valid
+.I .dqb_valid
field.
+.P
Unprivileged users may retrieve only their own quotas;
a privileged user
.RB ( CAP_SYS_ADMIN )