summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Changelog1
-rw-r--r--edquota.82
-rw-r--r--quota.13
3 files changed, 4 insertions, 2 deletions
diff --git a/Changelog b/Changelog
index f5e1123..6031760 100644
--- a/Changelog
+++ b/Changelog
@@ -1,4 +1,5 @@
Changes in quota-tools from 3.17 to 4.00-pre2
+* minor updates of manpages (Jan Kara)
* quotactl manpage was moved to man-pages package (Jan Kara)
* fix quotaon to work properly with XFS filesystems (Eric Sandeen, Jan Kara )
* fix quotaon to print all informational messages only in verbose mode (Jan Kara)
diff --git a/edquota.8 b/edquota.8
index 7ade64a..d31d994 100644
--- a/edquota.8
+++ b/edquota.8
@@ -100,7 +100,7 @@ Currently, pathnames of NFSv4 mountpoints are sent without leading slash in the
.BR rpc.rquotad
uses this to recognize NFSv4 mounts and properly prepend pseudoroot of NFS filesystem
to the path. If you specify this option,
-.BR setquota
+.BR edquota
will always send paths with a trailing slash. This can be useful for legacy reasons but
be aware that quota over RPC will stop working if you are using new
.BR rpc.rquotad .
diff --git a/quota.1 b/quota.1
index 9d6a0a1..11f3da1 100644
--- a/quota.1
+++ b/quota.1
@@ -190,4 +190,5 @@ default filesystems
.BR quotaon (8),
.BR quota_nld (8),
.BR repquota (8),
-.BR warnquota (8)
+.BR warnquota (8),
+.BR setquota (8)