From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750893AbVH1WUf (ORCPT ); Sun, 28 Aug 2005 18:20:35 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1750896AbVH1WUf (ORCPT ); Sun, 28 Aug 2005 18:20:35 -0400 Received: from ms-smtp-03.texas.rr.com ([24.93.47.42]:34799 "EHLO ms-smtp-03-eri0.texas.rr.com") by vger.kernel.org with ESMTP id S1750891AbVH1WUe (ORCPT ); Sun, 28 Aug 2005 18:20:34 -0400 Subject: [RESEND][PATCH 2.6.13-rc6-mm2] v9fs: fix plan9port example in v9fs documentation. From: Eric Van Hensbergen To: Linux FS Devel , V9FS Developers , Linux Kernel , Andrew Morton Content-Type: text/plain Date: Sun, 28 Aug 2005 17:20:25 -0500 Message-Id: <1125267625.15492.1.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.2.1.1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org [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 --- commit 678b78b5268b253e21aa818fac25ea13291eafff tree fc3d94d10d23fedee95091e372c51e1156a0360f parent 06e00e56fdf2c3e230ff60f6fdab6db789f16e73 author Eric Van Hensbergen Sun, 28 Aug 2005 16:09:12 -0500 committer Eric Van Hensbergen 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 =======