summaryrefslogtreecommitdiffstats
path: root/sys-utils/mount.8
diff options
context:
space:
mode:
authorBjörn Jacke2012-09-05 13:39:48 +0200
committerKarel Zak2012-09-05 13:56:16 +0200
commit309f26bb5f72123712e3fa2d8c70ea5a6f9efd17 (patch)
treef67ac59db9b4a7f2255d62adbf5774ba81ed2484 /sys-utils/mount.8
parentsu: move long options to main() (diff)
downloadkernel-qcow2-util-linux-309f26bb5f72123712e3fa2d8c70ea5a6f9efd17.tar.gz
kernel-qcow2-util-linux-309f26bb5f72123712e3fa2d8c70ea5a6f9efd17.tar.xz
kernel-qcow2-util-linux-309f26bb5f72123712e3fa2d8c70ea5a6f9efd17.zip
mount: fix man pahe typo in quota mount option names
Diffstat (limited to 'sys-utils/mount.8')
-rw-r--r--sys-utils/mount.86
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-utils/mount.8 b/sys-utils/mount.8
index fc4622d2b..bac259b11 100644
--- a/sys-utils/mount.8
+++ b/sys-utils/mount.8
@@ -1464,11 +1464,11 @@ Enable POSIX Access Control Lists. See the
.BR acl (5)
manual page.
.TP
-.BR usrjquot=aquota.user | grpjquota=aquota.group | jqfmt=vfsv0
+.BR usrjquota=aquota.user | grpjquota=aquota.group | jqfmt=vfsv0
Apart from the old quota system (as in ext2, jqfmt=vfsold aka version 1 quota)
ext3 also supports journaled quotas (version 2 quota). jqfmt=vfsv0
enables journaled quotas. For journaled quotas the mount options
-usrjquot=aquota.user and grpjquota=aquota.group are required to tell the
+usrjquota=aquota.user and grpjquota=aquota.group are required to tell the
quota system which quota database files to use. Journaled quotas have the
advantage that even after a crash no quota check is required.
@@ -1481,7 +1481,7 @@ The options
.B journal_dev, noload, data, commit, orlov, oldalloc, [no]user_xattr
.B [no]acl, bsddf, minixdf, debug, errors, data_err, grpid, bsdgroups, nogrpid
.B sysvgroups, resgid, resuid, sb, quota, noquota, grpquota, usrquota
-.B usrjquot, grpjquota and jqfmt
+.B usrjquota, grpjquota and jqfmt
are backwardly compatible with ext3 or ext2.
.TP
.BR journal_checksum