diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html
index 58d886b3f7e..75b9a0040e7 100644
--- a/Documentation/NuttX.html
+++ b/Documentation/NuttX.html
@@ -2040,9 +2040,8 @@ nuttx-5.18 2011-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
a USB host HID keyboard configuraion.
* drivers/usbhost/hid_parser.c -- Leverages the LUFA HID parser written by
Dean Camera.
- * lib/lib_getopt() -- Correct an error in the getopt() logic: On certain error
- return cases, the state was not being reset correcly and incorrect behaviors
- could occur on subsequent calls to getopt().
+ * examples/nsh -- Correct an usage of getopt(): If you stop calling getopt()
+ before all parameters are parsed, you can leave getopt() in a strange state.
pascal-2.1 2011-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>