diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html
index e8254f2cc8..d169f32b9e 100644
--- a/Documentation/NuttX.html
+++ b/Documentation/NuttX.html
@@ -71,7 +71,7 @@
|
- Release Notes
+ Release Notes
What has changed in the last release of NuttX?
What has changed in previous releases of NuttX?
Are there any unreleased changes.
@@ -1293,15 +1293,15 @@
nuttx.
Release notes for NuttX 7.10 are available here.
- Release notes for all released versions on NuttX are available in the Bitbucket GIT.
- The ChangeLog for all releases of NuttX is available in the ChangeLog file that can viewed in the Bitbucket GIT.
+ Release notes for all released versions on NuttX are available in the Bitbucket GIT.
+ The ChangeLog for all releases of NuttX is available in the ChangeLog file that can viewed in the Bitbucket GIT.
The ChangeLog for the current release is at the bottom of that file.
apps.
Release notes for NuttX 7.10 are available here.
- Release notes for all released versions on NuttX are available in the Bitbucket GIT
+ Release notes for all released versions on NuttX are available in the Bitbucket GIT
The ChangeLog for the all releases of apps/ is available in the ChangeLog file that can viewed in the Bitbucket GIT.
The ChangeLog for the current release is at the bottom of that file.
@@ -5121,7 +5121,7 @@ if [ -x "$WINELOADER" ]; then exec "$WINELOADER" "$appname" "$@"; fi
- The current list of NuttX Things-To-Do in GIT here.
+ The current list of NuttX Things-To-Do in GIT here.
@@ -5179,7 +5179,7 @@ if [ -x "$WINELOADER" ]; then exec "$WINELOADER" "$appname" "$@"; fi
|
- NuttX To-Do List |
+ NuttX To-Do List |
|
@@ -5189,9 +5189,9 @@ if [ -x "$WINELOADER" ]; then exec "$WINELOADER" "$appname" "$@"; fi
1
- This configuration variable document is auto-generated using the kconfig2html tool
+ This configuration variable document is auto-generated using the kconfig2html tool
That tool analyzes the NuttX Kconfig files and generates the HTML document.
- As a consequence, this file may not be present at any given time but can be regenerated following the instructions in tools directory README file.
+ As a consequence, this file may not be present at any given time but can be regenerated following the instructions in tools directory README file.
diff --git a/Documentation/NuttXBinfmt.html b/Documentation/NuttXBinfmt.html
index 7fac36ed61..4d85da6312 100644
--- a/Documentation/NuttXBinfmt.html
+++ b/Documentation/NuttXBinfmt.html
@@ -108,7 +108,7 @@
The interface to the binary loader is described in the header file
-
+
include/nuttx/binfmt/binfmt.h .
A brief summary of the data structurs and interfaces prototyped in that header file are listed below.
@@ -458,7 +458,7 @@ void exepath_release(EXEPATH_HANDLE handle);
The interface to the symbol table logic is described in the header file
-
+
include/nuttx/binfmt/symtab.h .
A brief summary of the data structurs and interfaces prototyped in that header file are listed below.
diff --git a/Documentation/NuttXGettingStarted.html b/Documentation/NuttXGettingStarted.html
index a165a36b13..f69d9333bb 100644
--- a/Documentation/NuttXGettingStarted.html
+++ b/Documentation/NuttXGettingStarted.html
@@ -18,7 +18,7 @@
There is no "Getting Started" Guide for NuttX yet.
However, most everything that you need to get started with NuttX can be found in the README.txt file located in the top-level NuttX directory.
That README.txt can also be read online in the NuttX GIT repository
- here.
+ here.
Just click on "Links to HEAD: (view)" on that page.
|