[RESEND][PATCH 2.6.13-rc6-mm2] v9fs: fix plan9port example in v9fsdocumentation.

From: Eric Van Hensbergen
Date: Sun Aug 28 2005 - 17:22:14 EST


[PATCH] v9fs: Fix Plan9port example in v9fs documentation.

Resend: to fix typo that I should have caught first time around.

Signed-off-by: Eric Van Hensbergen <ericvh@xxxxxxxxx>

---
commit 678b78b5268b253e21aa818fac25ea13291eafff
tree fc3d94d10d23fedee95091e372c51e1156a0360f
parent 06e00e56fdf2c3e230ff60f6fdab6db789f16e73
author Eric Van Hensbergen <ericvh@xxxxxxxxx> Sun, 28 Aug 2005 16:09:12
-0500
committer Eric Van Hensbergen <ericvh@xxxxxxxxx> Sun, 28 Aug 2005
16:09:12 -0500

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

diff --git a/Documentation/filesystems/v9fs.txt
b/Documentation/filesystems/v9fs.txt
--- a/Documentation/filesystems/v9fs.txt
+++ b/Documentation/filesystems/v9fs.txt
@@ -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
=======


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/