From: Eric Van Hensbergen <ericvh@gmail.com>

Signed-off-by: Eric Van Hensbergen <ericvh@gmail.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
---

 Documentation/filesystems/v9fs.txt |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -puN Documentation/filesystems/v9fs.txt~v9fs-documentation-makefiles-configuration-fix-plan9port-example-in-v9fs Documentation/filesystems/v9fs.txt
--- devel/Documentation/filesystems/v9fs.txt~v9fs-documentation-makefiles-configuration-fix-plan9port-example-in-v9fs	2005-08-29 22:25:56.000000000 -0700
+++ devel-akpm/Documentation/filesystems/v9fs.txt	2005-08-29 22:25:56.000000000 -0700
@@ -20,7 +20,7 @@ For remote file server:
 
 For Plan 9 From User Space applications (http://swtch.com/plan9)
 
-	mount -t 9P /tmp/ns.root.:0/acme/acme /mnt/9 proto=unix,name=$USER
+	mount -t 9P `namespace`/acme /mnt/9 -o proto=unix,name=$USER
 
 OPTIONS
 =======
_