diff --git a/Documentation/NuttShell.html b/Documentation/NuttShell.html index 1b83454b93e..bedb624f84f 100644 --- a/Documentation/NuttShell.html +++ b/Documentation/NuttShell.html @@ -254,6 +254,12 @@ 2.30 Wait for Microseconds (usleep) +
<usec> microseconds.
+
+ 2.31 Hexadecimal dump (xd)+ |
+
+xd <hex-address> <byte-count> ++
+ Synopsis.
+ Dump <byte-count> bytes of data from address <hex-address>.
+
Example:
++nsh> xd 410e0 512 +Hex dump: +0000: 00 00 00 00 9c 9d 03 00 00 00 00 01 11 01 10 06 ................ +0010: 12 01 11 01 25 08 13 0b 03 08 1b 08 00 00 02 24 ....%..........$ +... +01f0: 08 3a 0b 3b 0b 49 13 00 00 04 13 01 01 13 03 08 .:.;.I.......... +nsh> ++
@@ -1800,6 +1833,7 @@ usleep <usec>
umountunsetusleepxd |
Last Updated: September 6, 2008
+Last Updated: September 7, 2008