summaryrefslogtreecommitdiff
path: root/quotaon.8
diff options
context:
space:
mode:
authorjkar8572 <jkar8572>2006-05-13 01:05:24 +0000
committerjkar8572 <jkar8572>2006-05-13 01:05:24 +0000
commit203e34e6a4bce09f7aa43f7f3ec64ee622c2e0ba (patch)
tree7c9dbf99505b616a7aa1b4ec35b8536b7429dcb4 /quotaon.8
parent6e8aa2396e0b2ef59f74cc97e109bbd14a395876 (diff)
Changed option parsing to use long options (Jan Kara)
Added option to always resolve even numeric names (Jan Kara) Corrected a few typos in manpaged (Jan Kara, Justin Pryzby)
Diffstat (limited to 'quotaon.8')
-rw-r--r--quotaon.838
1 files changed, 24 insertions, 14 deletions
diff --git a/quotaon.8 b/quotaon.8
index 1edfc79..3b199dd 100644
--- a/quotaon.8
+++ b/quotaon.8
@@ -80,7 +80,17 @@ have any disk quotas turned off.
.SH OPTIONS
.SS quotaon
.TP
-.B \-a
+.B -F, --format=\f2format-name\f1
+Report quota for specified format (ie. don't perform format autodetection).
+Possible format names are:
+.B vfsold
+(version 1 quota),
+.B vfsv0
+(version 2 quota),
+.B xfs
+(quota on XFS filesystem)
+.TP
+.B -a, --all
All automatically mounted (no
.B noauto
option) non-NFS filesystems in
@@ -88,26 +98,26 @@ option) non-NFS filesystems in
with quotas will have their quotas turned on.
This is normally used at boot time to enable quotas.
.TP
-.B \-v
+.B -v, --verbose
Display a message for each filesystem where quotas are turned on.
.TP
-.B \-u
+.B -u, --user
Manipulate user quotas. This is the default.
.TP
-.B \-g
+.B -g, --group
Manipulate group quotas.
.TP
-.B \-p
+.B -p, --print-state
Instead of turning quotas on just print state of quotas (ie. whether. quota is on or off)
.TP
-.B \-f
+.B -f, --off
Make
.B quotaon
behave like being called as
.BR quotaoff .
.SS quotaoff
.TP
-.B \-F \f2format-name\f1
+.B -F, --format=\f2format-name\f1
Report quota for specified format (ie. don't perform format autodetection).
Possible format names are:
.B vfsold
@@ -117,31 +127,31 @@ Possible format names are:
.B xfs
(quota on XFS filesystem)
.TP
-.B \-a
+.B -a, --all
Force all filesystems in
.B /etc/fstab
to have their quotas disabled.
.TP
-.B \-v
+.B -v, --verbose
Display a message for each filesystem affected.
.TP
-.B \-u
+.B -u, --user
Manipulate user quotas. This is the default.
.TP
-.B \-g
+.B -g, --group
Manipulate group quotas.
.TP
-.B \-p
+.B -p, --print-state
Instead of turning quotas off just print state of quotas (ie. whether. quota is on or off)
.TP
-.B \-x delete
+.B -x, --xfs-command delete
Free up the space used to hold quota information (maintained
internally) within XFS.
This option is only applicable to XFS, and is silently
ignored for other filesystem types.
It can only be used on a filesystem with quota previously turned off.
.TP
-.B \-x enforce
+.B -x, --xfs-command enforce
Switch off limit enforcement for XFS filesystems (perform
quota accounting only).
This option is only applicable to XFS, and is silently