From: Donald Douwsma Date: Thu, 25 Jan 2007 14:47:28 +0000 (+0000) Subject: Fix errors in the xfs_quota manpage. X-Git-Tag: v2.9.0~13 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9ba28cffe2da03b67926cdb7976b77090865bbeb;p=thirdparty%2Fxfsprogs-dev.git Fix errors in the xfs_quota manpage. Merge of master-melb:xfs-cmds:27994a by kenmcd. Fixed errors in the projid file format and the use of the xfs_quota project command. --- diff --git a/man/man8/xfs_quota.8 b/man/man8/xfs_quota.8 index 3eebe48d0..6d89e81a2 100644 --- a/man/man8/xfs_quota.8 +++ b/man/man8/xfs_quota.8 @@ -326,7 +326,7 @@ and subdirectories below it (i.e. a tree) can be restricted to using a subset of the available space in the filesystem. .PP A managed tree must be setup initially using the -\f2\-c\f1 option to the \f3project\f1 command. +\f2\-s\f1 option to the \f3project\f1 command. The specified project name or identifier is matched to one or more trees defined in .IR /etc/projects , @@ -383,8 +383,8 @@ Its format is simply: .in +5 # comments are hash-prefixed # ... -10:cage -42:logfiles +cage:10 +logfiles:42 .in -5 .fi .PP @@ -411,7 +411,7 @@ log file directories to only using 1 gigabyte of space). # mount \-o prjquota /dev/xvm/var /var # echo 42:/var/log >> /etc/projects # echo logfiles:42 >> /etc/projid -# xfs_quota \-x \-c 'projects \-c logfiles' /home +# xfs_quota \-x \-c 'project \-s logfiles' /home # xfs_quota \-x \-c 'limit \-p bhard=1g logfiles' /home .in -5 .fi