From 621a610163ab768b20a789a79c7e062e55012201 Mon Sep 17 00:00:00 2001
From: Gregory Nutt
Date: Mon, 14 Mar 2016 15:48:44 -0600
Subject: [PATCH] Fix HTML syntax errors
---
Documentation/NuttShell.html | 6 ++----
Documentation/NuttX.html | 17 +++++++++++++++++
2 files changed, 19 insertions(+), 4 deletions(-)
diff --git a/Documentation/NuttShell.html b/Documentation/NuttShell.html
index 3317150bbc..3d54152ba8 100644
--- a/Documentation/NuttShell.html
+++ b/Documentation/NuttShell.html
@@ -563,9 +563,7 @@
|
Index
- |
-
-
+
@@ -1893,7 +1891,7 @@ nsh>
Command Syntax 1:
-losetup [-o ] [-r] <dev-path> <file-path>
+losetup [-o <offset>] [-r] <dev-path> <file-path>
Synopsis.
diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html
index a1a2533380..ed57f93ed5 100644
--- a/Documentation/NuttX.html
+++ b/Documentation/NuttX.html
@@ -256,6 +256,7 @@
Fully pre-emptible.
+
@@ -264,6 +265,7 @@
Naturally scalable.
+
@@ -272,6 +274,7 @@
Highly configurable.
+
@@ -283,6 +286,7 @@
A Porting Guide is available.
+
@@ -291,6 +295,7 @@
FIFO and round-robin scheduling.
+
@@ -299,6 +304,7 @@
Realtime, deterministic, with support for priority inheritance
+
@@ -323,6 +329,7 @@
VxWorks-like task management and watchdog timers.
+
@@ -331,6 +338,7 @@
BSD socket interface.
+
@@ -347,6 +355,7 @@
Optional tasks with address environments (Processes).
+
@@ -355,6 +364,7 @@
Loadable kernel modules.
+
@@ -363,6 +373,7 @@
Memory Configurations: (1) Flat embedded build, (2) Protected build with MPU, and (3) Kernel build with MMU.
+
@@ -371,6 +382,7 @@
Memory Allocators: (1) standard heap memory allocation, (2) granule allocator, (3) shared memory, and (4) dynamically sized, per-process heaps.
+
@@ -386,6 +398,7 @@
On-demand paging.
+
@@ -393,6 +406,7 @@
System logging.
+ |
@@ -401,6 +415,7 @@
May be built either as an open, flat embedded RTOS or as a separately built, secure, monolithic kernel with a system call interface.
+
@@ -409,6 +424,7 @@
Built-in, per-thread CPU load measurements.
+
@@ -417,6 +433,7 @@
Well documented in the NuttX User Guide.
+