From: Zorro Lang Date: Tue, 10 May 2016 07:16:06 +0000 (+1000) Subject: xfs_quota: add missed options -D and -P into man page X-Git-Tag: v4.7.0-rc1~60 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2354bb66e1718ddd72f2983424f5a1f76ca43192;p=thirdparty%2Fxfsprogs-dev.git xfs_quota: add missed options -D and -P into man page There're two options in xfsprogs/quota/init.c:init() function, the -D option is used to set a file to instead of /etc/projects, and the -P option is used to set a file to instead of /etc/projid. I don't know these two options when I write xfstests case xfs/133, because there's no any information about them in xfs_quota and other related man pages. Document these options in the xfs_quota man page. Reported-by: Eryu Guan Signed-off-by: Zorro Lang Reviewed-by: Bill O'Donnell Signed-off-by: Dave Chinner --- diff --git a/man/man8/xfs_quota.8 b/man/man8/xfs_quota.8 index 951252bf5..ab674235e 100644 --- a/man/man8/xfs_quota.8 +++ b/man/man8/xfs_quota.8 @@ -15,6 +15,12 @@ xfs_quota \- manage use of quota on XFS filesystems .B \-d .I project ] ... [ +.B \-D +.I projects_file +] [ +.B \-P +.I projid_file +] [ .IR path " ... ]" .br .B xfs_quota \-V @@ -53,6 +59,18 @@ commands to the set of projects specified. Multiple .B \-d arguments may be given. .TP +.BI \-D " projects_file" +Specify a file containing the mapping of numeric project identifiers +to directory trees. +.I /etc/projects +as default, if this option is none. +.TP +.BI \-P " projid_file" +Specify a file containing the mapping of numeric project identifiers +to project names. +.I /etc/projid +as default, if this option is none. +.TP .B \-V Prints the version number and exits. .PP