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)
This commit is contained in:
Benedict Reuschling 2019-04-28 08:54:15 +00:00
parent a94904e317
commit e8f3c7e3f9
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=52963

View file

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