1
0
mirror of https://github.com/elua/elua.git synced 2025-01-08 20:56:17 +08:00

Fix typo in TCP/IP arch doc

This commit is contained in:
James Snyder 2011-10-04 21:29:45 -05:00
parent eeab1025e2
commit 6a1e683a8f

View File

@ -31,7 +31,7 @@ stack. These are the services provided by the TCP/IP stack:</p>
be used instead. To use only the static configuration (and make the eLua image
size a bit smaller) don't define the BUILD_DHCPC client.</p></li>
<li><b>#define BUILD_DNSM</b> if you want support for the DNS server.</li>
<li><b>#define BUILD_DNS</b> if you want support for the DNS server.</li>
<li><b>#define BUILD_CON_TCP</b> if you want support for shell over telnet instead of
serial. Note that you must NOT define <b>BUILD_CON_GENERIC</b> in this case (see
<a href="arch_con_term.html">here</a> for details).</li>