Correct spelling of the word VMware, which has the 'w' in lowercase

(we use this in the ports collection as well):

s/VMWare/VMware/g

PR:             docs/140377
Submitted by:   Denny Lin (dennylin93 at cnmc32 dot hs dot ntnu dot edu dot tw)
Approved by:    jkois (mentor)
This commit is contained in:
Benedict Reuschling 2009-11-08 15:43:41 +00:00
parent ca29d5fdd3
commit 7d094c41d1
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=34873

View file

@ -768,20 +768,20 @@ xenbr1 8000.feffffffffff no vif0.1
</sect2>
<sect2 id="virtualization-guest-vmware">
<title>VMWare on MacOS</title>
<title>VMware on MacOS</title>
<para><application>VMWare Fusion</application> for &mac; is a
<para><application>VMware Fusion</application> for &mac; is a
commercial software product available for &intel; based &apple;
&mac; computers running &macos; 10.4.9 or higher. FreeBSD is a
fully supported guest operating system. Once
<application>VMWare Fusion</application> has been installed on
<application>VMware Fusion</application> has been installed on
&macos; X, the user must configure a virtual machine and then
install the desired guest operating system.</para>
<sect3 id="virtualization-guest-vmware-install">
<title>Installing FreeBSD on VMWare/&macos; X</title>
<title>Installing FreeBSD on VMware/&macos; X</title>
<para>The first step is to start VMWare Fusion, the Virtual
<para>The first step is to start VMware Fusion, the Virtual
Machine Library will load. Click "New" to create the VM:</para>
<mediaobject>
@ -906,10 +906,10 @@ xenbr1 8000.feffffffffff no vif0.1
</sect3>
<sect3 id="virtualization-guest-vmware-configure">
<title>Configuring FreeBSD on &macos; X/VMWare</title>
<title>Configuring FreeBSD on &macos; X/VMware</title>
<para>After FreeBSD has been successfully installed on &macos;
X with <application>VMWare</application>, there are a number
X with <application>VMware</application>, there are a number
of configuration steps that can be taken to optimize the system
for virtualized operation.</para>
@ -919,14 +919,14 @@ xenbr1 8000.feffffffffff no vif0.1
<para>The most important step is to reduce the
<option>kern.hz</option> tunable to reduce the CPU utilization
of FreeBSD under the <application>VMWare</application>
of FreeBSD under the <application>VMware</application>
environment. This is accomplished by adding the following
line to <filename>/boot/loader.conf</filename>:</para>
<programlisting>kern.hz=100</programlisting>
<para>Without this setting, an idle FreeBSD
<application>VMWare</application> guest
<application>VMware</application> guest
OS will use roughly 15% of the CPU of a single
processor &imac;. After this change the usage will be
closer to a mere 5%.</para>
@ -936,7 +936,7 @@ xenbr1 8000.feffffffffff no vif0.1
<title>Create a new kernel configuration file</title>
<para>You can remove all of the FireWire, and USB device
drivers. <application>VMWare</application> provides a
drivers. <application>VMware</application> provides a
virtual network adapter used by the &man.em.4; driver,
so all other network devices except for &man.em.4; can
be removed from the kernel.</para>