From abab0f6d6e203b6b47bc185e59a2d95f9d3b0366 Mon Sep 17 00:00:00 2001
From: Shashi Guruprasad <shash@flux.utah.edu>
Date: Wed, 22 May 2002 23:28:42 +0000
Subject: [PATCH] Fixed the make-lan example syntax to be consistent and
 compatible with NS. Refer http://www.isi.edu/nsnam/ns/doc/node125.html

---
 www/tutorial/tutorial.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/tutorial/tutorial.html b/www/tutorial/tutorial.html
index c5f559c625..aa629652e1 100644
--- a/www/tutorial/tutorial.html
+++ b/www/tutorial/tutorial.html
@@ -783,7 +783,7 @@ route to an entire LAN. It would be tedious and error prone to specify
 a route to each node in a LAN by hand. Instead, just route to the
 entire network:
 <code><pre>
-set clientlan [$ns make-lan "nodeE nodeF nodeG" 100Mb 0ms]
+set clientlan [$ns make-lan "$nodeE $nodeF $nodeG" 100Mb 0ms]
 $nodeA add-route $clientlan $nodeB
 </pre></code>
 
-- 
GitLab