Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Apr 2019 08:54:15 +0000 (UTC)
From:      Benedict Reuschling <bcr@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r52963 - head/en_US.ISO8859-1/books/handbook/virtualization
Message-ID:  <201904280854.x3S8sF7H073795@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bcr
Date: Sun Apr 28 08:54:15 2019
New Revision: 52963
URL: https://svnweb.freebsd.org/changeset/doc/52963

Log:
  Correct the name of the shared folder mount program.
  
  The name of the program to mount the VirtualBox shared folder is
  mount_vboxvfs instead of mount_vboxfs.
  
  Reported by:	    dgray.cosma@gmail.com (freebsd-doc mailing list)

Modified:
  head/en_US.ISO8859-1/books/handbook/virtualization/chapter.xml

Modified: head/en_US.ISO8859-1/books/handbook/virtualization/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/handbook/virtualization/chapter.xml	Sat Apr 27 21:58:11 2019	(r52962)
+++ head/en_US.ISO8859-1/books/handbook/virtualization/chapter.xml	Sun Apr 28 08:54:15 2019	(r52963)
@@ -836,7 +836,7 @@ EndSection</programlisting>
       Mount the shared folder from within the guest system like
       this:</para>
 
-    <screen>&prompt.root; <userinput>mount_vboxfs -w <replaceable>myshare</replaceable> <replaceable>/mnt</replaceable></userinput></screen>
+    <screen>&prompt.root; <userinput>mount_vboxvfs -w <replaceable>myshare</replaceable> <replaceable>/mnt</replaceable></userinput></screen>
   </sect1>
 
   <sect1 xml:id="virtualization-host-virtualbox">



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904280854.x3S8sF7H073795>