From c7cfb6e73bb8e73e6dcf857b5ecf374679a778ab Mon Sep 17 00:00:00 2001 From: Jan Kara Date: Tue, 14 Sep 2010 20:48:06 +0200 Subject: [PATCH 1/6] Add --always-resolve to quota.1 manpage Signed-off-by: Jan Kara --- quota.1 | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/quota.1 b/quota.1 index d562f12..11865af 100644 --- a/quota.1 +++ b/quota.1 @@ -96,6 +96,10 @@ option will make .BR quota (1) try to choose units for showing limits, used space and used inodes. .TP +.B --always-resolve +Always try to translate user / group name to uid / gid even if the name +is composed of digits only. +.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. -- 1.7.3.4