summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjkar8572 <jkar8572>2010-09-02 15:00:14 +0000
committerjkar8572 <jkar8572>2010-09-02 15:00:14 +0000
commitf323a983893484104a3a981134cd8c3c75b9dd4d (patch)
tree535b4d80bb78c3451a5ebfdc96afbc450a4b2011
parentc5b8d43c6d6bb5e69b705b3baab627206f7c2aa5 (diff)
Added reference to setquota to quota(1) manpage. Fixed description of -m option
of edquota (Jan Kara)
-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)