diff --git a/Documentation/NuttxUserGuide.html b/Documentation/NuttxUserGuide.html index 78f79b3829..614570aa92 100644 --- a/Documentation/NuttxUserGuide.html +++ b/Documentation/NuttxUserGuide.html @@ -13,7 +13,7 @@

NuttX Operating System

User's Manual

by

Gregory Nutt

-

Last Updated: December 5, 2011

+

Last Updated: February 18, 2011

@@ -7391,8 +7391,7 @@ Those socket APIs are discussed in the following paragraphs.

Returned Values: - see recvfrom(). - Zero on success. + See recvfrom().

2.12.9 recvfrom

@@ -7429,7 +7428,8 @@ Those socket APIs are discussed in the following paragraphs.

Returned Values: On success, returns the number of characters sent. - On error, -1 is returned, and errno is set appropriately: + If no data is available to be received and the peer has performed an orderly shutdown, recv() will return 0. + Othwerwise, on errors, -1 is returned, and errno is set appropriately: