diff --git a/Documentation/NXGraphicsSubsystem.html b/Documentation/NXGraphicsSubsystem.html
index 6374c3ca781..6d4597acfb1 100644
--- a/Documentation/NXGraphicsSubsystem.html
+++ b/Documentation/NXGraphicsSubsystem.html
@@ -1652,7 +1652,7 @@ int nx_bitmap(NXWINDOW hwnd, FAR const struct nxgl_rect_s *dest,
or nx_requestbkgd() that specifies the
window that will receive the bitmap image.
dest
- src
CONFIG_NX_NPLANES (probably 1).
diff --git a/Documentation/NuttShell.html b/Documentation/NuttShell.html
index 788e9ab0046..4cc4c41255e 100644
--- a/Documentation/NuttShell.html
+++ b/Documentation/NuttShell.html
@@ -1348,7 +1348,7 @@ mount -t <fstype> <block-device> <dir-path>
- After the the volume has been mounted in the NuttX + After the volume has been mounted in the NuttX pseudo filesystem, it may be access in the same way as other objects in thefile system.
@@ -2108,7 +2108,7 @@ nsh>CONFIG_EXAMPLES_NSH_DHCPCThis is a tougher environment. - In this case, the Windows native toolchain is unaware of the the + In this case, the Windows native toolchain is unaware of the Cygwin sandbox and, instead, operates in the native Windows environment. The primary difficulties with this are:
diff --git a/Documentation/NuttxUserGuide.html b/Documentation/NuttxUserGuide.html index 6a8ee1847c7..3fc63d6ad60 100644 --- a/Documentation/NuttxUserGuide.html +++ b/Documentation/NuttxUserGuide.html @@ -170,7 +170,7 @@ paragraphs. If CONFIG_DEV_CONSOLE is defined, the first three file descriptors (corresponding - to stdin, stdout, stderr) will be duplicated for the the new task. + to stdin, stdout, stderr) will be duplicated for the new task. Since these file descriptors are duplicated, the child task can free close them or manipulate them in any way without effecting the parent task. File-related operations (open, close, etc.) within a task will have no effect @@ -2430,7 +2430,7 @@ VxWorks provides the following comparable interface:Description: - This function returns the time remaining before the the specified watchdog expires. + This function returns the time remaining before the specified watchdog expires.
Input Parameters: @@ -4490,7 +4490,7 @@ per-thread basis and persist for the life of the calling thread.
Upon key creation, the value NULL will be associated with -the the new key in all active threads. Upon thread +the new key in all active threads. Upon thread creation, the value NULL will be associated with all defined keys in the new thread.