a few section 8 nits
authorTom Henderson <tomh@tomh.org>
Sun, 29 Jun 2008 20:48:18 -0700
changeset 3344 1d2fe1f35250
parent 3343 2f13fb6901b5
child 3346 2e205ef88dab
a few section 8 nits
doc/tutorial/building-topologies.texi
--- a/doc/tutorial/building-topologies.texi	Sun Jun 29 20:39:33 2008 -0700
+++ b/doc/tutorial/building-topologies.texi	Sun Jun 29 20:48:18 2008 -0700
@@ -16,8 +16,8 @@
 @chapter Building Topologies
 
 @menu
-* Building a Bus Network Topology
-* Building a Wireless Network Topology
+* Building a Bus Network Topology::
+* Building a Wireless Network Topology::
 @end menu
 
 @c ========================================================================
@@ -565,8 +565,8 @@
 In this section we are going to further expand our knowledge of ns-3 network
 devices and channels to cover an example of a wireless network.  Ns-3 provides
 a set of 802.11 models that attempt to provide an accurate MAC-level 
-implementation of the 802.11 specification a ``not-so-slow'' PHY-level model 
-of the 802.11a specification.
+implementation of the 802.11 specification and a ``not-so-slow'' 
+PHY-level model of the 802.11a specification.
 
 Just as we have seen both point-to-point and CSMA topology helper objects when
 constructing point-to-point topologies, we will see equivalent @code{Wifi}
@@ -748,7 +748,7 @@
 that provides our extensions ``for free'' to other classes that inherit from 
 our @code{class Object}.  
 
-In the code snipped above, the right hand side of the expression is a 
+In the code snippet above, the right hand side of the expression is a 
 call to a templated C++ function called @code{CreateObject}.  The 
 @emph{template parameter} inside the angle brackets basically tells the 
 compiler what class it is we want to instantiate.  Our system returns a