diff --git a/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml b/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml
index 8c1f960310..1170741f53 100644
--- a/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml
+++ b/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml
@@ -3824,7 +3824,7 @@ gif0: flags=8010<POINTOPOINT,MULTICAST> mtu 1280
/etc/rc.conf:
List the Generic Tunneling interfaces that will be configured, for
- example: gif0
+ example gif0:
gif_interfaces="gif0"
@@ -3840,7 +3840,7 @@ gif0: flags=8010<POINTOPOINT,MULTICAST> mtu 1280
ipv6_ifconfig_gif0="MY_ASSIGNED_IPv6_TUNNEL_ENDPOINT_ADDR"
Then all you have to do is set the default route for IPv6. This is
- the other side of the IPv6 Tunnel.
+ the other side of the IPv6 tunnel:
ipv6_defaultrouter="MY_IPv6_REMOTE_TUNNEL_ENDPOINT_ADDR"
@@ -3853,7 +3853,7 @@ gif0: flags=8010<POINTOPOINT,MULTICAST> mtu 1280
This section will help you setup &man.rtadvd.8; to advertise the
IPv6 default route.
- To enable &man.rtadvd.8; you'll need the following in your
+ To enable &man.rtadvd.8; you will need the following in your
/etc/rc.conf:
rtadvd_enable="YES"
@@ -3864,7 +3864,7 @@ gif0: flags=8010<POINTOPOINT,MULTICAST> mtu 1280
rtadvd_interfaces="fxp0"
- Now we must create the config file,
+ Now we must create the configuration file,
/etc/rtadvd.conf. Here is an example:
fxp0:\
@@ -3877,7 +3877,7 @@ gif0: flags=8010<POINTOPOINT,MULTICAST> mtu 1280
with the prefix of your allocation.
If you are dedicated a /64 subnet
- you won't need to change anything else. Otherwise, you will need to
+ you will not need to change anything else. Otherwise, you will need to
change the prefixlen# to the correct value.