summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetr Pisar <ppisar@redhat.com>2011-01-12 16:30:53 +0100
committerJan Kara <jack@suse.cz>2011-02-01 16:34:51 +0100
commit8b1cfb0634c443db96155ddbc65942f995dfa22e (patch)
tree434d3ee8091308b489566a78893a54f52ce40491
parent6fc667685854f1f5596e9fd378558a23eba020c2 (diff)
downloadlinuxquota-8b1cfb0634c443db96155ddbc65942f995dfa22e.tar.gz
Correct --no-mixed-pathnames documentation
This option controls a leading slash, not a trailing one. The quota(1) page talks about quota, not about setquota. Signed-off-by: Jan Kara <jack@suse.cz>
-rw-r--r--edquota.82
-rw-r--r--quota.14
-rw-r--r--setquota.82
3 files changed, 4 insertions, 4 deletions
diff --git a/edquota.8 b/edquota.8
index 9b7ffd4..4b1406b 100644
--- a/edquota.8
+++ b/edquota.8
@@ -101,7 +101,7 @@ Currently, pathnames of NFSv4 mountpoints are sent without leading slash in the
uses this to recognize NFSv4 mounts and properly prepend pseudoroot of NFS filesystem
to the path. If you specify this option,
.BR edquota
-will always send paths with a trailing slash. This can be useful for legacy reasons but
+will always send paths with a leading 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 .
.TP
diff --git a/quota.1 b/quota.1
index 11865af..7a62764 100644
--- a/quota.1
+++ b/quota.1
@@ -123,8 +123,8 @@ 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
-will always send paths with a trailing slash. This can be useful for legacy reasons but
+.BR quota
+will always send paths with a leading 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 .
.TP
diff --git a/setquota.8 b/setquota.8
index c7fe408..472279d 100644
--- a/setquota.8
+++ b/setquota.8
@@ -126,7 +126,7 @@ Currently, pathnames of NFSv4 mountpoints are sent without leading slash in the
uses this to recognize NFSv4 mounts and properly prepend pseudoroot of NFS filesystem
to the path. If you specify this option,
.BR setquota
-will always send paths with a trailing slash. This can be useful for legacy reasons but
+will always send paths with a leading 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 .
.TP