]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
Fix errors in the xfs_quota manpage.
authorDonald Douwsma <donaldd@sgi.com>
Thu, 25 Jan 2007 14:47:28 +0000 (14:47 +0000)
committerDonald Douwsma <donaldd@sgi.com>
Thu, 25 Jan 2007 14:47:28 +0000 (14:47 +0000)
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.

man/man8/xfs_quota.8

index 3eebe48d0bcae6edeb4a37ead8d4f86d05aa5045..6d89e81a2dad086a4a260e307bc0cc34989e6b4e 100644 (file)
@@ -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