summaryrefslogtreecommitdiff
path: root/quotaon.8
diff options
context:
space:
mode:
authorjkar8572 <jkar8572>2002-01-07 22:24:20 +0000
committerjkar8572 <jkar8572>2002-01-07 22:24:20 +0000
commite55c4e2567e2439c80755f49257883bfefebd018 (patch)
tree5aada2c19f107e88789bf23b07bfa47803a91775 /quotaon.8
parente0ceac0c219b7f67ebeabde6203611aa72447d76 (diff)
Added -p (print state) option to quotaon (Jan Kara)
Added -D_FILE_OFFSET_BITS=64 to Makefile (Michael Meskes)
Diffstat (limited to 'quotaon.8')
-rw-r--r--quotaon.814
1 files changed, 10 insertions, 4 deletions
diff --git a/quotaon.8 b/quotaon.8
index 51eb4c7..26c0aee 100644
--- a/quotaon.8
+++ b/quotaon.8
@@ -5,18 +5,18 @@ quotaon, quotaoff \- turn filesystem quotas on and off
.SH SYNOPSIS
.B /usr/sbin/quotaon
[
-.B \-vugf
+.B \-vugfp
]
.IR filesystem .\|.\|.
.br
.B /usr/sbin/quotaon
[
-.B \-avugf
+.B \-avugfp
]
.LP
.B /usr/sbin/quotaoff
[
-.B \-vug
+.B \-vugp
]
[
.B \-x
@@ -26,7 +26,7 @@ quotaon, quotaoff \- turn filesystem quotas on and off
.br
.B /usr/sbin/quotaoff
[
-.B \-avug
+.B \-avugp
]
.SH DESCRIPTION
.SS quotaon
@@ -92,6 +92,9 @@ Manipulate user quotas. This is the default.
.B \-g
Manipulate group quotas.
.TP
+.B \-p
+Instead of turning quotas on just print state of quotas (ie. whether. quota is on or off)
+.TP
.B \-f
Make
.B quotaon
@@ -113,6 +116,9 @@ Manipulate user quotas. This is the default.
.B \-g
Manipulate group quotas.
.TP
+.B \-p
+Instead of turning quotas off just print state of quotas (ie. whether. quota is on or off)
+.TP
.B \-x delete
Free up the space used to hold quota information (maintained
internally) within XFS.