[doc] fixed some minor typos
This commit is contained in:
parent
16141845cf
commit
cbca2d6604
|
@ -534,7 +534,7 @@ CCIF extern uip_buf_t uip_aligned_buf;
|
||||||
* \defgroup uipappfunc uIP application functions
|
* \defgroup uipappfunc uIP application functions
|
||||||
* @{
|
* @{
|
||||||
*
|
*
|
||||||
* Functions used by an application running of top of uIP.
|
* Functions used by an application running on top of uIP.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -28,7 +28,7 @@ after the blocking call. This makes it hard to use control structures
|
||||||
such as if() conditionals and while() loops.
|
such as if() conditionals and while() loops.
|
||||||
|
|
||||||
The advantage of protothreads over ordinary threads is that a
|
The advantage of protothreads over ordinary threads is that a
|
||||||
protothread do not require a separate stack. In memory constrained
|
protothread does not require a separate stack. In memory constrained
|
||||||
systems, the overhead of allocating multiple stacks can consume large
|
systems, the overhead of allocating multiple stacks can consume large
|
||||||
amounts of the available memory. In contrast, each protothread only
|
amounts of the available memory. In contrast, each protothread only
|
||||||
requires between two and twelve bytes of state, depending on the
|
requires between two and twelve bytes of state, depending on the
|
||||||
|
|
|
@ -5,7 +5,6 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
\defgroup uip The uIP TCP/IP stack
|
\defgroup uip The uIP TCP/IP stack
|
||||||
@{
|
|
||||||
|
|
||||||
The uIP TCP/IP stack provides Internet communication abilities to
|
The uIP TCP/IP stack provides Internet communication abilities to
|
||||||
Contiki.
|
Contiki.
|
||||||
|
@ -254,7 +253,7 @@ purposes.
|
||||||
|
|
||||||
uIP provides two APIs to programmers: protosockets, a BSD socket-like
|
uIP provides two APIs to programmers: protosockets, a BSD socket-like
|
||||||
API without the overhead of full multi-threading, and a "raw"
|
API without the overhead of full multi-threading, and a "raw"
|
||||||
event-based API that is nore low-level than protosockets but uses less
|
event-based API that is more low-level than protosockets but uses less
|
||||||
memory.
|
memory.
|
||||||
|
|
||||||
\sa \ref psock
|
\sa \ref psock
|
||||||
|
@ -1183,7 +1182,7 @@ the delayed acknowledgment throughput degradation.
|
||||||
\note The \ref uipsplit module implements a hack that overcomes the
|
\note The \ref uipsplit module implements a hack that overcomes the
|
||||||
problems with the delayed acknowledgment throughput degradation.
|
problems with the delayed acknowledgment throughput degradation.
|
||||||
|
|
||||||
|
@{
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \defgroup uip6 uIP IPv6 specific features
|
* \defgroup uip6 uIP IPv6 specific features
|
||||||
* @{
|
*
|
||||||
The uIP IPv6 stack provides new Internet communication abilities to Contiki.
|
The uIP IPv6 stack provides new Internet communication abilities to Contiki.
|
||||||
This document describes Ipv6 specific features. For features that
|
This document describes Ipv6 specific features. For features that
|
||||||
are common to the IPv4 and IPv6 code please refer to \ref uip "uIP".
|
are common to the IPv4 and IPv6 code please refer to \ref uip "uIP".
|
||||||
|
@ -377,7 +377,7 @@ We pass all the tests for phase 2 except:
|
||||||
|
|
||||||
|
|
||||||
<HR>
|
<HR>
|
||||||
|
@{
|
||||||
*/
|
*/
|
||||||
/** @} */
|
/** @} */
|
||||||
/** @} */
|
/** @} */
|
Loading…
Reference in a new issue