Index: head/en_US.ISO8859-1/books/handbook/virtualization/chapter.xml
===================================================================
--- head/en_US.ISO8859-1/books/handbook/virtualization/chapter.xml
+++ head/en_US.ISO8859-1/books/handbook/virtualization/chapter.xml
@@ -1449,7 +1449,7 @@
for the Dom0 integration. An entry to
/etc/sysctl.conf disables the limit on
how many pages of memory are allowed to be wired. Otherwise,
- domU VMs with higher memory requirements will not run.
+ DomU VMs with higher memory requirements will not run.
&prompt.root; sysrc -f /etc/sysctl.conf vm.max_wired=-1
@@ -1457,8 +1457,8 @@
/etc/login.conf, setting the
memorylocked option to
unlimited. Otherwise, creating DomU
- domains may fail with Cannot allocate
- memory errors. After making the change to
+ domains may fail with Cannot allocate
+ memory errors. After making the change to
/etc/login.conf, run
cap_mkdb to update the capability database.
See for
@@ -1483,8 +1483,8 @@
defined.
&prompt.root; sysrc -f /boot/loader.conf hw.pci.mcfg=0
-&prompt.root; xen_kernel="/boot/xen"
-&prompt.root; xen_cmdline="dom0_mem=8192M dom0_max_vcpus=4 dom0pvh=1 console=com1,vga com1=115200,8n1 guest_loglvl=all loglvl=all"
+&prompt.root; sysrc -f /boot/loader.conf xen_kernel="/boot/xen"
+&prompt.root; sysrc -f /boot/loader.conf xen_cmdline="dom0_mem=8192M dom0_max_vcpus=4 dom0pvh=1 console=com1,vga com1=115200,8n1 guest_loglvl=all loglvl=all"Log files that &xen; creates for the Dom0 and DomU VMs
are stored in /var/log/xen. This
@@ -1537,7 +1537,7 @@
that were defined in /boot/loader.conf
earlier. More information can be found in the &xen;
- Documentation. NDomU guest VMs can now be
+ Documentation. DomU guest VMs can now be
created.
@@ -1579,8 +1579,8 @@
]
vnc = 1
vnclisten = "0.0.0.0"
-serial="pty"
-usbdevice="tablet"
+serial = "pty"
+usbdevice = "tablet"
These lines are explained in more detail: