1.1 --- a/doc/tutorial/introduction.texi Fri Feb 01 19:37:27 2008 +0000
1.2 +++ b/doc/tutorial/introduction.texi Fri Feb 01 21:31:15 2008 -0800
1.3 @@ -14,7 +14,7 @@
1.4 simulator targeted primarily for research and educational use.
1.5 The @uref{http://www.nsnam.org,,@command{ns-3} project}, started in
1.6 2006, is an open-source project. The goal of the project is to
1.7 -build a new netework simulator primarily for research and educational use.
1.8 +build a new network simulator primarily for research and educational use.
1.9
1.10 The purpose of this tutorial is to introduce new @command{ns-3} users to the
1.11 system in a structured way. It is sometimes difficult for new users to
1.12 @@ -31,14 +31,14 @@
1.13 Primary documentation for the @command{ns-3} project is available in
1.14 three forms:
1.15 @itemize @bullet
1.16 -@item ns-3 Manual: Documentation of the public APIs of the simulator
1.17 +@item @uref{http://www.nsnam.org/doxygen/index.html,,ns-3 Doxygen/Manual}: Documentation of the public APIs of the simulator
1.18 @item Tutorial (this document)
1.19 -@item ns-3 wiki (http://www.nsnam.org/wiki/index.php)
1.20 +@item @uref{http://www.nsnam.org/wiki/index.php,, ns-3 wiki}
1.21 @end itemize
1.22 -
1.23 +
1.24 A few key points are worth noting at the onset:
1.25 @itemize @bullet
1.26 -@item @command{ns-3} is not an extension of @command{ns-2}; it is a new
1.27 +@item @command{ns-3} is not an extension of @uref{http://www.isi.edu/nsnam/ns,,ns-2}; it is a new
1.28 simulator. The two simulators are both written in C++ but @command{ns-3}
1.29 is a new simulator that does not support the @command{ns-2} APIs.
1.30 Some models from @command{ns-2} have already been ported from @command{ns-2}
1.31 @@ -322,11 +322,11 @@
1.32 that covers material you may need to understand for the multicast examples.
1.33
1.34 @c ========================================================================
1.35 -@c The Basics
1.36 +@c Downloading and Compiling
1.37 @c ========================================================================
1.38
1.39 -@node The-Basics
1.40 -@chapter The Basics
1.41 +@node Downloading and Compiling
1.42 +@chapter Downloading and Compiling
1.43
1.44 @cindex Linux
1.45 @cindex Cygwin