fd4d641
From fe76269491078b4ac862d3009a2e14c51884868a Mon Sep 17 00:00:00 2001
fd4d641
From: Jan Kara <jack@suse.cz>
fd4d641
Date: Wed, 16 Feb 2011 18:33:32 +0100
fd4d641
Subject: [PATCH 1/2] Explain meaning of the second column in repquota output
fd4d641
fd4d641
Signed-off-by: Jan Kara <jack@suse.cz>
fd4d641
---
fd4d641
 repquota.8 |   17 ++++++++++++-----
fd4d641
 1 files changed, 12 insertions(+), 5 deletions(-)
fd4d641
fd4d641
diff --git a/repquota.8 b/repquota.8
fd4d641
index 7580f64..a71cf6b 100644
fd4d641
--- a/repquota.8
fd4d641
+++ b/repquota.8
fd4d641
@@ -48,18 +48,25 @@ repquota \- summarize quotas for a filesystem
fd4d641
 .B repquota
fd4d641
 prints a summary of the disc usage and quotas for the specified file
fd4d641
 systems.  For each user the current number of files and amount of space
fd4d641
-(in kilobytes) is printed, along with any quotas created with
fd4d641
-.BR edquota (8).
fd4d641
-As
fd4d641
+(in kilobytes) is printed, along with any quota limits set with
fd4d641
+.BR edquota (8) 
fd4d641
+or
fd4d641
+.BR setquota (8).
fd4d641
+In the second column repquota prints two characters marking which limits are
fd4d641
+exceeded. If user is over his space softlimit or reaches his space hardlimit in
fd4d641
+case softlimit is unset, the first character is '+'. Otherwise the character
fd4d641
+printed is '-'. The second character denotes the state of inode usage
fd4d641
+analogously.
fd4d641
+
fd4d641
 .B repquota
fd4d641
 has to translate ids of all users/groups to names (unless option
fd4d641
 .B -n
fd4d641
-was specified) it may take a while to
fd4d641
+was specified) so it may take a while to
fd4d641
 print all the information. To make translating as fast as possible
fd4d641
 .B repquota
fd4d641
 tries to detect (by reading
fd4d641
 .BR /etc/nsswitch.conf )
fd4d641
-whether entries are stored in standard plain text file or in database and either
fd4d641
+whether entries are stored in standard plain text file or in a database and either
fd4d641
 translates chunks of 1024 names or each name individually. You can override this
fd4d641
 autodetection by
fd4d641
 .B -c
fd4d641
-- 
fd4d641
1.7.4
fd4d641