From 7b5e23bd32a1e23a7d62cdf8f75a8512fb523fc5 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 14 Oct 2014 13:44:04 -0600 Subject: [PATCH] Fix minor typos in documentation --- Documentation/NuttxPortingGuide.html | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/Documentation/NuttxPortingGuide.html b/Documentation/NuttxPortingGuide.html index 7ea3e39c138..3bfd4021fd5 100644 --- a/Documentation/NuttxPortingGuide.html +++ b/Documentation/NuttxPortingGuide.html @@ -3098,6 +3098,7 @@ VxWorks provides the following comparable interface:

Function Prototype:

@@ -3156,6 +3157,7 @@ int work_queue(int qid, FAR struct work_s *work, worker_t worker,
4.4.2.3.2 work_cancel()

Function Prototype: +#include <nuttx/wqueue.h> int work_cancel(int qid, FAR struct work_s *work);

@@ -3197,6 +3199,7 @@ int work_cancel(int qid, FAR struct work_s *work);
4.4.2.3.3 work_signal()

Function Prototype: +#include <nuttx/wqueue.h> int work_signal(int qid);

@@ -3228,6 +3231,7 @@ int work_signal(int qid);

Function Prototype:

@@ -3258,6 +3262,8 @@ bool work_available(FAR struct work_s *work);

Function Prototype: