summaryrefslogtreecommitdiff
path: root/apps/nshlib/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'apps/nshlib/README.txt')
-rw-r--r--apps/nshlib/README.txt10
1 files changed, 9 insertions, 1 deletions
diff --git a/apps/nshlib/README.txt b/apps/nshlib/README.txt
index 2c8c5f615..7a12ad4b4 100644
--- a/apps/nshlib/README.txt
+++ b/apps/nshlib/README.txt
@@ -242,6 +242,10 @@ o addroute <target> <netmask> <router>
to an external network characterized by the <target> IP address and
a network mask <netmask>
+ Example:
+
+ nsh> addroute 1.1.1.1 2.2.2.2 3.3.3.3
+
o base64dec [-w] [-f] <string or filepath>
o base64dec [-w] [-f] <string or filepath>
@@ -324,13 +328,17 @@ o dd if=<infile> of=<outfile> [bs=<sectsize>] [count=<sectors>] [skip=<sectors>]
brw-rw-rw- 0 ram0
nsh> dd if=/dev/ram0 of=/dev/null
-o delroute <target> <netmask> <router>
+o delroute <target> <netmask>
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 <target> IP address and
the network mask <netmask>
+ Example:
+
+ nsh> delroute 1.1.1.1 2.2.2.2
+
o df
Show the state of each mounted volume.