diff --git a/Documentation/NuttxUserGuide.html b/Documentation/NuttxUserGuide.html index dd2807ca37f..e88017d6eb9 100644 --- a/Documentation/NuttxUserGuide.html +++ b/Documentation/NuttxUserGuide.html @@ -2223,7 +2223,7 @@ priority of the calling task is returned. NOTE: Behavior of features related to task groups depend of NuttX configuration settings. See the discussion of "Parent and Child Tasks," below. - See also the NuttX Threading Wiki page and the Tasks vs. Threads FAQ for additional information on tasks and threads in NuttX. + See also the NuttX Tasking page and the Tasks vs. Threads FAQ for additional information on tasks and threads in NuttX.
A task group terminates when the last thread within the group exits. @@ -4936,7 +4936,7 @@ interface of the same name.
NOTE: Behavior of features related to task groups depend of NuttX configuration settings. - See the NuttX Threading Wiki page and the Tasks vs. Threads FAQ for additional information on tasks and threads in NuttX. + See also the NuttX Tasking page and the Tasks vs. Threads FAQ for additional information on tasks and threads in NuttX.
Signaling Multi-threaded Task Groups. @@ -5750,7 +5750,7 @@ be sent.
NOTE: Behavior of features related to task groups depend of NuttX configuration settings. - See the NuttX Threading Wiki page and the Tasks vs. Threads FAQ for additional information on tasks and threads in NuttX. + See also the NuttX Tasking page and the Tasks vs. Threads FAQ for additional information on tasks and threads in NuttX.
The following pthread interfaces are supported in some form by NuttX: