summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjkar8572 <jkar8572>2004-10-20 10:35:49 +0000
committerjkar8572 <jkar8572>2004-10-20 10:35:49 +0000
commit5d74052db2404c791e2a7f6213032243b86cbd32 (patch)
treeea8065f710552422d524884b10a42c87daba38c4
parent383369802c31b927826899866f93c2c503d7bf5a (diff)
downloadlinuxquota-5d74052db2404c791e2a7f6213032243b86cbd32.tar.gz
Edited manpages of edquota(8), setquota(8) to explicitly tell that numbers in
place of user/group names are threated as UID/GID (Jan Kara)
-rw-r--r--edquota.83
-rw-r--r--setquota.83
2 files changed, 4 insertions, 2 deletions
diff --git a/edquota.8 b/edquota.8
index d11d745..930dbec 100644
--- a/edquota.8
+++ b/edquota.8
@@ -56,7 +56,8 @@ edquota \- edit user quotas
.IX "filesystem" "edquota command" "" "\fLedquota\fP \(em edit user quotas"
.B edquota
is a quota editor. One or more users or groups may be specified on the command
-line. For each user or group a temporary file is created with an
+line. If a number is given in the place of user/group name it is threated as
+an UID/GID. For each user or group a temporary file is created with an
.SM ASCII
representation of the current disk quotas for that user or group and an editor
is then invoked on the file. The quotas may then be modified, new
diff --git a/setquota.8 b/setquota.8
index da73d9d..e0a7b8d 100644
--- a/setquota.8
+++ b/setquota.8
@@ -108,7 +108,8 @@ setquota \- set disk quotas
.B setquota
is a command line quota editor.
The filesystem, user/group name and new quotas for this
-filesystem can be specified on the command line.
+filesystem can be specified on the command line. Note that if a number is
+given in the place of a user/group name it is threated as an UID/GID.
.TP
.B -r
Edit also remote quota use rpc.rquotad on remote server to set quota. This