summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Changelog1
-rw-r--r--edquota.82
-rw-r--r--setquota.84
3 files changed, 6 insertions, 1 deletions
diff --git a/Changelog b/Changelog
index 99c049c..710a2d4 100644
--- a/Changelog
+++ b/Changelog
@@ -1,4 +1,5 @@
Changes in quota-tools from 3.11 to 3.12
+* added note about availability of -r option to manpages (Jan Kara)
* maximal number of groups is now got via sysconf (Nathan Scott)
* added batch mode to the setquota(8) (Jan Kara)
* added reference to setquota(8) to manpages of other tools (Jan Kara)
diff --git a/edquota.8 b/edquota.8
index 1d1a2c7..d11d745 100644
--- a/edquota.8
+++ b/edquota.8
@@ -88,6 +88,8 @@ Only the super-user may edit quotas.
.TP
.B \-r
Edit also non-local quota use rpc.rquotad on remote server to set quota.
+This option is available only if quota tools were compiled with enabled
+support for setting quotas over RPC.
The
.B \-n
option is equivalent, and is maintained for backward compatibility.
diff --git a/setquota.8 b/setquota.8
index 84c2fe1..da73d9d 100644
--- a/setquota.8
+++ b/setquota.8
@@ -111,7 +111,9 @@ The filesystem, user/group name and new quotas for this
filesystem can be specified on the command line.
.TP
.B -r
-Edit also remote quota use rpc.rquotad on remote server to set quota.
+Edit also remote quota use rpc.rquotad on remote server to set quota. This
+option is available only if quota tools were compiled with enabled support
+for setting quotas over RPC.
.TP
.B -F \f2quotaformat\f1
Perform setting for specified format (ie. don't perform format autodetection).