From 05214ec7bab04737608067c4267448782b6e71db Mon Sep 17 00:00:00 2001 From: Alejandro Colomar Date: Mon, 10 May 2021 19:55:45 +0200 Subject: [PATCH] quotactl.2: Better detail why is included Signed-off-by: Alejandro Colomar Signed-off-by: Michael Kerrisk --- man2/quotactl.2 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/man2/quotactl.2 b/man2/quotactl.2 index 63a493231..d22d8c584 100644 --- a/man2/quotactl.2 +++ b/man2/quotactl.2 @@ -30,7 +30,9 @@ quotactl \- manipulate disk quotas .SH SYNOPSIS .nf .B #include -.B #include /* for XFS quotas */ +.BR "#include " " /* Definition of " Q_X* " and " XFS_QUOTA_* \ +" constants" +.RB " (or " "; see NOTES) */" .PP .BI "int quotactl(int " cmd ", const char *" special ", int " id \ ", caddr_t " addr );