diff --git a/nshlib/README.txt b/nshlib/README.txt index 2c8c5f615..7a12ad4b4 100644 --- a/nshlib/README.txt +++ b/nshlib/README.txt @@ -242,6 +242,10 @@ o addroute to an external network characterized by the IP address and a network mask + Example: + + nsh> addroute 1.1.1.1 2.2.2.2 3.3.3.3 + o base64dec [-w] [-f] o base64dec [-w] [-f] @@ -324,13 +328,17 @@ o dd if= of= [bs=] [count=] [skip=] brw-rw-rw- 0 ram0 nsh> dd if=/dev/ram0 of=/dev/null -o delroute +o delroute This command removes an entry from the routing table. The entry removed will be the first entry in the routing table that matches the external network characterized by the IP address and the network mask + Example: + + nsh> delroute 1.1.1.1 2.2.2.2 + o df Show the state of each mounted volume.