summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjkar8572 <jkar8572>2003-01-21 17:11:10 +0000
committerjkar8572 <jkar8572>2003-01-21 17:11:10 +0000
commit891c333ab8ed72e935355cdb3242f601461db11e (patch)
tree66912994656858a3bddb2fdc7b97bfc959f10445
parentdd38889595de96c43ba5b26243d4a1adbc6d405d (diff)
Fixed minor bug in doc.
-rw-r--r--Changelog1
-rw-r--r--doc/quotadoc.sgml5
2 files changed, 3 insertions, 3 deletions
diff --git a/Changelog b/Changelog
index 245a872..18033f9 100644
--- a/Changelog
+++ b/Changelog
@@ -1,4 +1,5 @@
Changes in quota-tools from 3.08 to 3.09
+* fixed minor bug in documentation (Jan Kara, Lucas Brasilino)
* repquota(8) handles multiple entries in /etc/passwd better (Jan Kara)
* made tools not to touch mountpoints mounted without quota options (Jan Kara, Paul Szabo)
diff --git a/doc/quotadoc.sgml b/doc/quotadoc.sgml
index 8899f0b..4566399 100644
--- a/doc/quotadoc.sgml
+++ b/doc/quotadoc.sgml
@@ -43,9 +43,8 @@ are supporting quota: Ext2, Ext3, ReiserFS, XFS.
In order for quota subsystem to work you have to have quota compiled in kernel and
configured appropriately. That means that filesystem on which you want to use quotas
must be mounted with option <tt/usrquota/ (if you want to use limits for users),
-<tt/grpquota/ (if you want to use limits for groups) or <tt/quota/ (if you want
-to use limits for both users and groups) -- this is equivalent to specifying
-both <tt/usrquota/ and <tt/grpquota/. These mount options are used by quota utils
+<tt/grpquota/ (if you want to use limits for groups) or <tt/quota/ (this is
+equivalent to <tt/usrquota/ option). These mount options are used by quota utils
to recognize filesystems they should work with. For XFS you have to specify
additional mount options ??which??. On each such filesystem you have to have
files with quota data. The name of these quota files depends on <ref id="quota_formats"