--- a/doc/tutorial/conceptual-overview.texi Sun Jun 29 11:13:27 2008 -0700
+++ b/doc/tutorial/conceptual-overview.texi Sun Jun 29 14:20:40 2008 -0700
@@ -11,7 +11,7 @@
@c ========================================================================
@c Some Conceptual Overview
@c ========================================================================
-@node Conceptual Overveiw
+@node Conceptual Overview
@chapter Conceptual Overview
@menu
@@ -167,7 +167,7 @@
@c A First ns-3 script
@c ========================================================================
@node A First ns-3 Script
-@chapter A First ns-3 script
+@chapter A First ns-3 Script
@cindex first script
If you downloaded the system as was suggested above, you will have a release
of ns-3 in a directory called @code{repos} under your home directory. Change
--- a/doc/tutorial/tutorial.texi Sun Jun 29 11:13:27 2008 -0700
+++ b/doc/tutorial/tutorial.texi Sun Jun 29 14:20:40 2008 -0700
@@ -7,10 +7,11 @@
@ifinfo
Primary documentation for the @command{ns-3} project is available in
-three forms:
+four forms:
@itemize @bullet
@item @uref{http://www.nsnam.org/doxygen/index.html,,ns-3 Doxygen/Manual}: Documentation of the public APIs of the simulator
@item Tutorial (this document)
+@item @uref{http://www.nsnam.org/docs/manual.html,,Reference Manual}: Reference Manual
@item @uref{http://www.nsnam.org/wiki/index.php,, ns-3 wiki}
@end itemize
@@ -24,10 +25,11 @@
This is an @command{ns-3} tutorial.
Primary documentation for the @command{ns-3} project is available in
-three forms:
+four forms:
@itemize @bullet
@item @uref{http://www.nsnam.org/doxygen/index.html,,ns-3 Doxygen/Manual}: Documentation of the public APIs of the simulator
@item Tutorial (this document)
+@item @uref{http://www.nsnam.org/docs/manual.html,,Reference Manual}: Reference Manual
@item @uref{http://www.nsnam.org/wiki/index.php,, ns-3 wiki}
@end itemize
@@ -77,9 +79,12 @@
@menu
* Introduction::
-* Geting Started::
+* Browsing ns-3::
+* Resources::
+* Getting Started::
* Conceptual Overview::
-* Tweaking Ns-3::
+* A First ns-3 Script::
+* Tweaking ns-3::
* Building Topologies::
@end menu
--- a/doc/tutorial/tweaking.texi Sun Jun 29 11:13:27 2008 -0700
+++ b/doc/tutorial/tweaking.texi Sun Jun 29 14:20:40 2008 -0700
@@ -4,16 +4,16 @@
@c ========================================================================
@c ========================================================================
-@c PART: Tweaking Ns-3
+@c PART: Tweaking ns-3
@c ========================================================================
-@c The below chapters are under the major heading "Tweaking Ns-3"
+@c The below chapters are under the major heading "Tweaking ns-3"
@c This is similar to the Latex \part command
@c
@c ========================================================================
-@c Tweaking Ns-3
+@c Tweaking ns-3
@c ========================================================================
-@node Tweaking Ns-3
-@chapter Tweaking Ns-3
+@node Tweaking ns-3
+@chapter Tweaking ns-3
@menu
* Using the Logging Module::
@@ -40,7 +40,7 @@
informational messages. In some cases, logging facilities are used to output
debug messages which can quickly turn the output into a blur.
-Ns-3 takes the view that all of these verbosity levels are useful and se
+ns-3 takes the view that all of these verbosity levels are useful and se
provides a selectable, multi-level approach to message logging. Logging can
be disabled completely, enabled on a component-by-component basis, enabled
globally and has selectable verbosity levels. The ns-3 log module provides
@@ -736,7 +736,7 @@
@cindex tracing
@cindex tracing|ASCII
@subsection ASCII Tracing
-Ns-3 provides an ASCII trace helper that is a wrapper around low-level
+ns-3 provides an ASCII trace helper that is a wrapper around low-level
tracing system. This helper lets you configure some useful and easily
understood packet traces easily. The output of a trace of a simulation run
is an ASCII file --- thus the name. For those familiar with @command{ns-2}