From dennylin93@cnmc32.hs.ntnu.edu.tw Sun Nov 8 00:48:23 2009 Return-Path: Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 724561065676 for ; Sun, 8 Nov 2009 00:48:23 +0000 (UTC) (envelope-from dennylin93@cnmc32.hs.ntnu.edu.tw) Received: from mx.hs.ntnu.edu.tw (mx.hs.ntnu.edu.tw [140.131.149.2]) by mx1.freebsd.org (Postfix) with ESMTP id 21B0F8FC13 for ; Sun, 8 Nov 2009 00:48:23 +0000 (UTC) Received: by mx.hs.ntnu.edu.tw (Postfix, from userid 1002) id 6FEBF6FC443; Sun, 8 Nov 2009 08:48:22 +0800 (CST) Message-Id: <20091108004822.6FEBF6FC443@mx.hs.ntnu.edu.tw> Date: Sun, 8 Nov 2009 08:48:22 +0800 (CST) From: Denny Lin Reply-To: Denny Lin To: FreeBSD-gnats-submit@freebsd.org Cc: Subject: [PATCH] Typo in Handbook (Virtualization) X-Send-Pr-Version: 3.113 X-GNATS-Notify: >Number: 140377 >Category: docs >Synopsis: [PATCH] Typo in Handbook (Virtualization) >Confidential: no >Severity: non-critical >Priority: low >Responsible: bcr >State: closed >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Sun Nov 08 00:50:01 UTC 2009 >Closed-Date: Sun Nov 08 16:01:26 UTC 2009 >Last-Modified: Sun Nov 08 16:01:26 UTC 2009 >Originator: Denny Lin >Release: FreeBSD 7.2-RELEASE-p4 amd64 >Organization: >Environment: System: FreeBSD cnmc32.hs.ntnu.edu.tw 7.2-RELEASE-p4 FreeBSD 7.2-RELEASE-p4 #0: Mon Oct 26 19:41:45 CST 2009 root@cnmc32.hs.ntnu.edu.tw:/usr/obj/usr/src/sys/CNMC32 amd64 >Description: "VMWare" should be "VMware". >How-To-Repeat: >Fix: Patched (sed 's/VMWare/VMware/g'). --- virtualization-chapter.sgml.patch begins here --- --- doc/en_US.ISO8859-1/books/handbook/virtualization/chapter.sgml.orig 2009-11-08 08:42:29.000000000 +0800 +++ doc/en_US.ISO8859-1/books/handbook/virtualization/chapter.sgml 2009-11-08 08:42:40.000000000 +0800 @@ -768,20 +768,20 @@ - VMWare on MacOS + VMware on MacOS - VMWare Fusion for &mac; is a + VMware Fusion 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 - VMWare Fusion has been installed on + VMware Fusion has been installed on &macos; X, the user must configure a virtual machine and then install the desired guest operating system. - Installing FreeBSD on VMWare/&macos; X + Installing FreeBSD on VMware/&macos; X - The first step is to start VMWare Fusion, the Virtual + The first step is to start VMware Fusion, the Virtual Machine Library will load. Click "New" to create the VM: @@ -906,10 +906,10 @@ - Configuring FreeBSD on &macos; X/VMWare + Configuring FreeBSD on &macos; X/VMware After FreeBSD has been successfully installed on &macos; - X with VMWare, there are a number + X with VMware, there are a number of configuration steps that can be taken to optimize the system for virtualized operation. @@ -919,14 +919,14 @@ The most important step is to reduce the tunable to reduce the CPU utilization - of FreeBSD under the VMWare + of FreeBSD under the VMware environment. This is accomplished by adding the following line to /boot/loader.conf: kern.hz=100 Without this setting, an idle FreeBSD - VMWare guest + VMware 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%. @@ -936,7 +936,7 @@ Create a new kernel configuration file You can remove all of the FireWire, and USB device - drivers. VMWare provides a + drivers. VMware 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. --- virtualization-chapter.sgml.patch ends here --- >Release-Note: >Audit-Trail: Responsible-Changed-From-To: freebsd-doc->bcr Responsible-Changed-By: bcr Responsible-Changed-When: Sun Nov 8 12:40:57 UTC 2009 Responsible-Changed-Why: I'll take care of this one. http://www.freebsd.org/cgi/query-pr.cgi?pr=140377 From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: docs/140377: commit references a PR Date: Sun, 8 Nov 2009 15:43:50 +0000 (UTC) bcr 2009-11-08 15:43:41 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/virtualization chapter.sgml Log: 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) Revision Changes Path 1.21 +10 -10 doc/en_US.ISO8859-1/books/handbook/virtualization/chapter.sgml _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" State-Changed-From-To: open->closed State-Changed-By: bcr State-Changed-When: Sun Nov 8 15:59:17 UTC 2009 State-Changed-Why: Patch committed, thanks. http://www.freebsd.org/cgi/query-pr.cgi?pr=140377 >Unformatted: