diff --git a/en_US.ISO8859-1/books/handbook/linuxemu/chapter.sgml b/en_US.ISO8859-1/books/handbook/linuxemu/chapter.sgml
index bae940b1c9..bd7a9fc329 100644
--- a/en_US.ISO8859-1/books/handbook/linuxemu/chapter.sgml
+++ b/en_US.ISO8859-1/books/handbook/linuxemu/chapter.sgml
@@ -122,7 +122,7 @@
then you should add the following line to
/etc/rc.conf:
- linux_enable=YES
+ linux_enable="YES"
This, in turn, triggers the following action in
/etc/rc.i386:
diff --git a/en_US.ISO8859-1/books/handbook/ppp-and-slip/chapter.sgml b/en_US.ISO8859-1/books/handbook/ppp-and-slip/chapter.sgml
index c47b9e80e3..62fbce4f00 100644
--- a/en_US.ISO8859-1/books/handbook/ppp-and-slip/chapter.sgml
+++ b/en_US.ISO8859-1/books/handbook/ppp-and-slip/chapter.sgml
@@ -2384,7 +2384,7 @@ tun0: flags=8051<UP,POINTOPOINT,RUNNING,MULTICAST> mtu 1500
Set your hostname by editing the line that
says:
- hostname=myname.my.domain
+ hostname="myname.my.domain"
Your machine's full Internet hostname should be
placed here.
@@ -2399,7 +2399,7 @@ tun0: flags=8051<UP,POINTOPOINT,RUNNING,MULTICAST> mtu 1500
to:
- network_interfaces=lo0 sl0
+ network_interfaces="lo0 sl0"
@@ -2414,11 +2414,11 @@ tun0: flags=8051<UP,POINTOPOINT,RUNNING,MULTICAST> mtu 1500
Designate the default router by changing the
line:
- defaultrouter=NO
+ defaultrouter="NO"
to:
- defaultrouter=slip-gateway
+ defaultrouter="slip-gateway"