quotactl.2: Better detail why <xfs/xqm.h> is included

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Alejandro Colomar 2021-05-10 19:55:45 +02:00 committed by Michael Kerrisk
parent 4e8ac36900
commit 05214ec7ba
1 changed files with 3 additions and 1 deletions

View File

@ -30,7 +30,9 @@ quotactl \- manipulate disk quotas
.SH SYNOPSIS
.nf
.B #include <sys/quota.h>
.B #include <xfs/xqm.h> /* for XFS quotas */
.BR "#include <xfs/xqm.h>" " /* Definition of " Q_X* " and " XFS_QUOTA_* \
" constants"
.RB " (or " <linux/dqblk_xfs.h> "; see NOTES) */"
.PP
.BI "int quotactl(int " cmd ", const char *" special ", int " id \
", caddr_t " addr );