summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetr Písař <ppisar@redhat.com>2011-01-10 16:38:22 +0100
committerJan Kara <jack@suse.cz>2011-01-11 23:13:31 +0100
commit67ae95699869f640fd078569dc4a391bd73495a9 (patch)
tree47b9bf7566f57a54fb11500b597134372fc9cbcc
parente2e91b631131bcd207d23c03869ad00f139c224e (diff)
downloadlinuxquota-67ae95699869f640fd078569dc4a391bd73495a9.tar.gz
Document --always-resolve at edquota and setquota
This copy --always-resolve option description for quota(1) into edquota(8) and setquota(8) manuals. Signed-off-by: Jan Kara <jack@suse.cz>
-rw-r--r--edquota.84
-rw-r--r--setquota.84
2 files changed, 8 insertions, 0 deletions
diff --git a/edquota.8 b/edquota.8
index d31d994..9b7ffd4 100644
--- a/edquota.8
+++ b/edquota.8
@@ -116,6 +116,10 @@ Duplicate the quotas of the prototypical user
specified for each user specified. This is the normal
mechanism used to initialize quotas for groups of users.
.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 -F, --format=\f2format-name\f1
Edit quota for specified format (ie. don't perform format autodetection).
Possible format names are:
diff --git a/setquota.8 b/setquota.8
index 624deec..c7fe408 100644
--- a/setquota.8
+++ b/setquota.8
@@ -155,6 +155,10 @@ Use quota settings of user or group
.I protoname
to set the quota for the named user or group.
.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 -b, --batch
Read information to set from stdin (input format is
.I name block-softlimit block-hardlimit inode-softlimit inode-hardlimit