diff --git a/en_US.ISO8859-1/books/handbook/cutting-edge/chapter.xml b/en_US.ISO8859-1/books/handbook/cutting-edge/chapter.xml
index 8903485068..6641912cc3 100644
--- a/en_US.ISO8859-1/books/handbook/cutting-edge/chapter.xml
+++ b/en_US.ISO8859-1/books/handbook/cutting-edge/chapter.xml
@@ -420,10 +420,10 @@ MergeChanges /etc/ /var/named/etc/ /boot/device.hints
using the following commands:
&prompt.root; mount /cdrom
-&prompt.root; cd /cdrom/X.Y-RELEASE/kernels
+&prompt.root; cd /cdrom/X.Y-RELEASE/kernels
&prompt.root; ./install.sh GENERIC
- Replace X.Y-RELEASE
+ Replace X.Y-RELEASE
with the actual version of the release being used.
The GENERIC kernel will be
installed in /boot/GENERIC by
@@ -797,7 +797,7 @@ before running "/usr/sbin/freebsd-update install"
fetch a clean copy of the documentation sources from the
western US mirror using the HTTPS protocol:
- &prompt.root; svn checkout https://svn0.us-west.FreeBSD.org/doc/head /usr/doc
+ &prompt.root; svn checkout https://svn0.us-west.FreeBSD.org/doc/head /usr/docSelect the closest mirror from the available
Subversion mirror
@@ -1109,7 +1109,7 @@ before running "/usr/sbin/freebsd-update install"
Packages use a format that differs from the
corresponding port's name:
- lang-freebsd-doc,
+ lang-freebsd-doc,
where lang is the short format
of the language code, such as hu for
Hungarian, or zh_cn for Simplified
@@ -1765,7 +1765,7 @@ Script done, …
The general format of the command is as follows:
- &prompt.root; make -x -DVARIABLE target
+ &prompt.root; make -x -DVARIABLEtargetIn this example,
is an option
@@ -1779,7 +1779,7 @@ Script done, …
in /etc/make.conf, and this provides
another way of setting them. For example:
- &prompt.root; make -DNO_PROFILE target
+ &prompt.root; make -DNO_PROFILE targetis another way of specifying that profiled libraries
should not be built, and corresponds with the
@@ -1801,7 +1801,7 @@ Script done, …
Most of the time, no parameters need to be passed to
&man.make.1; and the command looks like this:
- &prompt.root; make target
+ &prompt.root; make targetWhere target is one of many
build options. The first target should always be
@@ -1908,11 +1908,11 @@ Script done, …
To build a custom kernel with an existing customized
configuration file, use
- KERNCONF=MYKERNEL:
+ KERNCONF=MYKERNEL:&prompt.root; cd /usr/src
-&prompt.root; make buildkernel KERNCONF=MYKERNEL
-&prompt.root; make installkernel KERNCONF=MYKERNEL
+&prompt.root; make buildkernel KERNCONF=MYKERNEL
+&prompt.root; make installkernel KERNCONF=MYKERNEL
@@ -2472,7 +2472,7 @@ Building everything..
.The file system holding
- /usr/obj can be mounted or
+ /usr/obj can be mounted or
remounted with so that disk
writes happen asynchronously. The write completes
immediately, and the data is written to the disk a
@@ -2601,7 +2601,7 @@ Building everything..
should list them all in KERNCONF, listing
its own kernel first. The build machine must have the kernel
configuration files for each machine in
- /usr/src/sys/arch/conf
+ /usr/src/sys/arch/conf
if it is going to build their kernels.