Replace misplaced string VMware with VirtualBox

In the case of vbfs the host is VirtualBox so mentions of VMware must be copy-paste errors.
This commit is contained in:
Jakub Jermář 2018-10-24 11:25:12 +02:00 committed by GitHub
parent 7377a594e4
commit a9a22725db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@ host file system when MINIX is run as a VirtualBox guest.
The above mount command will mount the vbfs file system onto the directory The above mount command will mount the vbfs file system onto the directory
\fImountpoint\fR. The \fB\-r\fR mount option makes the file system read-only; \fImountpoint\fR. The \fB\-r\fR mount option makes the file system read-only;
note that shared folders may independently have been configured as read-only note that shared folders may independently have been configured as read-only
on the VMware host. The \fIoptions\fR field is a string consisting of on the VirtualBox host. The \fIoptions\fR field is a string consisting of
comma-delimited \fIkey\fR or \fIkey\fB=\fIvalue\fR options. comma-delimited \fIkey\fR or \fIkey\fB=\fIvalue\fR options.
The vbfs server can mount only one shared folder at a time, and therefore, The vbfs server can mount only one shared folder at a time, and therefore,
specifying a \fBshare\fR name is required. specifying a \fBshare\fR name is required.