From bf988de3b606c646003224e77a091735c24e61b1 Mon Sep 17 00:00:00 2001 From: Eric Sandeen Date: Fri, 6 Feb 2015 10:35:50 +1100 Subject: [PATCH] xfs_quota: manpage - project command requires arguments The xfs_quota man page states that the "project" command without arguments will list all project names and identifiers, but it has never done this; the project_f command has always been defined as requiring at least one argument. Fix the man page to reflect reality. Signed-off-by: Eric Sandeen Reviewed-by: Dave Chinner Signed-off-by: Dave Chinner --- man/man8/xfs_quota.8 | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/man/man8/xfs_quota.8 b/man/man8/xfs_quota.8 index 3ca2fa54a..9b555e978 100644 --- a/man/man8/xfs_quota.8 +++ b/man/man8/xfs_quota.8 @@ -565,12 +565,7 @@ instead of stdout. .I name ] .br -Without arguments, this command lists known project names and identifiers -(based on entries in the -.I /etc/projects -and -.I /etc/projid -files). The +The .BR \-c , .BR \-C , and -- 2.50.1