From 2ab10a107f0f488ac64df683e6409cb082e39aca Mon Sep 17 00:00:00 2001 From: patacongo Date: Sun, 3 Feb 2008 17:09:22 +0000 Subject: [PATCH] Update errno discussion git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@627 42af7a65-404d-4744-a932-0658087f49c3 --- Documentation/NuttxUserGuide.html | 128 +++++++++++++++++------------- 1 file changed, 73 insertions(+), 55 deletions(-) diff --git a/Documentation/NuttxUserGuide.html b/Documentation/NuttxUserGuide.html index a6002e5f9b..a5ef33f1b3 100644 --- a/Documentation/NuttxUserGuide.html +++ b/Documentation/NuttxUserGuide.html @@ -21,7 +21,7 @@ User's Manual

Gregory Nutt

-Last Update: December 10, 2007 +Last Update: Februrary 2, 2008

1.0 Introduction

@@ -62,9 +62,15 @@ Gregory Nutt Section 3.0, OS Data Structures: This section documents the data structures that are used at the NuttX interface. +
  • - Index + Index
  • @@ -227,7 +233,7 @@ paragraphs.
  • Returns the non-zero task ID of the new task or ERROR if memory is insufficient or the task cannot be - created (errno is not set). + created (errno is not set).
  • @@ -296,7 +302,7 @@ VxWorks provides the following similar interface:

    Assumptions/Limitations: @@ -348,7 +354,7 @@ task_init argument).

    Returned Values:

    @@ -399,7 +405,7 @@ zero signifies the calling task. Returned Values:

    @@ -613,7 +619,7 @@ Compatible with the POSIX interface of the same name.

    Returned Values: On success, sched_setparam() returns 0 (OK). - On error, -1 (ERROR) is returned, anderrnois set appropriately. + On error, -1 (ERROR) is returned, and errno is set appropriately.