]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
man/man2const/Q_GETQUOTA.2const: Tweak after split
authorAlejandro Colomar <alx@kernel.org>
Sun, 12 Apr 2026 15:23:04 +0000 (17:23 +0200)
committerAlejandro Colomar <alx@kernel.org>
Thu, 4 Jun 2026 23:06:16 +0000 (01:06 +0200)
Signed-off-by: Alejandro Colomar <alx@kernel.org>
man/man2const/Q_GETQUOTA.2const

index ef22b9d05b3be262f22bc8ce9334a7b4c07a01fe..185a7def505be1e088b6879e531a51dc09d02eef 100644 (file)
@@ -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 )