Still trying to fix the typeface and spacing...

This commit is contained in:
Bob Lantz
2012-11-08 23:18:56 -08:00
parent 4885cb24ed
commit 535e61d2be
+3 -3
View File
@@ -45,13 +45,13 @@ Mininet includes:
* Parametrized topologies (`Topo` subclasses) using the Mininet object. For
example, a tree network may be created with the command:
mn --topo tree,depth=2,fanout=3
`mn --topo tree,depth=2,fanout=3`
* A command-line interface (CLI class) which provides useful diagnostic
commands (like iperf and ping), as well as the ability to run a command to a
node. For example,
mininet> h11 ifconfig -a`
`mininet> h11 ifconfig -a`
tells host h11 to run the command `ifconfig -a`
@@ -59,7 +59,7 @@ Mininet includes:
/tmp, etc.) which might be left around by Mininet or Linux. Try this if
things stop working!
mn -c
`mn -c`
### New features in 2.0.0: