0104226
From 2bbd79d4eb6b712f80364ddd9e3549de30529674 Mon Sep 17 00:00:00 2001
0104226
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar@redhat.com>
0104226
Date: Wed, 12 Jan 2011 16:30:53 +0100
0104226
Subject: [PATCH] Correct --no-mixed-pathnames documentation
0104226
0104226
This option controls a leading slash, not a trailing one.
0104226
The quota(1) page talks about quota, not about setquota.
0104226
---
0104226
 edquota.8  |    2 +-
0104226
 quota.1    |    4 ++--
0104226
 setquota.8 |    2 +-
0104226
 3 files changed, 4 insertions(+), 4 deletions(-)
0104226
0104226
diff --git a/edquota.8 b/edquota.8
0104226
index 9b7ffd4..4b1406b 100644
0104226
--- a/edquota.8
0104226
+++ b/edquota.8
0104226
@@ -101,7 +101,7 @@ Currently, pathnames of NFSv4 mountpoints are sent without leading slash in the
0104226
 uses this to recognize NFSv4 mounts and properly prepend pseudoroot of NFS filesystem
0104226
 to the path. If you specify this option, 
0104226
 .BR edquota 
0104226
-will always send paths with a trailing slash. This can be useful for legacy reasons but
0104226
+will always send paths with a leading slash. This can be useful for legacy reasons but
0104226
 be aware that quota over RPC will stop working if you are using new
0104226
 .BR rpc.rquotad .
0104226
 .TP
0104226
diff --git a/quota.1 b/quota.1
0104226
index 11865af..7a62764 100644
0104226
--- a/quota.1
0104226
+++ b/quota.1
0104226
@@ -123,8 +123,8 @@ Currently, pathnames of NFSv4 mountpoints are sent without leading slash in the
0104226
 .BR rpc.rquotad
0104226
 uses this to recognize NFSv4 mounts and properly prepend pseudoroot of NFS filesystem
0104226
 to the path. If you specify this option, 
0104226
-.BR setquota 
0104226
-will always send paths with a trailing slash. This can be useful for legacy reasons but
0104226
+.BR quota 
0104226
+will always send paths with a leading slash. This can be useful for legacy reasons but
0104226
 be aware that quota over RPC will stop working if you are using new
0104226
 .BR rpc.rquotad .
0104226
 .TP
0104226
diff --git a/setquota.8 b/setquota.8
0104226
index c7fe408..472279d 100644
0104226
--- a/setquota.8
0104226
+++ b/setquota.8
0104226
@@ -126,7 +126,7 @@ Currently, pathnames of NFSv4 mountpoints are sent without leading slash in the
0104226
 uses this to recognize NFSv4 mounts and properly prepend pseudoroot of NFS filesystem
0104226
 to the path. If you specify this option,
0104226
 .BR setquota
0104226
-will always send paths with a trailing slash. This can be useful for legacy reasons but
0104226
+will always send paths with a leading slash. This can be useful for legacy reasons but
0104226
 be aware that quota over RPC will stop working if you are using new
0104226
 .BR rpc.rquotad .
0104226
 .TP
0104226
-- 
0104226
1.7.3.4
0104226