From 3cf5ae17a1cbacd762b55c4662590eec62aa4854 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 28 Mar 2016 08:34:07 +1300 Subject: [PATCH] quotactl.2: Note kernel version that removed Q_GETSTATS Signed-off-by: Michael Kerrisk --- man2/quotactl.2 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/man2/quotactl.2 b/man2/quotactl.2 index a8386a9a8..6fbf81e32 100644 --- a/man2/quotactl.2 +++ b/man2/quotactl.2 @@ -317,7 +317,7 @@ and .I id arguments are ignored. .TP -.B Q_GETSTATS +.BR Q_GETSTATS " (supported up to Linux 2.4.21)" Get statistics and other generic information about the quota subsystem. The .I addr @@ -331,8 +331,8 @@ The and .I id arguments are ignored. -This operation is obsolete and not supported by recent kernels. -.\" Q_GETSTATS was removed in kernel 2.4.22. + +This operation is obsolete and was removed in Linux 2.4.22. Files in .I /proc/sys/fs/quota/ carry the information instead.