Fix minor typo in a document
This commit is contained in:
parent
24feeb7b8c
commit
e013eb68de
|
@ -3823,7 +3823,7 @@ void sched_timer_expiration(void);
|
|||
<li>
|
||||
<p>
|
||||
<b><code>psock_recvfrom()</code></b>:
|
||||
<code>file_read()</code> is functionally equivalent to the standard application interface <code>recvfrom()</code>. However, <code>psock_recvfrom()</code> will not modify the errno value, will not cause a cancellation point, and uses a special internal data structure in place of the socket descriptor (see <code>include/nuttx/net/net.h</code> for other internal OS interfaces for sockets).
|
||||
<code>psock_recvfrom()</code> is functionally equivalent to the standard application interface <code>recvfrom()</code>. However, <code>psock_recvfrom()</code> will not modify the errno value, will not cause a cancellation point, and uses a special internal data structure in place of the socket descriptor (see <code>include/nuttx/net/net.h</code> for other internal OS interfaces for sockets).
|
||||
</p>
|
||||
</li>
|
||||
</ul>
|
||||
|
|
Loading…
Reference in New Issue