]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
Fix buglet in xfs_quota(8) man page example use of report command.
authorNathan Scott <nathans@sgi.com>
Fri, 4 Aug 2006 13:45:44 +0000 (13:45 +0000)
committerNathan Scott <nathans@sgi.com>
Fri, 4 Aug 2006 13:45:44 +0000 (13:45 +0000)
Merge of master-melb:xfs-cmds:26632a by kenmcd.

man/man8/xfs_quota.8

index 2354e4728d219a1d6a0ac4a3ab2e2330d10cb974..3eebe48d0bcae6edeb4a37ead8d4f86d05aa5045 100644 (file)
@@ -399,7 +399,7 @@ to a set amount of space).
 .in +5
 # mount \-o uquota /dev/xvm/home /home
 # xfs_quota \-x \-c 'limit bsoft=500m bhard=550m tanya' /home
-# xfs_quota \-c report /home
+# xfs_quota \-x \-c report /home
 .in -5
 .fi
 .PP