svn commit: r52963 - head/en_US.ISO8859-1/books/handbook/virtualization

Benedict Reuschling bcr at FreeBSD.org
Sun Apr 28 08:54:16 UTC 2019


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 at 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">


More information about the svn-doc-all mailing list