diff --git a/Documentation/NuttShell.html b/Documentation/NuttShell.html index 74170efee38..045117b08ef 100644 --- a/Documentation/NuttShell.html +++ b/Documentation/NuttShell.html @@ -8,7 +8,7 @@
Last Updated: July 06, 2010
+Last Updated: February 27, 2011
Command Syntax:
cat@@ -700,7 +706,7 @@ cat<path>[<path>[<path>...]]
<path> [<path> [<path>
-Command Syntax:
+Command Syntax:
cd [<dir-path>|-|~|..]
@@ -742,7 +748,7 @@ cd [<dir-path>|-|~|..]
-Command Syntax:
+Command Syntax:
cp <source-path> <dest-path>
@@ -760,7 +766,7 @@ cp <source-path> <dest-path>
-Command Syntax:
+Command Syntax:
dd if=<infile> of=<outfile> [bs=<sectsize>] [count=<sectors>] [skip=<sectors>]
@@ -819,7 +825,7 @@ nsh> dd if=/dev/ram0 of=/dev/null
-Command Syntax:
+Command Syntax:
echo [<string|$name> [<string|$name>...]]
@@ -856,7 +862,7 @@ exec <hex-address>
-Command Syntax:
+Command Syntax:
get [-b|-n] [-f <local-path>] -h <ip-address> <remote-path>
@@ -891,7 +897,7 @@ get [-b|-n] [-f <local-path>] -h <ip-address> <remote-path>
-Command Syntax:
+Command Syntax:
exit
@@ -910,7 +916,7 @@ exit
-Command Syntax:
+Command Syntax:
help
@@ -927,7 +933,7 @@ help
-Command Syntax:
+Command Syntax:
ifconfig
@@ -948,12 +954,28 @@ eth0 HWaddr 00:18:11:80:10:06
- 2.12 Setup/teardown the Loop Device (losetup)
+ 2.12 Send a signal to a task (kill)
-Command Syntax 1:
+
+kill -<signal> <pid>
+
+
+ Synopsis.
+ Send the to the task identified by .
+
+
+
+
+
+ 2.13 Setup/teardown the Loop Device (losetup)
+
+
+
+
+Command Syntax 1:
losetup [-o ] [-r] <dev-path> <file-path>
@@ -989,7 +1011,7 @@ nsh>
-Command Syntax 2:
+Command Syntax 2:
losetup d <dev-path>
@@ -1001,12 +1023,12 @@ losetup d <dev-path>
- 2.13 List Directory Contents (ls)
+ 2.14 List Directory Contents (ls)
-Command Syntax:
+Command Syntax:
ls [-lRs] <dir-path>
@@ -1038,7 +1060,7 @@ ls [-lRs] <dir-path>
- 2.14 Access Memory (mb, mh, and mw)
+ 2.15 Access Memory (mb, mh, and mw)
@@ -1092,12 +1114,12 @@ nsh>
- 2.15 Show Memory Manager Status (mem)
+ 2.16 Show Memory Manager Status (mem)
-Command Syntax:
+Command Syntax:
mem
@@ -1141,12 +1163,12 @@ nsh>
- 2.16 Show Current Tasks and Threads (ps)
+ 2.17 Show Current Tasks and Threads (ps)
-Command Syntax:
+Command Syntax:
ps
@@ -1167,7 +1189,7 @@ nsh>
- 2.17 Create a Directory (mkdir)
+ 2.18 Create a Directory (mkdir)
@@ -1202,7 +1224,7 @@ nsh>
- 2.18 Create a FAT Filesystem (mkfatfs)
+ 2.19 Create a FAT Filesystem (mkfatfs)
@@ -1222,7 +1244,7 @@ mkfatfs <path>
- 2.19 Create a FIFO (mkfifo)
+ 2.20 Create a FIFO (mkfifo)
@@ -1260,7 +1282,7 @@ nsh>
- 2.20 Create a RAMDISK (mkrd)
+ 2.21 Create a RAMDISK (mkrd)
@@ -1311,7 +1333,7 @@ nsh>
- 2.21 Mount a File System (mount)
+ 2.22 Mount a File System (mount)
@@ -1378,12 +1400,12 @@ nsh>
- 2.22 Check Network Peer (ping)
+ 2.23 Check Network Peer (ping)
-Command Syntax:
+Command Syntax:
ping [-c <count>] [-i <interval>] <ip-address>
@@ -1411,12 +1433,12 @@ nsh>
- 2.23 Send File Via TFTP (put)
+ 2.24 Send File Via TFTP (put)
-Command Syntax:
+Command Syntax:
put [-b|-n] [-f <remote-path>] -h <ip-address> <local-path>
@@ -1446,12 +1468,12 @@ put [-b|-n] [-f <remote-path>] -h <ip-address> <local-path>
- 2.24 Show Current Working Directory (pwd)
+ 2.25 Show Current Working Directory (pwd)
-Command Syntax:
+Command Syntax:
pwd
@@ -1476,12 +1498,12 @@ nsh>
- 2.25 Remove a File (rm)
+ 2.26 Remove a File (rm)
-Command Syntax:
+Command Syntax:
rm <file-path>
@@ -1510,12 +1532,12 @@ nsh>
- 2.26 Remove a Directory (rmdir)
+ 2.27 Remove a Directory (rmdir)
-Command Syntax:
+Command Syntax:
rmdir <dir-path>
@@ -1545,12 +1567,12 @@ nsh>
- 2.27 Set an Environment Variable (set)
+ 2.28 Set an Environment Variable (set)
-Command Syntax:
+Command Syntax:
set <name> <value>
@@ -1571,12 +1593,12 @@ nsh>
- 2.28 Execute an NSH Script (sh)
+ 2.29 Execute an NSH Script (sh)
-Command Syntax:
+Command Syntax:
sh <script-path>
@@ -1589,12 +1611,12 @@ sh <script-path>
- 2.29 Wait for Seconds (sleep)
+ 2.30 Wait for Seconds (sleep)
-Command Syntax:
+Command Syntax:
sleep <sec>
@@ -1606,12 +1628,12 @@ sleep <sec>
- 2.30 Unmount a File System (umount)
+ 2.31 Unmount a File System (umount)
-Command Syntax:
+Command Syntax:
umount <dir-path>
@@ -1636,12 +1658,12 @@ nsh>
- 2.31 Unset an Environment Variable (unset)
+ 2.32 Unset an Environment Variable (unset)
-Command Syntax:
+Command Syntax:
unset <name>
@@ -1662,12 +1684,12 @@ nsh>
- 2.32 Wait for Microseconds (usleep)
+ 2.33 Wait for Microseconds (usleep)
-Command Syntax:
+Command Syntax:
usleep <usec>
@@ -1679,12 +1701,12 @@ usleep <usec>
- 2.33 Get File Via HTTP (wget)
+ 2.34 Get File Via HTTP (wget)
-Command Syntax:
+Command Syntax:
wget [-o <local-path>] <url>
@@ -1706,12 +1728,12 @@ wget [-o <local-path>] <url>
- 2.34 Hexadecimal dump (xd)
+ 2.35 Hexadecimal dump (xd)
-Command Syntax:
+Command Syntax:
xd <hex-address> <byte-count>
@@ -1825,6 +1847,11 @@ nsh>
CONFIG_NET
CONFIG_EXAMPLES_NSH_DISABLE_IFCONFIG
+
+ kill
+ !CONFIG_DISABLE_SIGNALS
+ CONFIG_EXAMPLES_NSH_DISABLE_KILL
+
losetup
!CONFIG_DISABLE_MOUNTPOINT && CONFIG_NFILE_DESCRIPTORS > 0
@@ -2331,6 +2358,7 @@ nsh>
help
if-then[-else]-fi
ifconfig
+ kill
losetup
ls
mb