File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -120,11 +120,11 @@ detailed and can help pinpoint logic errors in your implementation.
120120#### Cleaning up Mininet
121121
122122In the latter two cases above, ` make ` may leave a Mininet instance
123- running in the background. Use the following command to clean up
123+ running in the background. Use the following command to clean up
124124these instances:
125125
126126``` bash
127- mn -c
127+ make stop
128128```
129129
130130## Next Steps
Original file line number Diff line number Diff line change @@ -136,11 +136,11 @@ There are several ways that problems might manifest:
136136#### Cleaning up Mininet
137137
138138In the cases above, ` make ` may leave a Mininet instance running in
139- the background. Use the following command to clean up these
139+ the background. Use the following command to clean up these
140140instances:
141141
142142``` bash
143- mn -c
143+ make stop
144144```
145145
146146## Next Steps
You can’t perform that action at this time.
0 commit comments