f7803c0
From 615816942190923d911edf397334bdc170a1178d Mon Sep 17 00:00:00 2001
f7803c0
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar@redhat.com>
f7803c0
Date: Mon, 10 Jan 2011 16:38:22 +0100
f7803c0
Subject: [PATCH] Document --always-resolve at edquota and setquota
f7803c0
f7803c0
This copy --always-resolve option description for quota(1) into
f7803c0
edquota(8) and setquota(8) manuals.
f7803c0
---
f7803c0
 edquota.8  |    4 ++++
f7803c0
 setquota.8 |    4 ++++
f7803c0
 2 files changed, 8 insertions(+), 0 deletions(-)
f7803c0
f7803c0
diff --git a/edquota.8 b/edquota.8
f7803c0
index d31d994..9b7ffd4 100644
f7803c0
--- a/edquota.8
f7803c0
+++ b/edquota.8
f7803c0
@@ -116,6 +116,10 @@ Duplicate the quotas of the prototypical user
f7803c0
 specified for each user specified.  This is the normal
f7803c0
 mechanism used to initialize quotas for groups of users.
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 -F, --format=\f2format-name\f1
f7803c0
 Edit quota for specified format (ie. don't perform format autodetection).
f7803c0
 Possible format names are:
f7803c0
diff --git a/setquota.8 b/setquota.8
f7803c0
index 624deec..c7fe408 100644
f7803c0
--- a/setquota.8
f7803c0
+++ b/setquota.8
f7803c0
@@ -155,6 +155,10 @@ Use quota settings of user or group
f7803c0
 .I protoname
f7803c0
 to set the quota for the named user or group.
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 -b, --batch
f7803c0
 Read information to set from stdin (input format is
f7803c0
 .I name block-softlimit block-hardlimit inode-softlimit inode-hardlimit
f7803c0
-- 
f7803c0
1.7.3.4
f7803c0