From: Nathan Scott Date: Wed, 26 Oct 2005 03:56:56 +0000 (+0000) Subject: Fix a couple of man page examples, missing the -x option. X-Git-Tag: v2.8.0~81 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3dfde25bc230167a0ab14ac58dad366f52bc789c;p=thirdparty%2Fxfsprogs-dev.git Fix a couple of man page examples, missing the -x option. Merge of master-melb:xfs-cmds:24208a by kenmcd. --- diff --git a/man/man8/xfs_quota.8 b/man/man8/xfs_quota.8 index 5dc53ad35..d596507ba 100644 --- a/man/man8/xfs_quota.8 +++ b/man/man8/xfs_quota.8 @@ -397,7 +397,7 @@ to a set amount of space). .sp .8v .in +5 # mount \-o uquota /dev/xvm/home /home -# xfs_quota \-c 'edit bsoft=500m bhard=550m tanya' /home +# xfs_quota \-x \-c 'limit bsoft=500m bhard=550m tanya' /home # xfs_quota \-c report /home .in -5 .fi @@ -410,8 +410,8 @@ log file directories to only using 1 gigabyte of space). # mount \-o pquota /dev/xvm/var /var # echo 42:/var/log >> /etc/projects # echo logfiles:42 >> /etc/projid -# xfs_quota \-c 'projects \-c logfiles' /home -# xfs_quota \-c 'edit \-p bhard=1g logfiles' /home +# xfs_quota \-x \-c 'projects \-c logfiles' /home +# xfs_quota \-x \-c 'limit \-p bhard=1g logfiles' /home .in -5 .fi .SH CAVEATS