summaryrefslogtreecommitdiff
path: root/repquota.8
diff options
context:
space:
mode:
authorjkar8572 <jkar8572>2006-10-30 15:26:20 +0000
committerjkar8572 <jkar8572>2006-10-30 15:26:20 +0000
commitde6f79f123371ffab995baa1b8a510b6a0509f88 (patch)
treec59577de8d5063bc43c65d5aefd756506ea9c841 /repquota.8
parenta72fd94e8e99ccc116bffd47632b70ea8bcb86fe (diff)
downloadlinuxquota-de6f79f123371ffab995baa1b8a510b6a0509f88.tar.gz
Fixed error handling in edquota(8) when creating tmp files (Jan Kara)
Added option to repquota(8) to print grace in better parsable format (Jan Kara)
Diffstat (limited to 'repquota.8')
-rw-r--r--repquota.89
1 files changed, 7 insertions, 2 deletions
diff --git a/repquota.8 b/repquota.8
index cb2f196..43a0652 100644
--- a/repquota.8
+++ b/repquota.8
@@ -5,7 +5,7 @@ repquota \- summarize quotas for a filesystem
.SH SYNOPSIS
.B /usr/sbin/repquota
[
-.B \-vsiug
+.B \-vspiug
] [
.B \-c
|
@@ -22,7 +22,7 @@ repquota \- summarize quotas for a filesystem
.LP
.B /usr/sbin/repquota
[
-.B \-avtsiug
+.B \-avtpsiug
] [
.B \-c
|
@@ -95,6 +95,11 @@ Don't resolve UIDs/GIDs to names. This can speedup printing a lot.
Try to report used space, number of used inodes and limits in more appropriate units
than the default ones.
.TP
+.B -p, --raw-grace
+When user is in grace period, report time in seconds since epoch when his grace
+time runs out (or has run out). Field is '0' when no grace time is in effect.
+This is especially useful when parsing output by a script.
+.TP
.B -i, --no-autofs
Ignore mountpoints mounted by automounter.
.TP