f7803c0
From c7cfb6e73bb8e73e6dcf857b5ecf374679a778ab Mon Sep 17 00:00:00 2001
f7803c0
From: Jan Kara <jack@suse.cz>
f7803c0
Date: Tue, 14 Sep 2010 20:48:06 +0200
f7803c0
Subject: [PATCH 1/6] Add --always-resolve to quota.1 manpage
f7803c0
f7803c0
Signed-off-by: Jan Kara <jack@suse.cz>
f7803c0
---
f7803c0
 quota.1 |    4 ++++
f7803c0
 1 files changed, 4 insertions(+), 0 deletions(-)
f7803c0
f7803c0
diff --git a/quota.1 b/quota.1
f7803c0
index d562f12..11865af 100644
f7803c0
--- a/quota.1
f7803c0
+++ b/quota.1
f7803c0
@@ -96,6 +96,10 @@ option will make
f7803c0
 .BR quota (1)
f7803c0
 try to choose units for showing limits, used space and used inodes.
f7803c0
 .TP
f7803c0
+.B --always-resolve
f7803c0
+Always try to translate user / group name to uid / gid even if the name
f7803c0
+is composed of digits only.
f7803c0
+.TP
f7803c0
 .B -p, --raw-grace
f7803c0
 When user is in grace period, report time in seconds since epoch when his grace
f7803c0
 time runs out (or has run out). Field is '0' when no grace time is in effect.
f7803c0
-- 
f7803c0
1.7.3.4
f7803c0