summaryrefslogtreecommitdiff
path: root/convertquota.8
diff options
context:
space:
mode:
authorjkar8572 <jkar8572>2001-04-04 10:42:12 +0000
committerjkar8572 <jkar8572>2001-04-04 10:42:12 +0000
commit823172abd03b7cd2489a696f936eaee522d36882 (patch)
treee9e0bda4a4f874b9ac2ccdabfec21d1fab7251a3 /convertquota.8
parent06c43890e2973a133577dcf87d7ea8523659495e (diff)
downloadlinuxquota-823172abd03b7cd2489a696f936eaee522d36882.tar.gz
Merged with RedHat patch - mainly documentation issues
Added some forgotten _() around strings. Added sponsoring notes Removed mandatory -F from quotacheck.
Diffstat (limited to 'convertquota.8')
-rw-r--r--convertquota.812
1 files changed, 6 insertions, 6 deletions
diff --git a/convertquota.8 b/convertquota.8
index de0d76e..705b045 100644
--- a/convertquota.8
+++ b/convertquota.8
@@ -18,27 +18,27 @@ to files
.BR aquota.user
and
.BR aquota.group
-in new format currently used by kernels 2.4.0-ac? and newer on
+in new format currently used by 2.4.0-ac? and newer or by Red Hat Linux 2.4 kernels on
.IR filesystem .
.PP
New file format allows using quotas for 32-bit uids / gids, setting quotas for root,
accounting used space in bytes (and so allowing use of quotas in ReiserFS) and it
-is also architecture independent. This format introduces radix trie (a simple form of tree
+is also architecture independent. This format introduces Radix Tree (a simple form of tree
structure) to quota file.
.SH OPTIONS
.TP
.B -u
-convert user quota file. This is default.
+convert user quota file. This is the default.
.TP
.B -g
convert group quota file.
.SH FILES
.TP 20
.B aquota.user
-user quota file
+new user quota file
.TP
.B aquota.group
-group quota file
+new group quota file
.SH "SEE ALSO"
.BR quota (1),
.BR setquota (8),
@@ -47,5 +47,5 @@ group quota file
.BR quotaon (8),
.BR repquota (8)
.SH AUTHOR
-Jan Kara \<jack@atrey.karlin.mff.cuni.cz\>
+Jan Kara \<jack@suse.cz\>