From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from relay.sgi.com (relay1.corp.sgi.com [137.38.102.111]) by oss.sgi.com (Postfix) with ESMTP id 07AB47F50 for ; Thu, 18 Dec 2014 15:39:45 -0600 (CST) Received: from cuda.sgi.com (cuda2.sgi.com [192.48.176.25]) by relay1.corp.sgi.com (Postfix) with ESMTP id E90A98F8035 for ; Thu, 18 Dec 2014 13:39:44 -0800 (PST) Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by cuda.sgi.com with ESMTP id GFmzyeMVfFfPnQZa (version=TLSv1 cipher=AES256-SHA bits=256 verify=NO) for ; Thu, 18 Dec 2014 13:39:43 -0800 (PST) Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id sBILdgta000623 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Thu, 18 Dec 2014 16:39:43 -0500 Received: from liberator.sandeen.net (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by int-mx14.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id sBILdf4n031942 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO) for ; Thu, 18 Dec 2014 16:39:42 -0500 Message-ID: <5493499D.5060303@redhat.com> Date: Thu, 18 Dec 2014 15:39:41 -0600 From: Eric Sandeen MIME-Version: 1.0 Subject: [PATCH] xfs_quota: man page fix - project command requires arguments List-Id: XFS Filesystem from SGI List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: xfs-bounces@oss.sgi.com Sender: xfs-bounces@oss.sgi.com To: xfs-oss 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 --- diff --git a/man/man8/xfs_quota.8 b/man/man8/xfs_quota.8 index 8cc8ab7..d74c157 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 _______________________________________________ xfs mailing list xfs@oss.sgi.com http://oss.sgi.com/mailman/listinfo/xfs