]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
man/man2const/Q_XGETQUOTA.2const: Tweak after split
authorAlejandro Colomar <alx@kernel.org>
Mon, 18 May 2026 12:22:51 +0000 (14:22 +0200)
committerAlejandro Colomar <alx@kernel.org>
Thu, 4 Jun 2026 23:09:33 +0000 (01:09 +0200)
Signed-off-by: Alejandro Colomar <alx@kernel.org>
man/man2const/Q_XGETQUOTA.2const

index 5df85822d68db15d672f767ebe4b73275ccf1726..ac700cc30a7ac97da54f218a26c79fc1a41edd2c 100644 (file)
@@ -29,16 +29,15 @@ Standard C library
 .BI "            int\~" id ", struct\~fs_disk_quota\~*" addr );
 .fi
 .SH DESCRIPTION
-.TP
-.B Q_XGETQUOTA
 Get disk quota limits and current usage for user
 .IR id .
+.P
 The
 .I addr
 argument is a pointer to an
 .BR fs_disk_quota (2type)
 structure.
-.IP
+.P
 Unprivileged users may retrieve only their own quotas;
 a privileged user
 .RB ( CAP_SYS_ADMIN )