From: Alejandro Colomar Date: Sun, 12 Apr 2026 15:23:04 +0000 (+0200) Subject: man/man2const/Q_GETQUOTA.2const: Tweak after split X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=8830173e9c306d8eeb266e8fbcccafe2d01f87ef;p=thirdparty%2Fman-pages.git man/man2const/Q_GETQUOTA.2const: Tweak after split Signed-off-by: Alejandro Colomar --- diff --git a/man/man2const/Q_GETQUOTA.2const b/man/man2const/Q_GETQUOTA.2const index ef22b9d05..185a7def5 100644 --- a/man/man2const/Q_GETQUOTA.2const +++ b/man/man2const/Q_GETQUOTA.2const @@ -28,21 +28,22 @@ Standard C library .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 )